feat(app): restore queued follow-up mode#21779
feat(app): restore queued follow-up mode#21779Mr-V1be wants to merge 2 commits intoanomalyco:devfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found 2 potentially related PRs (excluding the current PR #21779):
These PRs address similar aspects of follow-up queuing, Queue/Steer controls, and session idle behavior. PR #21491 in particular appears to be actively addressing follow-up queuing, which is core to this PR's implementation. You may want to check if these are addressing the same issue or if they're complementary changes. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Summary
session.idlebefore callingpromptAsyncWhy
The previous Queue option was removed because follow-up prompts were being dequeued at the wrong time. This keeps the existing Steer behavior as the default, but restores a real delayed queue mode for users who want follow-ups to start only after the current turn fully finishes.
Testing
bun test --preload ./happydom.ts ./src/components/prompt-input/submit.test.ts(run frompackages/app)bun run typecheck(run frompackages/app)bun run build(run frompackages/app)