Skip to content

Codeep

v2.1.2 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent ai-agents ai-tools cli-app

ReleasePort's take

Light signal
editorial:auto 13d

Codeep 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 summary

Added model metadata to session/list_providers and new config options provider and customBaseUrl.

Changes in this release

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_providers now returns model metadata — each provider
    carries its models (id + name), defaultModel, and a dynamicModels
    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_option ids: provider and customBaseUrl.
    provider switches the active provider (and picks its default model +
    protocol); customBaseUrl sets the base URL for the custom
    (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

Track Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]