Coven Code v0.0.17
Coven Code v0.0.17
Released 2026-06-08
Fixes #50: welcome screen no longer flickers Daemon: offline under daemon load. New DaemonReachability enum and check_reachability(timeout) API.
Changelog
🐛 Fixes
- fix(daemon): make Duration import unconditional for Windows build (
ded996e) - fix(daemon): welcome no longer flickers to "offline" on busy daemons (
f8a191d)
📚 Docs
- docs: convert hook events table to searchable explorer (
7846eef) - docs: convert providers table to searchable explorer (
64d7841) - docs: rebrand hero to "Terminal Coding Familiar in Rust" + replace catalog tables with searchable explorers (
fd4847b) - docs: drop the hero logo (
21b3897) - docs: add interactive demos (welcome mock, agentic loop, perms, tools grid) (
fe186a1)
🧹 Chore
- chore(release): stamp v0.0.17 (
0c7ad4b)
Install
One-line (Linux/macOS):
curl -fsSL https://github.com/OpenCoven/coven-code/releases/download/v0.0.17/install.sh | bashOne-line (Windows PowerShell):
irm https://github.com/OpenCoven/coven-code/releases/download/v0.0.17/install.ps1 | iexnpm:
npm install -g @opencoven/coven-code@0.0.17Already installed?
coven-code upgrade --version 0.0.17Verify:
coven-code --version # → coven-code 0.0.17What'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.16...v0.0.17