v2.5.1

Released June 9, 2026 · View on GitHub →

Security: the manual-mode permission gate now fails closed. If the extension can't put the agent into manual mode on connect, it refuses to send prompts (with a clear message) instead of letting the agent run tools unguarded.

Security

enter manual mode (so dangerous tools require approval). If that request fails — e.g. a transient error or a CLI too old to support it — the session would otherwise stay in unguarded auto mode. The extension now retries once and, if it still can't arm the gate, refuses to send prompts and surfaces an actionable error ("update the Codeep CLI and reload"), rather than silently running tools without confirmation. Pairs with the CLI 2.7.0 ACP hardening.

Changed

Downloads

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