v2.6.0

Released June 13, 2026 · View on GitHub →

Chat-surface polish: the conversation survives a window reload, light themes are readable, the keybindings no longer fight VS Code's defaults, Esc stops a run, "New chat" keeps your CLI (and MCP servers) warm, and the permission card shows every option the agent offers.

Added

option set the CLI offers (Allow once / Allow for this session / Reject / Reject for this session) instead of a hardcoded three, so a future CLI option shows up with no extension change.

Changed

the running process, so warm MCP servers stay up and there's no relaunch lag — the CLI already supports multiple sessions per process.

Fixed

the previous session server-side, but the webview rendered blank — so it looked like the chat was lost while the agent still had the full context. The transcript is now replayed on reconnect ("Restored previous chat").

dark code-block background painted white-on-white (and dark-on-light code) on light themes. They now use VS Code theme tokens (--vscode-*), so code, diffs, borders, and buttons adapt to whatever theme you run.

with "Open New External Terminal" and ⌘⇧X (send selection) collided with the Extensions view; both moved to ⌘⌥-based shortcuts (⌘⌥C / ⌘⌥X).

Downloads

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