Skip to content

Commit 5906638

Browse files
BunsDevNova
andauthored
feat: agents viewer selection + familiar card assets (v0.0.12) (#4)
Co-authored-by: Nova <nova@opencoven.ai>
1 parent 9703810 commit 5906638

16 files changed

Lines changed: 64 additions & 35 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Coven Code** is an open-source, multi-provider agentic coding TUI built in Rust. It is maintained by [OpenCoven](https://opencoven.ai) as a GPL-3.0 fork of [Claurst](https://github.com/Kuberwastaken/claurst) by Kuber Mehta.
44

5-
> **Attribution:** Coven Code is derived from Claurst v0.0.11 under the GNU General Public License v3.0. The full license is in [`LICENSE.md`](LICENSE.md) and upstream attribution is in [`ATTRIBUTION.md`](ATTRIBUTION.md).
5+
> **Attribution:** Coven Code is derived from Claurst v0.0.12 under the GNU General Public License v3.0. The full license is in [`LICENSE.md`](LICENSE.md) and upstream attribution is in [`ATTRIBUTION.md`](ATTRIBUTION.md).
66
77
---
88

@@ -16,7 +16,7 @@ Multi-provider terminal coding agent with a rich ratatui TUI: chat forking, memo
1616

1717
## Status
1818

19-
> **Beta (v0.0.11).** Core agent, multi-provider routing, and TUI are stable for daily use. Experimental features are flagged below.
19+
> **Beta (v0.0.12).** Core agent, multi-provider routing, and TUI are stable for daily use. Experimental features are flagged below.
2020
2121
Recent highlights:
2222
- **/share** — share sessions via unlisted GitHub Gists `[EXPERIMENTAL]`

assets/familiars/astra.jpg

370 KB
Loading

assets/familiars/charm.jpg

399 KB
Loading

assets/familiars/cody.jpg

414 KB
Loading

assets/familiars/echo.jpg

383 KB
Loading

assets/familiars/kitty.png

834 KB
Loading

assets/familiars/nova.jpg

405 KB
Loading

assets/familiars/sage.png

858 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Coven Code is a high-performance Rust reimplementation of Claude Code — a terminal-native AI coding agent with streaming responses, 40+ built-in tools, 15+ LLM provider integrations, a full ratatui TUI, and an extensible plugin system.
88

9-
**Version:** 0.0.11 (Beta) · **License:** GPL-3.0 · [GitHub](https://github.com/OpenCoven/coven-code)
9+
**Version:** 0.0.12 (Beta) · **License:** GPL-3.0 · [GitHub](https://github.com/OpenCoven/coven-code)
1010

1111
</div>
1212

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ coven-code --version
170170
A successful installation prints the version string, for example:
171171

172172
```
173-
coven-code 0.0.11
173+
coven-code 0.0.12
174174
```
175175

176176
To confirm the binary is the one you installed:

0 commit comments

Comments
 (0)