deja-vu
v0.19.0Recall your own past coding sessions, across every AI tool you use.
By vshulczLicense: MIT728 GitHub starsUpdated 4 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add deja-vu-2@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/vshulcz/deja-vuClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/deja-history/SKILL.md└── .mcp.json
Included Skills1
Search the user's past AI coding sessions. Use when they say things like 'didn't we fix this before', 'what did we decide about X', or before re-debugging an error that may already be solved.
MCP servers1
- command
- deja
- args
- mcp
Plugin manifests1
{
"name": "deja-vu",
"version": "0.19.0",
"description": "Recall your own past coding sessions, across every AI tool you use.",
"author": {
"name": "vshulcz",
"url": "https://github.com/vshulcz"
},
"homepage": "https://github.com/vshulcz/deja-vu",
"repository": "https://github.com/vshulcz/deja-vu",
"license": "MIT",
"keywords": [
"memory",
"recall",
"sessions",
"search"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"hooks": [
"./hooks/hooks.json"
],
"interface": {
"displayName": "deja-vu",
"shortDescription": "Search and recall your own past AI coding sessions.",
"longDescription": "deja indexes the sessions you already have on this machine — Claude Code, Codex, Cursor, opencode and a dozen others — and gives Codex tools to search them. Ask what you fixed before instead of debugging it twice.",
"developerName": "vshulcz",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://github.com/vshulcz/deja-vu",
"defaultPrompt": [
"What did we decide about this last time?",
"Have I hit this error before?"
],
"privacyPolicyUrl": "https://vshulcz.github.io/deja-vu/guide/privacy.html",
"termsOfServiceUrl": "https://github.com/vshulcz/deja-vu/blob/main/LICENSE",
"logo": "./assets/logo.svg",
"logoDark": "./assets/logo-dark.svg",
"brandColor": "#1f6feb"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deja-vu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deja-vu-2)