[Improve] Show web follow-up context in GitHub replies - #870
Merged
daniel-lxs merged 4 commits intoJul 29, 2026
Conversation
Contributor
Author
|
2 issues outstanding. See task
Reviewed 6aaff4a |
Contributor
Author
|
Reworked this as automatic delivery-time formatting in 6aaff4a. A successful web UI prompt stores the raw user message; the first GitHub comment write prepends and then clears its blockquote. No agent-authored quote instruction or |
daniel-lxs
marked this pull request as ready for review
July 28, 2026 20:50
daniel-lxs
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 28, 2026 20:50
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
GitHub comment delivery now automatically prefixes the first reply after a web UI follow-up with the user's Markdown blockquote, matching Slack behavior.
Why this change was made
People following a pull request or issue need to see which web UI message the Roomote response addresses without relying on the agent to reproduce it.
Impact
The agent receives the original web prompt unchanged. The server adds and clears the pending quote only after a successful GitHub comment write, caps the quoted text at 280 characters, and excludes injected out-of-band context.