[Improve] Match Slack emoji reactions on Discord#512
Merged
Conversation
Add eyes reactions on initial Discord task launch, map Slack-style reaction names like white_check_mark and thumbsdown for Discord, and allow agent chat-reaction acks like Slack.
Contributor
Author
|
1 issue outstanding. See task
Reviewed b970367 |
…action prompts Add focused tests for non-fatal initial eyes reaction failures, Discord first-turn reaction disallowance, and non-Slack instructions allowing send_chat_reaction_emoji.
Post terminal white_check_mark / thumbsdown on the origin Discord message when a PR merges or closes, remove the eyes ack, and add x on cancel.
Contributor
Author
|
Fixed the open review finding. What changed: Commit: b970367 |
Skip intake eyes for slash-command launches, persist a real acknowledgement or message origin as discordReaction* payload fields, and only react for terminal/cancel when that target exists.
mrubens
marked this pull request as ready for review
July 18, 2026 01:49
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 18, 2026 01:49
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.
What changed
Discord reaction behavior is now aligned with Slack:
/newinteraction launches pin 👀 on the posted acknowledgement instead of using interaction IDsdiscordReactionChannelId/discordReactionMessageIdtarget for later merge/close/cancel reactionswhite_check_mark,x,thumbsdown,thumbsup, etc.)send_chat_reaction_emojiwhen policy allowsWhy this change was made
Discord was missing Slack-parity reactions, and an earlier pass incorrectly reacted on interaction IDs (which Discord rejects). That made slash-command tasks never show the advertised reactions.
Impact
Users should see eyes on message-based and
/newlaunches that produce a real acknowledgement, plus terminal/cancel emojis when those stored targets exist.