Skip to content

Commit 0cce5ef

Browse files
BunsDevCopilot
andcommitted
chore(release): bump version to 0.4.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5d6b541 commit 0cce5ef

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

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

55
**Coven Code** is an open-source 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.
66

7-
> **Attribution:** Coven Code is derived from Claurst v0.3.0 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).
7+
> **Attribution:** Coven Code is derived from Claurst v0.4.0 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).
88
99
---
1010

@@ -18,7 +18,7 @@ Terminal coding agent with a rich ratatui TUI: chat forking, memory consolidatio
1818

1919
## Status
2020

21-
> **Beta (v0.3.0).** Core agent, provider routing, and TUI are stable for daily use. Experimental features are flagged below.
21+
> **Beta (v0.4.0).** Core agent, provider routing, and TUI are stable for daily use. Experimental features are flagged below.
2222
2323
Recent highlights:
2424
- **/share** — share sessions via unlisted GitHub Gists `[EXPERIMENTAL]`

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.3.0 (Beta) · **License:** GPL-3.0 · [GitHub](https://github.com/OpenCoven/coven-code)
9+
**Version:** 0.4.0 (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
@@ -203,7 +203,7 @@ coven-code --version
203203
A successful installation prints the version string, for example:
204204

205205
```
206-
coven-code 0.3.0
206+
coven-code 0.4.0
207207
```
208208

209209
To confirm the binary is the one you installed:

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencoven/coven-code",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Open-source agentic coding TUI for the terminal \u2014 OpenCoven fork of Claurst",
55
"license": "GPL-3.0-only",
66
"repository": {

src-rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "0.3.0"
19+
version = "0.4.0"
2020
edition = "2021"
2121
authors = ["OpenCoven (based on Claurst by Kuber Mehta)"]
2222
license = "GPL-3.0"

src-rust/crates/acp/registry-template/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "coven-code",
33
"name": "Coven Code",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "Open-source, multi-provider agentic coding TUI built in Rust (OpenCoven fork of Coven Code). Multi-provider routing (Anthropic, OpenAI, Google, Groq, Ollama, OpenAI-compatible, \u2026), full MCP support, plugin system, companion mascot, chat forking, memory consolidation. No telemetry.",
66
"repository": "https://github.com/OpenCoven/coven-code",
77
"website": "https://opencoven.ai",
@@ -18,35 +18,35 @@
1818
"distribution": {
1919
"binary": {
2020
"darwin-aarch64": {
21-
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.3.0/coven-code-macos-aarch64.tar.gz",
21+
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.4.0/coven-code-macos-aarch64.tar.gz",
2222
"cmd": "./coven-code",
2323
"args": [
2424
"acp"
2525
]
2626
},
2727
"darwin-x86_64": {
28-
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.3.0/coven-code-macos-x86_64.tar.gz",
28+
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.4.0/coven-code-macos-x86_64.tar.gz",
2929
"cmd": "./coven-code",
3030
"args": [
3131
"acp"
3232
]
3333
},
3434
"linux-aarch64": {
35-
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.3.0/coven-code-linux-aarch64.tar.gz",
35+
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.4.0/coven-code-linux-aarch64.tar.gz",
3636
"cmd": "./coven-code",
3737
"args": [
3838
"acp"
3939
]
4040
},
4141
"linux-x86_64": {
42-
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.3.0/coven-code-linux-x86_64.tar.gz",
42+
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.4.0/coven-code-linux-x86_64.tar.gz",
4343
"cmd": "./coven-code",
4444
"args": [
4545
"acp"
4646
]
4747
},
4848
"windows-x86_64": {
49-
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.3.0/coven-code-windows-x86_64.zip",
49+
"archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.4.0/coven-code-windows-x86_64.zip",
5050
"cmd": "./coven-code.exe",
5151
"args": [
5252
"acp"

0 commit comments

Comments
 (0)