From cad000b48c4f24257601d12d48ab481ef84030dc Mon Sep 17 00:00:00 2001 From: Val Alexander <68980965+BunsDev@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:52:57 -0500 Subject: [PATCH] feat(brand): rebrand ACP agent display name to Coven; keep stable id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src-rust/crates/acp/registry-template/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-rust/crates/acp/registry-template/agent.json b/src-rust/crates/acp/registry-template/agent.json index 7d274b4..a537404 100644 --- a/src-rust/crates/acp/registry-template/agent.json +++ b/src-rust/crates/acp/registry-template/agent.json @@ -1,8 +1,8 @@ { "id": "coven-code", - "name": "Coven Code", + "name": "Coven", "version": "0.6.1", - "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.", + "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.", "repository": "https://github.com/OpenCoven/coven-code", "website": "https://opencoven.ai", "authors": [