Uh oh!
There was an error while loading. Please reload this page.
feat(tui): preserve selected thinking effort per agent per model for primary agents - #36708
Conversation
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: Related PR:
The search also returned a couple of other thinking/preservation-related PRs (#12567, #32604) but they're less directly related (subagent inheritance and session-level reasoning preservation). Note: PR #36708 (your current PR) appears in all results, which is expected. |
soltrac
commented
Jul 17, 2026
this is very interesting to have |
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes#36703
Type of change
What does this PR do?
Variant (thinking effort) selection was stored keyed only by
providerID/modelID, so Primary Agents sharing the same model would overwrite each other's setting. Now the key includes the agent name so each primary agent holds its own thinking effort independently. i.ename/providerID/modelIDHow did you verify your code works?
bun devScreenshots / recordings
oc_preserve_thinking_effort.mp4
Checklist