Skip to content

Codeep

v1.3.41 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Summary

AI summary

Fixed slash commands appearing as "none" in Zed due to a race condition.

Full changelog

Fixed

  • Slash commands (/) still showed "Available commands: none" in Zed
    after v1.3.40.
    The earlier patch (removing the spec-extension
    session_info_update notification and re-emitting commands on every
    prompt) was insufficient — the actual root cause is a race in Zed:
    it processes AvailableCommandsUpdated events synchronously and silently
    drops them if the session's thread_view isn't registered yet. Codeep
    was sending the notification ~1 ms after the session/new response —
    well inside Zed's setup window — so the agent's command list never
    reached the slash autocomplete and /help was rejected as unsupported.
    Confirmed by reading Zed source (crates/agent_ui + crates/agent)
    and reproduced via the new CODEEP_ACP_DEBUG log. Codeep now sends
    available_commands_update with a configurable delay (200 ms by
    default, override via CODEEP_ACP_COMMANDS_DELAY_MS) on session/new,
    session/load, and session/resume — well outside the race window.

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]