chore(opencode): route reasoning effort through model aliases #251
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!251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-agent-variant-effort"
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?
Why:
What:
gpt-5.5OpenAI aliases with matching reasoning effort options.Validation:
opencode models openaiopencode agent listThe PR introduces model aliases for OpenAI's
gpt-5.5to differentiate between low and high reasoning efforts, updating the configuration to use these aliases. This change appears safe to merge, as it aligns with the goal of preserving reasoning effort across agent switches.Walkthrough
openai/gpt-5.5-highalias, reflecting the high reasoning effort configuration.gpt-5.5-lowandgpt-5.5-highwith corresponding reasoning effort options.