Skip to content

GH#5439: Follow the user's threading choice for managed-agent replies - #5440

Open
marcusquinn wants to merge 1 commit into
block:mainfrom
marcusquinn:bugfix/user-led-agent-threading
Open

GH#5439: Follow the user's threading choice for managed-agent replies#5440
marcusquinn wants to merge 1 commit into
block:mainfrom
marcusquinn:bugfix/user-led-agent-threading

Conversation

@marcusquinn

Copy link
Copy Markdown

Summary

  • keep managed-agent replies top-level when the triggering human message is top-level
  • preserve thread-root anchoring when the human writes inside a thread
  • retain existing agent-to-agent nesting behavior
  • align the base prompt and regression coverage with the user-led threading contract

Verification

  • cargo test -p buzz-acp --lib (686 passed)
  • cargo test -p buzz-acp queue::tests --lib (112 passed)
  • cargo clippy -p buzz-acp --all-targets -- -D warnings
  • cargo fmt --check
  • git diff --check

Resolves #5439

Signed-off-by: marcusquinn <6428977+marcusquinn@users.noreply.github.com>
@marcusquinn
marcusquinn requested a review from a team as a code owner August 10, 2026 00:23
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.

Managed agents should follow the user's threading choice

1 participant