chore(opencode): configure per-agent model routing and plan-advisor #245
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/opencode-model-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
opencode.json.openai/gpt-5.3-codex-spark.plan,architecture,security, andplan-advisortoopenai/gpt-5.5with higher reasoning effort..opencode/agents/plan-advisor.mdsubagent profile..opencode/agents/build.mdto escalate ambiguous or cross-cutting RGR decisions to@plan-advisor.Why
This change enables higher reasoning capability where it matters while keeping routine verification/build tasks on a faster model profile, improving cost and latency characteristics without reducing review quality.
Verification
just fmtopencode debug configThis PR configures per-agent model routing in
opencode.json, introducing a newplan-advisorsubagent for high-reasoning tasks. The changes appear safe to merge, with no apparent issues in the configuration.Walkthrough
.opencode/agents/build.md:
@plan-advisorfor high-reasoning analysis..opencode/agents/plan-advisor.md:
plan-advisor, designed for high-reasoning tasks with specific permissions and constraints.opencode.json:
openai/gpt-5.5for high-reasoning tasks.Pre-merge checks
Updated the PR body to match metadata quality criteria: added explicit
SummaryandWhysections with rationale, while keeping validation commands in a proper section so the pre-merge checker should no longer flag this as a failure. Please rerun PR checks/re-review.@auto-review re-review
Queued a forced review at
24b26d9a0f. This intentionally bypasses CI gating; watch the commit-status badge for progress.The PR configures per-agent model routing in
opencode.json, optimizing for reasoning capability where needed. It introduces a newplan-advisorsubagent profile and updates thebuildagent to escalate certain decisions. The changes appear safe to merge.Walkthrough
@plan-advisorfor high-reasoning analysis.openai/gpt-5.5.openai/gpt-5.5to agents requiring higher reasoning effort.