Add Orchestrator collaboration mode#20
Merged
richardgetz merged 2 commits intostablefrom Apr 22, 2026
Merged
Conversation
BREAKING CHANGE: thread control config and API rename router mode to orchestrator without router compatibility.
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
spawn_agent.collaboration_modeso Orchestrator can launch child agents indefault,plan,continuous, ororchestratormodeBreaking Change
[thread_control.router]and publicrouterthread-control mode names are replaced by[thread_control.orchestrator]/orchestrator.Tests
just write-config-schemajust write-app-server-schemacargo check -p codex-core -p codex-app-server-protocol -p codex-app-server -p codex-tui -p codex-models-manager -p codex-config -p codex-protocolcargo test -p codex-core thread_controlcargo test -p codex-core config::schema::tests::config_schema_matches_fixturecargo test -p codex-tui collabcargo test -p codex-core orchestrator_memory_scope_only_enables_during_orchestrator_modecargo test -p codex-rolloutcargo test -p codex-app-server thread_listcargo test -p codex-core multi_agent_v2_spawn -- --test-threads=1cargo test -p codex-core requested_spawn_agent_collaboration_mode -- --test-threads=1cargo test -p codex-core spawn_agent_description -- --test-threads=1cargo test -p codex-tools agent_tool -- --test-threads=1just fmtjust fix -p codex-core -p codex-tools -p codex-models-managergit diff --checkjust fix -p codex-protocol -p codex-config -p codex-core -p codex-rollout -p codex-thread-store -p codex-app-server-protocol -p codex-app-server -p codex-tui -p codex-models-manager -p codex-analytics -p codex-collaboration-mode-templatesReview
$post-change-reviewwith independent reviewers across the Orchestrator mode/config/memory changes and the child collaboration-mode follow-up.Notes
sandbox-exec: sandbox_apply: Operation not permittedfailures in command_exec/js_repl-related tests; the focused affected tests above passed.