Skip to content

fix(agents): reply to exact triggering message - #4073

Open
Lordymine wants to merge 1 commit into
block:mainfrom
Lordymine:codex/agent-reply-exact-message
Open

fix(agents): reply to exact triggering message#4073
Lordymine wants to merge 1 commit into
block:mainfrom
Lordymine:codex/agent-reply-exact-message

Conversation

@Lordymine

@Lordymine Lordymine commented Aug 1, 2026

Copy link
Copy Markdown

Summary

This makes human-facing agents reply to the exact message that triggered their turn, instead of always pointing at the thread root. The existing message publishing path also preserves the parent author mention.

Agent-to-agent turns keep their existing behavior and are not forced onto a human-facing reply anchor.

Related issue

Fixes #4072

Testing

  • cargo +stable test -p buzz-acp --lib queue::tests — 112 passed
  • pnpm test from desktop/ — 3907 passed
  • cargo +stable fmt --check
  • git diff --check
  • Desktop startup verified locally; the exact reply target is covered by the automated tests

No layout changes were made; this uses the existing reply rendering.

Signed-off-by: Rafael Oliveira <rafaelkefren@gmail.com>
@Lordymine
Lordymine requested a review from a team as a code owner August 1, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agents should reply to the exact message that triggered them

1 participant