feat(discord-bot): mid-turn queue default + steer/queue lifecycle#67
Open
patroza wants to merge 2 commits into
Open
feat(discord-bot): mid-turn queue default + steer/queue lifecycle#67patroza wants to merge 2 commits into
patroza wants to merge 2 commits into
Conversation
patroza
force-pushed
the
feat/discord-followup-steer-default
branch
from
July 26, 2026 06:24
191be7e to
c1af4b2
Compare
After server queue-by-default, Discord follow-ups would park instead of steering. Restore historical steer-by-default for busy threads, and document --steer / --queue (and slash options) so users can force either path.
Keep --steer/--queue and add slash /steer /queue /steernow. Mid-turn follow-ups park server-side by default, badge the user message with 📥, remove on message delete, and flush the queue with /omegent steernow.
patroza
force-pushed
the
feat/discord-followup-steer-default
branch
from
July 26, 2026 06:41
c1af4b2 to
2cfa398
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Discord mid-turn follow-ups align with server queue-by-default, with explicit overrides and a light lifecycle UX:
Compose time
@Omegent//askmid-turn--steeror/omegent steer …--queueor/omegent queue …Lifecycle
thread.queue.removefor that item/omegent steernowImplementation notes
startTurn, only callthread.queue.steerwhen delivery is steerMESSAGE_DELETEclears mapping + removes from server queuesteernowuses serverqueuedMessages(authoritative); registry cleans badgesTest plan
apps/discord-bottypecheck--steerinjects;/steernowflushes