feat(cmind): add Codex support and multi-agent backend switchingFeat/codermind codex support - #96
Open
HYS (HuYaSen) wants to merge 10 commits into
Open
feat(cmind): add Codex support and multi-agent backend switchingFeat/codermind codex support#96HYS (HuYaSen) wants to merge 10 commits into
HYS (HuYaSen) wants to merge 10 commits into
Conversation
- add explicit Codex sandbox bypass support for trusted automation - avoid codegen batch branch collisions and preserve failed retry branches - recover corrupted RPG data through the central service loader - make multilingual and planning regressions deterministic
- rebuild interface subtrees instead of restoring stale output under --force - forward force semantics through the consolidated plan workflow - record MCP client context for real agent-call telemetry - add regression coverage for force and MCP evidence
Keep MCP provisioning isolated across supported agents, refresh long-lived MCP graph state, enforce planning coverage, resolve qualified interface edges, and persist RPG Edit resume artifacts.
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
Add Codex CLI as a supported CoderMind runtime while preserving the existing Claude Code and GitHub Copilot integrations.
CoderMind now provisions Claude, Copilot, and Codex together while allowing the active encoder/decoder backend to be switched independently through
.cmind/config.toml.Key changes
codex exec..agents/skills/.rpg-toolssafely in.codex/config.toml.copilot,claude, andcodex.rpg://treewhile retaining all existing MCP tools.rpg.jsonchanges.Reliability improvements
Compatibility
Shared planning, encoding, code generation, MCP, and RPG Edit paths remain backend-neutral.
Validation
1526 passed243 passedlist_rpg_treeclient_context=copilot-agentgit diff --check: PASS