This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed /mcp slash command not working in CLI TUI and added missing commands to autocomplete/help.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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:
/mcpnow works in the CLI TUI (was only wired into the ACP path
in 2.0.0, so Zed and VS Code worked butcodeepdirect didn't). Full
subcommand parity — browse, install, add, remove, reload, resources,
read, prompts, prompt.
Fixed
/mcpslash command in CLI TUI returnedUnknown command: /mcp.
The 2.0.0 implementation lived only insrc/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.tswith TUI-appropriate output (uses the fixed
codeep-tuisession id andctx.projectPathas 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,/commandswere all implemented but invisible to
discovery. Added toApp.COMMANDS+COMMAND_DESCRIPTIONSso they
appear when the user types/, and added two new/helpsections
("Checkpoints (2.0)", "Extensions & MCP (2.0)") plus/compact
under Sessions and/openrouterunder Settings. /skills publishrejected 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--publicflag 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
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]