feat(brand): rebrand ACP agent display name to Coven; keep stable id#160
Merged
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Rebrands the ACP registry template’s human-facing agent name from “Coven Code” to “Coven” while keeping the stable registration id (coven-code) unchanged, and updates the template description’s lineage wording.
Changes:
- Update ACP agent
nameto “Coven” (keepidstable ascoven-code). - Update ACP agent
descriptionto say “OpenCoven fork of Claurst” instead of “...Coven Code”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "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.", |
12 tasks
BunsDev
added a commit
that referenced
this pull request
Jul 15, 2026
…164) Close out the coven CLI unification paperwork now that every phase has landed: - unification.md: status complete; phase table rows 5 and 6 finalized (Phase 5 landed via #154/#158/#160 with the npm deprecation executed and npm-publish made opt-in in #162; Phase 6 decided NO-GO via #155); npm-package note rewritten in past tense. - superpowers plans: COMPLETE status banners on the master plan and the phase 3/4/5 sub-plans pointing at docs/unification.md as the living summary; phase 5 task 5.3 marked done (coven-side version_line landed) and task 5.6 recorded as executed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the one item held from #158: the ACP registry template's brand identity.
Decision: rebrand the display strings, keep the stable key.
idcoven-codecoven-code(unchanged)nameCoven CodeCovendescription…(OpenCoven fork of Coven Code)……(OpenCoven fork of Claurst)…upstream/authors)The template is not loaded at runtime (the engine is launched via
cmd: ./coven-code acp); onlybump-version.pytouches it (bumpsversion). JSON validated.