feat(extensions): add Claude Code and Codex config sources - #1731
Merged
limityan merged 1 commit intoJul 24, 2026
Merged
Conversation
limityan
force-pushed
the
yanzhn/claude-codex-declarative-sources
branch
from
July 24, 2026 09:48
d8dbdd5 to
fa32440
Compare
limityan
force-pushed
the
yanzhn/claude-codex-declarative-sources
branch
from
July 24, 2026 11:26
fa32440 to
c9bb7fc
Compare
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
Product behavior
/nameform and show their source only when a choice is needed. No/builtin:,/external:, or ecosystem-prefixed syntax is introduced./agentand/mcpare primary management commands;/agentsand/mcpsremain compatibility aliases. TUI keyboard and mouse selection preserve the exact alias chosen by the user.Safety and compatibility
config.tomllayer cannot be read or parsed; later project layers cannot bypass the failure. The coordinator retains last-valid state without blocking application startup or chat.HashMapiteration order cannot trigger re-approval after a normal restart.Scope boundaries
external-ai-work-sources-design.md; no PR-specific Claude/Codex design document is added.Validation
cargo check -p bitfun-core --testscargo check -p bitfun-cli --tests; prior CLI command regression suite and alias identity test passedpnpm run type-check:webgit diff --checkIndependent review hardening
Independent architecture, logic, and product reviews were repeated against the final worktree. Follow-up fixes cover the public MCP revision oracle, deterministic native revisions, Codex required-layer bypass, GUI draft preservation and failed-catalog routing, exact TUI alias identity, and removal of duplicate HMAC ownership. No remaining introduced blocker was reported.