Skip to content

Coven Code v0.0.16

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:43
4e05b75

Coven Code v0.0.16

Released 2026-06-08

Fixes #49: plain v no longer hijacks typing in the TUI. Voice push-to-talk is Alt+V only.

Changelog

🐛 Fixes

  • fix(tui): plain V no longer hijacks typing; voice PTT is Alt+V only (28e8803)

📚 Docs

  • docs: rebrand to OpenCoven palette per brand requirements (4ff873d)
  • docs: add Vercel deploy config (c75a387)
  • docs: port remaining .md references to content modules (8eb57d9)

🧹 Chore

  • chore(release): stamp v0.0.16 (4e05b75)

Install

One-line (Linux/macOS):

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

One-line (Windows PowerShell):

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

npm:

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

Already installed?

coven-code upgrade --version 0.0.16

Verify:

coven-code --version    # → coven-code 0.0.16

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.15...v0.0.16