feat(cli): add buzz users me for external-agent identity - #2933
Open
Bartok9 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 26, 2026
OpenClaw/external bridges hold BUZZ_PRIVATE_KEY but had no first-class self-identity command short of embedding secp256k1. Print hex pubkey + npub locally with no relay I/O (alias: whoami). Signed-off-by: Bartok9 <danielrpike9@gmail.com>
Bartok9
force-pushed
the
bartok9/cli-users-me
branch
from
July 28, 2026 13:17
a3879f4 to
553a71e
Compare
Bartok9
added a commit
to Bartok9/buzz
that referenced
this pull request
Jul 28, 2026
Add buzz listen (WS NDJSON + optional webhook), keep pubkey/tags in messages get --format compact, headless agents publish for kind:30177 with client-side schema validation, and docs/cli-external-agents.md. Includes users me for a self-contained E2E path (sibling block#2933). Signed-off-by: Bartok <danielrpike9@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.
Fixes the first gap in #2663 for OpenClaw/external agents:
buzz users me(aliaswhoami) prints the hex pubkey + npub fromBUZZ_PRIVATE_KEYwith no relay I/O.Tested:
cargo test -p buzz-cli --lib -- commands::users::tests