Skip to content

Codeep

v2.0.1 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 /mcp slash command not working in CLI TUI and added missing commands to autocomplete/help.

Changes in this release

Bugfix Medium

/mcp slash command in CLI TUI now works and supports all subcommands.

/mcp slash command in CLI TUI now works and supports all subcommands.

Source: granite4.1:8b-q6_K@2026-05-20

Confidence: high

Bugfix Medium

/skills publish now accepts global bundles with the --public flag.

/skills publish now accepts global bundles with the --public flag.

Source: granite4.1:8b-q6_K@2026-05-20

Confidence: high

Bugfix Medium

Eight 2.0 commands were added to autocomplete and /help sections.

Eight 2.0 commands were added to autocomplete and /help sections.

Source: granite4.1:8b-q6_K@2026-05-20

Confidence: low

Full changelog

Patch: /mcp now works in the CLI TUI (was only wired into the ACP path
in 2.0.0, so Zed and VS Code worked but codeep direct didn't). Full
subcommand parity — browse, install, add, remove, reload, resources,
read, prompts, prompt.

Fixed

  • /mcp slash command in CLI TUI returned Unknown command: /mcp.
    The 2.0.0 implementation lived only in src/acp/commands.ts, so it
    worked for ACP clients (Zed, VS Code extension) but TUI users hit the
    unknown-command path. Ported the full handler to
    src/renderer/commands.ts with TUI-appropriate output (uses the fixed
    codeep-tui session id and ctx.projectPath as workspace root).
    Subcommands now usable from the TUI: /mcp, /mcp browse [id],
    /mcp install <id> [args...], /mcp add <name> <command> [args...],
    /mcp remove <name>, /mcp reload, /mcp resources,
    /mcp read <uri>, /mcp prompts, /mcp prompt <server> <name> [k=v].
  • Eight 2.0 commands missing from / autocomplete and /help
    /mcp, /compact, /checkpoint, /checkpoints, /rewind, /hooks,
    /openrouter, /commands were all implemented but invisible to
    discovery. Added to App.COMMANDS + COMMAND_DESCRIPTIONS so they
    appear when the user types /, and added two new /help sections
    ("Checkpoints (2.0)", "Extensions & MCP (2.0)") plus /compact
    under Sessions and /openrouter under Settings.
  • /skills publish rejected global bundles. The helper required
    bundle.scope === 'project', blocking a common case: user writes a
    cross-project skill once in ~/.codeep/skills/<name>/ and tries to
    share it. The --public flag is the user's explicit consent gate,
    so an extra scope check is redundant gatekeeping. Now publishes
    project OR global bundles; project wins on slug collision (mirrors
    loadSkillBundles). Error message also clarifies both lookup
    paths when the slug isn't found anywhere.

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]