Skip to content

fix(buzz-acp): strengthen agent communication rules in base prompt#1293

Merged
wpfleger96 merged 2 commits into
mainfrom
alia/base-prompt-send-obligation
Jun 25, 2026
Merged

fix(buzz-acp): strengthen agent communication rules in base prompt#1293
wpfleger96 merged 2 commits into
mainfrom
alia/base-prompt-send-obligation

Conversation

@wpfleger96

@wpfleger96 wpfleger96 commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Two additions to crates/buzz-acp/src/base_prompt.md:

  1. Send obligation — every turn that processes a user message MUST end with buzz messages send. Prevents the silent failure mode where agents complete work via tool calls but never send a visible reply.

  2. Stay in the tagged channel — all replies and task delegations go to the same channel where the agent was tagged (channel UUID from [Context]). Prevents agents from redirecting responses or assignments to unrelated channels (e.g. #general) when the user tagged them elsewhere.

Both rules close gaps where agents had the right information in context but no explicit instruction on how to use it.

wpfleger96 and others added 2 commits June 25, 2026 15:11
Agents sometimes finish their turn without calling `buzz messages send`,
leaving users with silence. Add a closing obligation rule to the General
communication section so every turn that processes a user message must
end with a visible reply.

Co-authored-by: Will Pfleger <wpfleger@block.xyz>
Signed-off-by: Will Pfleger <wpfleger@block.xyz>
…essages

Agents were posting replies and task delegations to unrelated channels
(e.g. #general) instead of the channel where the user tagged them.
The [Context] block already supplies the correct channel UUID every turn
but there was no rule requiring agents to use it for outbound messages.

Add one sentence to the Threading section making this explicit: all
replies and delegations go to the same channel where the agent was
tagged, unless the user explicitly requests otherwise.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
@wpfleger96 wpfleger96 changed the title fix(buzz-acp): add explicit send obligation to base prompt fix(buzz-acp): strengthen agent communication rules in base prompt Jun 25, 2026
@wpfleger96 wpfleger96 merged commit ccdb897 into main Jun 25, 2026
23 checks passed
@wpfleger96 wpfleger96 deleted the alia/base-prompt-send-obligation branch June 25, 2026 19:19
wpfleger96 added a commit that referenced this pull request Jun 25, 2026
…1293)

Signed-off-by: Will Pfleger <wpfleger@block.xyz>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
Co-authored-by: npub1fgdl5qqnh3k3f2xkqrvt7cujalhm623x4s7fdjdj5yrtp5fzjl9qrjpucw <4a1bfa0013bc6d14a8d600d8bf6392efefbd2a26ac3c96c9b2a106b0d12297ca@sprout-oss.stage.blox.sqprod.co>
tellaho pushed a commit that referenced this pull request Jun 25, 2026
…ebar

* origin/main:
  fix(sidebar): non-selectable channel names + copy/leave context menu actions (#1260)
  fix(runtime): sweep node wrapper processes hosting managed agent shims (#1296)
  fix(buzz-agent): follow symlinks when discovering skill directories (#1295)
  chore: add grab-emoji.sh to register Slack emoji in Buzz (#1292)
  Fix cross-pod membership notification fanout (#1291)
  fix(buzz-acp): strengthen agent communication rules in base prompt (#1293)
  chore(release): release Buzz Desktop version 0.3.34 (#1289)
  feat(desktop): refresh Agents tab live on inbound relay sync (#1256)
  fix(buzz-acp): inject Codex network allowlist for relay hostname at spawn time (#1287)

Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>

# Conflicts:
#	desktop/src-tauri/src/commands/agent_models.rs
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.

1 participant