v2.1.1

Released May 20, 2026 · View on GitHub →

Custom OpenAI-compatible endpoints now work through the extension. Point Codeep at a self-hosted vLLM / LiteLLM / LM Studio server and use it in the VS Code chat — no commercial provider required.

Added

OpenAI-compatible server — vLLM, LiteLLM, LM Studio, text-generation-webui — and the extension talks to it through the same codeep agent. Configure it once in the CLI: set provider custom + customBaseUrl (e.g. http://host:8000/v1) in ~/.codeep/config.json or via /settings → Custom Base URL, then pick your model with /model. The openai provider also honors the OPENAI_BASE_URL env var.

Requires

codeep acp, so endpoint resolution happens in the CLI — there's no separate extension setting and nothing to configure inside VS Code beyond the shared ~/.codeep config. Run npm i -g codeep@latest or brew upgrade codeep.

Notes

marketplace listing reflects that CLI 2.1.1 unlocked self-hosted / custom endpoints for editor users too. Safe upgrade with zero migration.

Downloads

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