diff --git a/README.md b/README.md index de66f82..9eaa401 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **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. -> **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). +> **Attribution:** Coven Code is derived from Claurst v0.0.13 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). --- @@ -16,7 +16,7 @@ Multi-provider terminal coding agent with a rich ratatui TUI: chat forking, memo ## Status -> **Beta (v0.0.12).** Core agent, multi-provider routing, and TUI are stable for daily use. Experimental features are flagged below. +> **Beta (v0.0.13).** Core agent, multi-provider routing, and TUI are stable for daily use. Experimental features are flagged below. Recent highlights: - **/share** — share sessions via unlisted GitHub Gists `[EXPERIMENTAL]` diff --git a/docs/index.md b/docs/index.md index 24158ad..a030da7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ 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. -**Version:** 0.0.12 (Beta) · **License:** GPL-3.0 · [GitHub](https://github.com/OpenCoven/coven-code) +**Version:** 0.0.13 (Beta) · **License:** GPL-3.0 · [GitHub](https://github.com/OpenCoven/coven-code) diff --git a/docs/installation.md b/docs/installation.md index 6abb5d8..a8c3424 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -170,7 +170,7 @@ coven-code --version A successful installation prints the version string, for example: ``` -coven-code 0.0.12 +coven-code 0.0.13 ``` To confirm the binary is the one you installed: diff --git a/npm/package.json b/npm/package.json index ebf8126..f5997de 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@opencoven/coven-code", - "version": "0.0.12", + "version": "0.0.13", "description": "Open-source, multi-provider agentic coding TUI for the terminal \u2014 OpenCoven fork of Claurst", "license": "GPL-3.0-only", "repository": { diff --git a/src-rust/Cargo.lock b/src-rust/Cargo.lock index da372c3..ac57ce2 100644 --- a/src-rust/Cargo.lock +++ b/src-rust/Cargo.lock @@ -602,7 +602,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "claurst" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "claurst-acp" -version = "0.0.12" +version = "0.0.13" dependencies = [ "agent-client-protocol-schema", "anyhow", @@ -667,7 +667,7 @@ dependencies = [ [[package]] name = "claurst-api" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-stream", @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "claurst-bridge" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "claurst-buddy" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "chrono", @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "claurst-commands" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "arboard", @@ -774,7 +774,7 @@ dependencies = [ [[package]] name = "claurst-core" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "base64", @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "claurst-mcp" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -843,7 +843,7 @@ dependencies = [ [[package]] name = "claurst-plugins" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "claurst-query" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "claurst-tools" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "async-trait", @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "claurst-tui" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "base64", diff --git a/src-rust/Cargo.toml b/src-rust/Cargo.toml index b896f17..80eaa99 100644 --- a/src-rust/Cargo.toml +++ b/src-rust/Cargo.toml @@ -16,7 +16,7 @@ members = [ ] [workspace.package] -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["OpenCoven (based on Claurst by Kuber Mehta)"] license = "GPL-3.0" diff --git a/src-rust/crates/acp/registry-template/agent.json b/src-rust/crates/acp/registry-template/agent.json index 8ecb470..84a4777 100644 --- a/src-rust/crates/acp/registry-template/agent.json +++ b/src-rust/crates/acp/registry-template/agent.json @@ -1,7 +1,7 @@ { "id": "coven-code", "name": "Coven Code", - "version": "0.0.12", + "version": "0.0.13", "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.", "repository": "https://github.com/OpenCoven/coven-code", "website": "https://opencoven.ai", @@ -18,35 +18,35 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/coven-code-macos-aarch64.tar.gz", + "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/coven-code-macos-aarch64.tar.gz", "cmd": "./coven-code", "args": [ "acp" ] }, "darwin-x86_64": { - "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/coven-code-macos-x86_64.tar.gz", + "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/coven-code-macos-x86_64.tar.gz", "cmd": "./coven-code", "args": [ "acp" ] }, "linux-aarch64": { - "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/coven-code-linux-aarch64.tar.gz", + "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/coven-code-linux-aarch64.tar.gz", "cmd": "./coven-code", "args": [ "acp" ] }, "linux-x86_64": { - "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/coven-code-linux-x86_64.tar.gz", + "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/coven-code-linux-x86_64.tar.gz", "cmd": "./coven-code", "args": [ "acp" ] }, "windows-x86_64": { - "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.12/coven-code-windows-x86_64.zip", + "archive": "https://github.com/OpenCoven/coven-code/releases/download/v0.0.13/coven-code-windows-x86_64.zip", "cmd": "./coven-code.exe", "args": [ "acp"