Skip to content

Commit 17a1b98

Browse files
authored
feat(brand): rebrand ACP agent display name to Coven; keep stable id (#160)
The ACP registry template's human-facing display name and description still read 'Coven Code'. Rebrand the display 'name' to 'Coven' and fix the description's lineage ('OpenCoven fork of Coven Code' -> 'fork of Claurst', matching the upstream/authors fields). The stable registration key 'id: coven-code' is intentionally kept — that is the identity ACP registries/clients key on (same rationale as the binary/crate/env names staying). Display 'name' is not a lookup key, so rebranding it is safe.
1 parent cfb224a commit 17a1b98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "coven-code",
3-
"name": "Coven Code",
3+
"name": "Coven",
44
"version": "0.6.1",
5-
"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.",
5+
"description": "Open-source, multi-provider agentic coding TUI built in Rust (OpenCoven fork of Claurst). 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",
88
"authors": [

0 commit comments

Comments
 (0)