v2.0.3

Released May 19, 2026 · View on GitHub →

Surfaces the new CLI 2.0.3 commands as one-click chips in the Settings panel: /personality (six built-in agent tones plus your own from .codeep/personalities/*.md) and /insights (activity summary over the last N days).

Added

Click to scaffold a /personality prompt in the chat input. Type a preset name (concise, verbose, security, senior-reviewer, junior-mentor, ship-it) or off to clear. Custom personalities from .codeep/personalities/<name>.md (project) and ~/.codeep/personalities/<name>.md (global) work the same way — CLI handles the lookup, extension is just a launcher.

insert /insights — append --days N for a custom window (default 7 days). Output renders in the chat as a Markdown table: runs, tool actions, active time, by-project / top-tools / most-touched files / recent runs.

Requires

the local codeep binary, so the chips just insert text — the CLI does the actual work). Run npm i -g codeep@latest or brew upgrade codeep if your shell still shows 2.0.2 or older from codeep --version.

Notes

chips in the existing Settings panel. Safe upgrade with zero migration.

Downloads

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