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
|
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
Description
the
reasoningSummaryoption is not set by default when no variant is selected on gpt-5 models. but this is done inopencode/models alreadyopencode/packages/opencode/src/provider/transform.ts
Lines 662 to 666 in 2c58dd6
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