Coven Code v0.0.12
·
0 commits
to e4b79a7674b94d2febf5cf149e2e26dd347ae009
since this release
Coven Code v0.0.12
Released 2026-06-02
Agents-viewer selection + familiar-card image assets. First release with per-familiar PNG/Sixel art support.
Changelog
✨ Features
- feat(tui): static themed familiar cards with procedural sigils (#26) (
b339e1d) - feat(familiars): add access tier so build-tier familiars can use git/shell (
bd6ff57) - feat(tui): surface build & turn completion via toast + bell (
fe8f9b1) - feat(tui): color-coded diffs in Claude Code style (
26a98c5) - feat(tui): add Coven familiar handoff command (
c5f6c32) - feat: add familiar UX polish (#7) (
f0891c9) - feat: load familiar images at runtime (#6) (
f63dba4) - feat(daemon): Tier B IPC client (
ecdd1ab) - feat: agents viewer selection + familiar card assets (v0.0.12) (#4) (
5906638)
🐛 Fixes
- fix(mcp): bind stored OAuth tokens to server URLs (
7da5ed8) - fix(core): skip executable config imports (
b879980) - fix(core): ignore project provider routing (
0a96406) - fix(tui): constrain file injection paths (
f0141ae) - fix(tui): harden external keybindings opener (
13ee395) - fix(tui): keep permission dialog above errors (
37d887e) - fix(core): ignore project MCP server settings (
de881b7) - fix(ci): harden npm publish workflow (
41de009) - fix(security): fail closed for unknown agent access tiers (#13) (
d952d56) - fix(query): keep tool turns active until final stop (
e4b79a7)
Install
One-line (Linux/macOS):
curl -fsSL https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/install.sh | bashOne-line (Windows PowerShell):
irm https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/install.ps1 | iexnpm:
npm install -g @opencoven/coven-code@0.0.12Already installed?
coven-code upgrade --version 0.0.12Verify:
coven-code --version # → coven-code 0.0.12What'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.11...v0.0.12