Uh oh!
There was an error while loading. Please reload this page.
fix(app): restore queued follow-up setting - #29265
Conversation
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
smrr723
commented
Jun 1, 2026
Nice! Thanks for the fix. Will be awesome to see this restored - huge time saver. |
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#24580
Closes#21445
Closes#20245
Closes#5408
Closes#21906
Related: #22284, #4821, #24298, #20090
Type of change
What does this PR do?
This turns queued follow-ups back on in the app.
The queueing flow was still there, but the setting had been removed from the UI and the app was forcing
queueback tosteerin settings state. This restores the setting, keeps the existing queue behavior, and adds tests around the queue gating and submit path.How did you verify your code works?
bun test src/components/prompt-input/submit.test.ts src/pages/session/session-followup-state.test.tsbun typecheckScreenshots / recordings
None.
Checklist