feat(cli): buzz agents call wakes specialists by name (#230) - #240
Merged
Conversation
oscarlehuu
marked this pull request as ready for review
August 19, 2026 09:36
Record that CoS can wake specialists via existing mention → ACP lazy-pool path without a new kind; recommend thin `buzz agents call` as first slice. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
Thin wrapper over messages send --mention. Spike 0055 PASS; D-071. Room-visible call; fail-closed unknown/non-member. No new kind. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: oscarlehuu <oscarlehuu@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/call-by-name-230-4d3a
branch
from
August 19, 2026 12:39
12f9294 to
60d2dbf
Compare
cursor Bot
pushed a commit
that referenced
this pull request
Aug 22, 2026
- allow router state in commitNavigation so editor deep-links carry workflowEditorHasOrigin - include revision in relay-backed mock workflow records - biome format AppShell - update buzz-cli inventory snapshot tests for org group and agents call (stale on main since #238/#240; required for just test-unit gate) Signed-off-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-Authored-By: Oscar Le <oscar.lehuu@gmail.com>
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.


Summary
Adds
buzz agents callso CoS (or any agent) can wake a specialist by name via the existing mention → ACP wake path (#169). No new Nostr kind. No founder Inbox Wake.buzz agents call --channel … --agent <Name>|--pubkey …[--message] [--reply-to]@Namecall +ptag; fail-closed unknown/non-member (via messages send)Related issue
Testing
cargo test -p buzz-cli --lib commands::agents::tests::call