-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
the reasoningSummary option is not set by default when no variant is selected on gpt-5 models. but this is done in opencode/ models already
opencode/packages/opencode/src/provider/transform.ts
Lines 662 to 666 in 2c58dd6
| if (input.model.providerID.startsWith("opencode")) { | |
| result["promptCacheKey"] = input.sessionID | |
| result["include"] = ["reasoning.encrypted_content"] | |
| result["reasoningSummary"] = "auto" | |
| } |
Plugins
NA
OpenCode version
dev
Steps to reproduce
send any prompt in a gpt-5 model without selecting a variant and you won't see any reasoning blocks
no variant means the default non selected. instead of
you will see no variant
Screenshot and/or share link
what we got
I expect something like this
Operating System
NA
Terminal
NA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working