Skip to content

Coven Code v0.0.14

Choose a tag to compare

@github-actions github-actions released this 08 Jun 14:40
· 0 commits to 8c2652c52d8ac371b007bc1537691bedee4a54e4 since this release
c1368c9

Coven Code v0.0.14

Released 2026-06-08

Production-quality push: typed daemon errors, structured /coven surface, atomic AuthStore, Codex hardening, deuteranopia diff palette, welcome status block, doctor Coven Substrate report.

Changelog

✨ Features

  • feat: goal regression suite + streaming-state label disambiguation (9b39623)
  • feat(doctor): report Coven Substrate; refresh README extensibility table (f8c4f93)
  • feat: close Phase 6/7 gaps — daemon mock test, welcome snapshot, docs (2bbe58d)
  • feat(tui): welcome screen shows model, provider, daemon, familiar, goal (8dddcd3)
  • feat(tui): route diff viewer colours through the theme palette (95cac7f)
  • feat(api): remove startup panics from provider constructors (9ecada2)
  • feat(core): atomic AuthStore::save (tempfile + fs::rename) (0aa05f1)
  • feat(api): harden Codex provider and unbreak Codex /fast (cab43d1)
  • feat(tui): sync slash-command autocomplete with the full registry (031db4c)
  • feat(daemon): typed DaemonClient errors + structured /coven error surface (5c9cbe9)

🐛 Fixes

  • fix(tui): replace blocks.pop().unwrap() with exhaustive pattern match (19c27c9)
  • fix(tui): replace permission_request double-unwrap with pattern match (de4c8aa)
  • fix(tests): clear two pre-existing baseline failures (877fe08)

📚 Docs

  • docs: document the welcome screen in the home page (c1368c9)

🧹 Chore

  • chore: clear 53 pre-existing clippy warnings to unblock -D warnings (11f381f)
  • chore(release): stamp v0.0.14 (8c2652c)
  • chore(fmt): bring workspace into rustfmt compliance (e2ba8f8)

Install

One-line (Linux/macOS):

curl -fsSL https://github.com/OpenCoven/coven-code/releases/download/v0.0.14/install.sh | bash

One-line (Windows PowerShell):

irm https://github.com/OpenCoven/coven-code/releases/download/v0.0.14/install.ps1 | iex

npm:

npm install -g @opencoven/coven-code@0.0.14

Already installed?

coven-code upgrade --version 0.0.14

Verify:

coven-code --version    # → coven-code 0.0.14

What'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.13...v0.0.14