feat: rebrand to Chat to Codex (C2C) + land multi-chat-brain support - #25
Merged
Merged
Conversation
The installation provably serves multiple AI chats — Claude Web and ChatGPT are both connected to one broker reading the same registered workspaces. The name now reflects it, and C2C survives (Chat-to-Codex). - Product name, package name, skill name, LICENSE, and all three READMEs rebranded; tagline replaced with "Bring your AI chat sessions to Codex." - New "Multiple chat brains" section: connecting ChatGPT (Plus, Developer mode, streamable HTTP) alongside Claude Web; both hold their own token; neither can mutate. - Skill generalized to any chat brain; profiles documented as an advanced failover feature. - Compatibility identifiers unchanged: on-disk state dir stays codex-with-claude, deprecated aliases preserved, existing connector names and tokens keep working (no re-pairing).
willio
added a commit
that referenced
this pull request
Sep 1, 2026
feat: rebrand to Chat to Codex (C2C) + land multi-chat-brain support
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.
The broker serves Claude Web and ChatGPT simultaneously; the product name now says so. Full rebrand (strings, package, skill, LICENSE, 3 READMEs, tagline → 'Bring your AI chat sessions to Codex.'), a Multiple chat brains section, and skill generalization. Compatibility identifiers (state dir, aliases, tokens) untouched — no re-pairing for existing connectors. 179 tests green.