Coven Code v0.0.13
·
0 commits
to 65fe279025e3c3ebb047f5a612e018664a026a9f
since this release
Coven Code v0.0.13
Released 2026-06-08
First-party Anthropic OAuth, ACP permission-context fix, MCP OAuth tokens bound to server URLs, hardened CI release flow, explicit RGB TUI background.
Changelog
✨ Features
- feat(substrate): wire coven-specific integrations into /coven (
9706d07) - feat(substrate): cover the rest of coven.daemon.v1 in /coven (
c38e699) - feat(substrate): native /coven kill, log, send, familiars subcommands (
c253674) - feat(substrate): add /coven slash command surface to drive the local daemon (
73b52b8) - feat(cli): complete GitHub headless context results (
b118095) - feat(cli): add --context and --output flags for coven-github headless runs (
86b3169)
🐛 Fixes
- fix(tui): use explicit RGB app background (
08c8f59) - fix(auth): support first-party Anthropic OAuth (#45) thanks @BunsDev (
b2ef783) - fix(ci): validate release workflow version input (#40) thanks @BunsDev (
a1314a3) - fix(query): run provider tool calls through hooks (#37) thanks @BunsDev (
602e6e8) - fix(cli): protect built-in TUI agent modes (#36) thanks @BunsDev (
23a6907) - fix(ci): restrict auto release marker to release bot (
016e4c9) - fix(npm): verify release archive checksums (
8181b40) - fix(acp): include permission request context (
bbda60d) - fix(ci): validate patch release version input (
27a9105) - fix(query): restrict AutoDream background agent (#35) (
8e1e97e) - fix(core): avoid spawning cmd for Windows prompt env (#34) (
bd7cef7) - fix(tui): avoid clipboard helper path hijacking (#33) (
216a193) - fix(cli): make auto-compact non-agentic (#32) (
74d167e) - fix(auth): disable Anthropic OAuth impersonation (#29) (
b263473) - fix(cli): harden bash prefix approvals (#30) (
d426f19) - fix(tools): enforce REPL execution permissions (#28) (
35d46d1) - fix(query): preserve explicit model selection (#31) (
627fb15) - fix(cli): preserve familiar agent access precedence (
31b0131)
📚 Docs
- docs: document /coven substrate surface and TUI delegation (
0a9d033)
🧹 Chore
🤖 CI
📦 Other
- Docs updates and minor Rust formatting fixes (
8bce63e)
Install
One-line (Linux/macOS):
curl -fsSL https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/install.sh | bashOne-line (Windows PowerShell):
irm https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/install.ps1 | iexnpm:
npm install -g @opencoven/coven-code@0.0.13Already installed?
coven-code upgrade --version 0.0.13Verify:
coven-code --version # → coven-code 0.0.13What's in the box
| Platform | Archive |
|---|---|
| macOS · Apple Silicon | coven-code-macos-aarch64.tar.gz |
| macOS · Intel | coven-code-macos-x86_64.tar.gz |
| Linux · x86_64 | coven-code-linux-x86_64.tar.gz |
| Linux · aarch64 | coven-code-linux-aarch64.tar.gz |
| Windows · x86_64 | coven-code-windows-x86_64.zip |
Each archive contains a single coven-code (or coven-code.exe) binary. Plus install.sh (Linux/macOS) and install.ps1 (Windows).
Full changelog: v0.0.12...v0.0.13