This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalCodeep v2.1.2 adds model metadata to session/list_providers and introduces new provider/customBaseUrl configuration options. These additions enhance provider management and session configuration capabilities.
Why it matters: New session/set_config_option keys enable custom provider selection and base URL configuration. Teams can now discover available models via enhanced metadata. Routine upgrade for improved session flexibility.
Summary
AI summaryAdded model metadata to session/list_providers and new config options provider and customBaseUrl.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
`session/list_providers` now returns model metadata including models, defaultModel, and dynamicModels flag. `session/list_providers` now returns model metadata including models, defaultModel, and dynamicModels flag. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
New `session/set_config_option` ids: `provider` and `customBaseUrl` for active provider switching and custom base URL setting. New `session/set_config_option` ids: `provider` and `customBaseUrl` for active provider switching and custom base URL setting. Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
ACP server enhancements that power the new Codeep VS Code 2.2 features — editor clients can now list models per provider and pin a provider, model, or custom endpoint over the protocol.
Added
session/list_providersnow returns model metadata — each provider
carries itsmodels(id + name),defaultModel, and adynamicModels
flag. Lets ACP clients (the VS Code model picker, Zed) build a provider →
model selector without hardcoding a catalog. Backward-compatible: older
clients ignore the extra fields.- New
session/set_config_optionids:providerandcustomBaseUrl.
providerswitches the active provider (and picks its default model +
protocol);customBaseUrlsets the base URL for thecustom
(OpenAI-compatible) provider. These let editor settings drive provider /
model / endpoint without hand-editing~/.codeep/config.json.
Notes
- Pure additive ACP surface — no behavior change for the TUI or existing
clients. The Codeep VS Code extension 2.2.0 builds on these.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]