Development - #13
Merged
Merged
Conversation
added 2 commits
August 13, 2026 01:40
The Subagents page presented the union of the V1/V2 collaboration-surface projections as "Active Roster", which can show a model (e.g. Luna) as active even though a V2 parent's spawn_agent schema cannot select it under Codex defaults. - Rename the card to "Configured Roster" and derive per-row collaboration reachability from the existing catalog projections (fail-closed; only server-observed roster rows get a claim). - Show status text only for exceptions: V1 under Codex defaults / V2 only / Routed V2 compatible / Not advertised; rows on both surfaces get screen-reader text only. - Add one split notice with a focus-only "Use Concurrent V2" action and a closed "Protocol diagnostics" disclosure. - Update i18n (en/de/ja/ko/ru/zh), docs-site guides, and add unit tests. - Server/API contract unchanged. Verified: bun run typecheck, bun run test (594 shards), bun run lint:gui, bun run privacy:scan, bun run build:gui.
# Conflicts: # docs-site/src/content/docs/ja/guides/codex-app-models.md # docs-site/src/content/docs/ja/guides/model-ordering.md # docs-site/src/content/docs/ja/guides/sub-agent-surface.md # docs-site/src/content/docs/ko/guides/codex-app-models.md # docs-site/src/content/docs/ko/guides/model-ordering.md # docs-site/src/content/docs/ko/guides/sub-agent-surface.md # docs-site/src/content/docs/ru/guides/codex-app-models.md # docs-site/src/content/docs/ru/guides/model-ordering.md # docs-site/src/content/docs/ru/guides/sub-agent-surface.md # docs-site/src/content/docs/zh-cn/guides/codex-app-models.md # docs-site/src/content/docs/zh-cn/guides/model-ordering.md # docs-site/src/content/docs/zh-cn/guides/sub-agent-surface.md
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.
No description provided.