Skip to content

Releases: OpenCoven/coven-code

Coven Code v0.2.1

28 Jun 07:03
a489f66

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.2.1 (a489f66)
  • fix(tui): clarify Claude rate-limit errors (5b6d881)
  • fix(cli): make upgrade resilient to GitHub API limits (1656931)

Full Changelog: v0.2.0...v0.2.1

Coven Code v0.2.0

28 Jun 03:54
da2406b

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.2.0 [skip ci] (da2406b)

Full Changelog: v0.1.6...v0.2.0

Coven Code v0.1.6

28 Jun 02:25
4d1ca94

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.1.6 [skip ci] (4d1ca94)
  • fix(query): preserve rate limit error details (869f30e)
  • ci(npm): gate unscoped package publishing (7e7c48e)
  • ci(npm): publish coven-code package mirror (5a023dd)

Full Changelog: v0.0.37...v0.1.6

Coven Code v0.0.37

28 Jun 01:07
f9c0eb0

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • fix(auth): accept imported Anthropic CLI tokens (f9c0eb0)

Full Changelog: v0.0.36...v0.0.37

Coven Code v0.0.36

26 Jun 01:37
1a7a198

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.0.36 (1a7a198)
  • fix(install): install coven short command across installers (74b72fa)

Full Changelog: v0.0.35...v0.0.36

Coven Code v0.0.35

26 Jun 01:15
7ff77e2

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.0.35 (7ff77e2)
  • test(core): serialize ANTHROPIC_API_KEY env tests to fix flakiness (0ffd24d)
  • feat: restrict to Claude and Codex providers only (480878d)

What's Changed

Other Changes

  • fix: honor dynamic familiar identities by @BunsDev in #118

Full Changelog: v0.0.34...v0.0.35

Coven Code v0.0.34

25 Jun 01:40
20f606a

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.0.34 (20f606a)
  • chore(core): announce v0.0.33 highlights in WHATS_NEW (8d320f8)

Full Changelog: v0.0.33...v0.0.34

Coven Code v0.0.33

24 Jun 21:25
4c22ae1

Choose a tag to compare

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.0.33 (eb10b7b)
  • feat(cli): add coven-cave alias (6fd9365)

What's Changed

Other Changes

  • feat(cli): add coven-cave alias by @BunsDev in #114
  • fix(core): enforce secret scanning before team memory sync by @BunsDev in #115
  • fix(tui): make the model-line badge text readable on the accent color by @BunsDev in #116
  • feat(tui): inherited skills + interactive /skills picker by @BunsDev in #113
  • fix: tidy post-merge Coven Code docs and formatting by @BunsDev in #117

Full Changelog: v0.0.32...v0.0.33

Coven Code v0.0.32

21 Jun 12:34
2b7b002

Choose a tag to compare

✨ What's new in v0.0.32

A small follow-up to v0.0.31: the in-app /release-notes list now matches the published release highlights, so /release-notes (aliases /whats-new, /changelog) shows the current feature set right in the terminal.

If you're upgrading straight from v0.0.30, you also pick up everything from v0.0.31:

  • 🎨 Pixel-art familiar avatars front the redesigned two-column welcome panel.
  • 🔀 Press F2 from the welcome screen to switch the active familiar.
  • 📰 /release-notes surfaces recent highlights in-app.
  • 🩺 Steadier daemon status — a busy daemon no longer flickers to "offline."
  • 🧹 Leaner build — pruned unused workspace dependencies across crates.

Install / upgrade

npm install -g @opencoven/coven-code   # or: coven-code upgrade --force

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • chore(release): stamp v0.0.32 (2b7b002)
  • chore(core): align in-app WHATS_NEW with the v0.0.31 release highlights (cecdc12)

Full Changelog: v0.0.31...v0.0.32

Coven Code v0.0.31

21 Jun 11:59
0784d56

Choose a tag to compare

✨ What's new in v0.0.31

This release gives the welcome screen a personality glow-up and adds a way to catch up on changes without leaving the terminal.

  • 🎨 Pixel-art familiar avatars. The welcome panel now leads with 8-bit pixel-art avatars for your familiar, recolored per familiar.
  • 🪟 Redesigned welcome panel. A cleaner two-column layout pairs your identity with quick tips.
  • 🔀 Switch familiars with F2. Press F2 from the welcome screen to change the active familiar on the fly.
  • 📰 /release-notes command. Run /release-notes (aliases: /whats-new, /changelog) to see recent highlights in-app.
  • 🩺 Steadier daemon status. Reachability now uses a wider request timeout and a three-valued probe, so a busy daemon no longer flickers to "offline."
  • 🧹 Leaner build. Pruned unused workspace dependencies across crates.

Install / upgrade

npm install -g @opencoven/coven-code   # or: coven-code upgrade --force

🛠 Direct commits

Work pushed to main outside of pull requests in this release:

  • fix(core): make DaemonClient::DEFAULT_TIMEOUT_MS available on all platforms (0784d56)
  • chore(release): stamp v0.0.31 (fcbb9e0)
  • feat(tui): pixel-art welcome panel, /release-notes, daemon timeout fixes (9627dfe)
  • docs: add CLI flags reference table (97f6dad)
  • docs: add Requirements section above Getting Started (58bafb5)
  • docs: single install route — npm install -g only, remove curl/npx/bunx paths (6c34a84)
  • fix(tui): avoid enhanced keyboard mode in Cave terminal (1a0043b)
  • Add Familiar Contract docs and follow-up choices (e1e4b51)
  • fix(npm): prefer scoped package and harden publish (c9f9d44)
  • SP-0.3 (PERF-MEM-2): add SessionMeta slim-parse golden tests (ee3ea71)
  • SP-0.2 (SEC-EXEC-1): add #[ignore]d classifier-bypass anchor tests (a33efb7)
  • SP-0.1 (SEC-CRED-2): add write_secret_file helper for 0600 credential writes (70b4292)

What's Changed

Other Changes

  • fix(commands): expose coven adapter install by @BunsDev in #95
  • fix(commands): expose coven adapter install by @BunsDev in #96

Full Changelog: v0.0.30...v0.0.31