v2.1.0

Released May 20, 2026 · View on GitHub →

Surfaces the new CLI 2.1.0 /recall command in the chat autocomplete and the Settings panel. Search across every saved session — not just the current one — with --summarize for an LLM recap of what you actually did.

Added

/recall <query> to search across ALL your saved sessions (vs /search, which scans only the current conversation). Append --summarize for an LLM-written recap of what you accomplished across the matching sessions, or --resume to jump straight into the top-matching one. The extension just inserts the command — the CLI does the cross-session search, ranking, and summary.

Requires

local codeep binary, so /recall only works once codeep --version reports 2.1.0 or newer. Run npm i -g codeep@latest or brew upgrade codeep if your shell still shows 2.0.x.

Notes

schema changes. Safe upgrade with zero migration. The CLI 2.1.0 release also adds AI-generated session titles (so /recall and /sessions read like "OAuth2 migration" instead of raw IDs) and portable personalities + custom-command sync via codeep account sync.

Downloads

Install by downloading the codeep-2.1.0.vsix above, then run code --install-extension codeep-2.1.0.vsix — or open the Extensions view in VS Code and install from the menu → Install from VSIX…