fix(discord-bot): handle Discord prompt edits cleanly#98
Open
omegent-app[bot] wants to merge 1 commit into
Open
fix(discord-bot): handle Discord prompt edits cleanly#98omegent-app[bot] wants to merge 1 commit into
omegent-app[bot] wants to merge 1 commit into
Conversation
patroza
force-pushed
the
fork/discord
branch
5 times, most recently
from
July 27, 2026 07:10
b4fc1d3 to
c07b309
Compare
4 tasks
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
from
July 27, 2026 07:50
a005887 to
ff6366c
Compare
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
from
July 27, 2026 10:57
ff6366c to
9a593c5
Compare
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
from
July 27, 2026 11:56
9a593c5 to
9bc8815
Compare
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
2 times, most recently
from
July 27, 2026 12:56
f8e0766 to
5080cdf
Compare
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
from
July 27, 2026 13:13
5080cdf to
dedb09f
Compare
Content-aware message claims distinguish create/update races and embed no-ops from real edits. Edits interrupt any active turn (then wait for idle), drop a stale 📥 queue entry if present, and re-route with previous/updated prompt context. Bot stream tips are cleaned only after the turn settles via the existing Working-tip orphan path — never while generation is still writing.
patroza
force-pushed
the
fix/discord-message-edit-handling
branch
from
July 27, 2026 15:53
dedb09f to
d970558
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
Follow-up to #9. Edits are no longer “ignore forever or double-run.”
--steerso the correction is not silently re-queuedTest plan
vp test run src/features/MentionRouter.test.ts