Skip to content

Releases: OpenCoven/coven-code

Coven Code v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 03:54
da2406b

🛠 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.0.37

Choose a tag to compare

@github-actions github-actions released this 28 Jun 01:07
f9c0eb0

🛠 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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:37
1a7a198

🛠 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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:15
7ff77e2

🛠 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

Choose a tag to compare

@github-actions github-actions released this 25 Jun 01:40
20f606a

🛠 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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:25
4c22ae1

🛠 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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:34
2b7b002

✨ 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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 11:59
0784d56

✨ 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

Coven Code v0.0.30

Choose a tag to compare

@github-actions github-actions released this 16 Jun 07:30
e1b1908

🛠 Direct commits

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

  • chore(release): bump version to 0.0.30 (e1b1908)
  • style(rust): apply rustfmt and tidy module ordering (e39eb1e)
  • fix(tui): word-wrap welcome-box tip and clear clippy lints (07e2f91)
  • refactor(tui): remove hard-coded personal familiars (c899787)

What's Changed

Other Changes

  • refactor(tui): remove hard-coded personal familiars by @BunsDev in #93
  • fix(commands): avoid untrusted coven path lookup by @BunsDev in #92
  • fix(tui): word-wrap welcome-box tip and clear clippy lints by @BunsDev in #94
  • fix(npm): prefer scoped package and harden publish by @BunsDev in #91

Full Changelog: v0.0.29...v0.0.30

Coven Code v0.0.29

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:48
78f8863

🛠 Direct commits

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

  • chore(release): bump version to 0.0.29 (78f8863)
  • fix(tui): true RGB app background — replace Color::Black with COVEN_CODE_APP_BG (9f173d2)
  • feat(plugins): marketplace tier-0 scaffold (d68dda1)
  • fix(tui): coalesce multi-line pastes in the production CLI loop (9930aa7)
  • fix(providers): register custom-openai without an API key (04b0a66)

What's Changed

Other Changes

  • fix(tui): coalesce multi-line pastes in the production CLI loop by @BunsDev in #83
  • feat(plugins): marketplace tier-0 scaffold by @BunsDev in #87
  • fix(tui): background rendering fixes by @BunsDev in #88
  • chore(release): v0.0.29 by @BunsDev in #89

Full Changelog: v0.0.28...v0.0.29