From 4a9f7aeb7cedb4a1f2f7594fb782ca3a1a82cc25 Mon Sep 17 00:00:00 2001 From: vshulcz Date: Mon, 7 Sep 2026 01:11:40 +0300 Subject: [PATCH] Add deja-vu to Projects & Tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index aaf7c5e..44ecaf5 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,7 @@ Model Context Protocol (MCP) enables AI agents to interact with external tools a - [Conductor](https://x.com/charliebholtz/status/1963345520543633742) - Run a bunch of Amps in parallel. - [Amp Code Review CI](https://github.com/madhukarkumar/amp-code-review-ci) - Continuous integration tool for automated code reviews using Amp. - [Tokscale](https://github.com/junhoyeo/tokscale) - CLI tool for tracking token usage from AmpCode and other coding agents. +- [deja-vu](https://github.com/vshulcz/deja-vu) - Memory for Amp built from the sessions already on disk: indexes the threads Amp, Claude Code, Codex, Cursor and other agents wrote locally, and recalls the relevant one via an Amp plugin file and an MCP server. One Go binary, no model, nothing leaves the machine. - [Sniff](https://github.com/conikeec/sniff) - Misalignment detection in Vibe Coding loops. - [CodeForge](https://github.com/entrepeneur4lyf/CodeForge) - Golang Development tool built with Amp.