pkgs: bump buzz-agent-tools to 63496cc1 - clears W7 - #1
Merged
Conversation
buzz repos create gains an optional --channel flag and buzz repos bind lets us rebind already-announced repos, both from block/buzz#3626 (merged). That is exactly W7 clear-when condition, so drop the row and record the resolution. Also picks up the CLI credential-masking fix (block/buzz#3570) and 57 other merged commits since the previous pin (2026-07-28).
axlroden
added a commit
that referenced
this pull request
Jul 30, 2026
buzz repos create gains an optional --channel flag and buzz repos bind lets us rebind already-announced repos, both from block/buzz#3626 (merged). That is exactly W7 clear-when condition, so drop the row and record the resolution. Also picks up the CLI credential-masking fix (block/buzz#3570) and 57 other merged commits since the previous pin (2026-07-28).
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.
What
Bumps the pinned
block/buzzrevision forbuzz-acp+buzz-clifrom4a977c58(2026-07-28) to63496cc1(2026-07-30, current upstreammain),with
pkgs/Cargo.lockre-vendored from that revision.Why
block/buzz#3626 merged and gives
buzz repos createan optional--channel <uuid>flag (plus a newbuzz repos bindto rebind repos announced before this landed). That isexactly W7's clear-when condition from
docs/upstream-watch.md, so this PRalso drops the W7 row from the waiting-on-upstream table and records the
resolution with the practical detail (how to create/rebind a channel-bound
repo now).
Also picked up in this range: a CLI fix that masks credential env values in
buzz --helpoutput (block/buzz#3570),plus 56 other merged commits (desktop/mobile UI, tracing, replica routing on
the relay side) that don't touch
buzz-acp/buzz-clibehavior we rely on.Verification
nix flake check --no-build .passes on this branch.hashobtained vianix flake prefetch --json github:block/buzz/63496cc1d4c6f1b7c613801bdcc694169dcf391a.pkgs/Cargo.lockfetched directly from that revision (not hand-edited).Not verified: an actual build (
--no-buildonly) and a livebuzz repos create --channelround trip against our relay - worth doing before/atrollout.