Hi,
I've got the issue Orchestration Blocker.
Orchestration Blocker
The plan remains provisional, because the mandatory fresh Sol commitment review could not start. Native spawning returned:
Unknown model `gpt-5.6-luna`
This conflicts with the exact installed reviewer profile, which specifies gpt-5.6-sol / high. The companion check passed for /Users/pop/.codex/agents, so this appears to be stale native-agent
routing. No reviewer thread was created; therefore its sandbox and permission profile were unobservable.
Start a fresh Codex task on Sol / High and repeat the request. If routing still resolves to Luna, update Codex before retrying. The orchestration skill prohibits substituting another reviewer or
bypassing this gate.
The result of execute check and update native mode
plugin_dir="$(codex plugin list --json | jq -r '.installed[] | select(.pluginId == "sol-advisor@sol-advisor") | .source.path')"
test -d "$plugin_dir"
sh "$plugin_dir/scripts/install-agents.sh" --check
CHECK PASSED: Terra and Sol exactly match /Users/pop/.codex/.tmp/marketplaces/sol-advisor/plugins/sol-advisor/scripts/../agents; no legacy Luna file remains.
Hi,
I've got the issue Orchestration Blocker.
The result of execute check and update native mode