Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4b35706
chore(release): release Buzz Desktop version 0.5.10 (#5613)
wesbillman Aug 12, 2026
1ff98fa
fix(desktop): launch Databricks OAuth from passive model discovery (#…
wpfleger96 Aug 12, 2026
6e0631f
feat(acp): deliver channel description in prompt [Context] (#4552)
wpfleger96 Aug 12, 2026
c966b86
fix(deps): bump webbrowser to 1.2.4 for RUSTSEC-2026-0257 (#5659)
wpfleger96 Aug 12, 2026
63f961c
Refine channel settings and profile panels (#5574)
klopez4212 Aug 12, 2026
63d14a0
fix(desktop): preserve live channel timelines (#5662)
wesbillman Aug 12, 2026
8a2c9af
feat(deletion): add durable whole-community deletion (#4425)
kalvinnchau Aug 12, 2026
884ed8a
fix(link-previews): proxy sent preview media (#5627)
tellaho Aug 12, 2026
a8e5c89
fix(desktop): preserve agent mention separator after send (#5623)
tellaho Aug 12, 2026
dc2dbfe
feat(buzz-acp): idle re-sleep for woken lazy pools (#5682)
wesbillman Aug 12, 2026
c3b0ccf
Batch observer-store publications per relay envelope (#5680)
wesbillman Aug 12, 2026
c6c6e7e
perf(desktop): coalesce thread-activity localStorage writes (#5693)
wpfleger96 Aug 12, 2026
59f613c
fix(desktop): defer foreground resume work (#5696)
wesbillman Aug 12, 2026
72d56e7
fix(agent): raise output limit and allow 3 recoveries (#5475)
atishpatel Aug 12, 2026
c86443c
perf(desktop): persist channel snapshot hash (#5684)
wesbillman Aug 12, 2026
7634fe7
fix(mobile): settle hydrated threads on latest reply (#4702)
loganj Aug 12, 2026
4749bc7
feat(acp): report standard adapter usage (#4950)
atishpatel Aug 12, 2026
248b9d1
chore(release): release Buzz Desktop version 0.5.11
wesbillman Aug 12, 2026
902549c
chore(sync): merge Buzz desktop-v0.5.11 into Crew
cursoragent Aug 13, 2026
b45df6b
fix(sync): biome format + wire idle_pool_sleep_env for Gate
cursoragent Aug 13, 2026
acaac39
fix(sync): single observer publish on E2E inject + mission trust test
cursoragent Aug 13, 2026
cb00c05
fix(sync): silent open in E2E inject for Crew telemetry readiness
cursoragent Aug 13, 2026
454cbc2
fix(sync): extract observer E2E helpers under D-022 line limit
cursoragent Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release/desktop-candidate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"schema": 2,
"version": "0.5.10",
"base_sha": "f35930104bcbdb1332ff13735214ecb9fce1fc7b",
"previous_tag": "desktop-v0.5.9",
"previous_base_sha": "f8f2ef0440e7a074223ec04dc3b32d817b8b9d9b",
"previous_merge_sha": "538e5e113fc33571f939c87b925567fd4e277109",
"tag": "desktop-v0.5.10",
"commit_count": 18
"version": "0.5.11",
"base_sha": "4749bc7be3cdb78c2db4ce4864775ba7ab60b4cc",
"previous_tag": "desktop-v0.5.10",
"previous_base_sha": "f35930104bcbdb1332ff13735214ecb9fce1fc7b",
"previous_merge_sha": "4b3570671eb2786594267758af18784ac6e82972",
"tag": "desktop-v0.5.11",
"commit_count": 16
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v0.5.11

### NuncioCrew upstream sync

- chore(crew): merge Buzz Desktop `desktop-v0.5.11` (`248b9d1b7666aacbcb1485b76e81de30a271ba0e`) ([#189](https://github.com/Nuncio-hq/crew/issues/189))

### Desktop and shared changes

- perf(desktop): persist channel snapshot hash ([#5684](https://github.com/block/buzz/pull/5684)) ([`c86443c5997c96c42829ce200e73e6e6efe52d96`](https://github.com/block/buzz/commit/c86443c5997c96c42829ce200e73e6e6efe52d96))
- fix(agent): raise output limit and allow 3 recoveries ([#5475](https://github.com/block/buzz/pull/5475)) ([`72d56e7bd3a94fa3ee20b5a50bd1b868a9329d9c`](https://github.com/block/buzz/commit/72d56e7bd3a94fa3ee20b5a50bd1b868a9329d9c))
- fix(desktop): defer foreground resume work ([#5696](https://github.com/block/buzz/pull/5696)) ([`59f613c404958d8ac99525b4aaaf26843257de31`](https://github.com/block/buzz/commit/59f613c404958d8ac99525b4aaaf26843257de31))
- perf(desktop): coalesce thread-activity localStorage writes ([#5693](https://github.com/block/buzz/pull/5693)) ([`c6c6e7eca70d6b526c43af925e596e8616b19fb8`](https://github.com/block/buzz/commit/c6c6e7eca70d6b526c43af925e596e8616b19fb8))
- Batch observer-store publications per relay envelope ([#5680](https://github.com/block/buzz/pull/5680)) ([`c3b0ccf383fe4ee936abbe6b9c9134b5728cc2b5`](https://github.com/block/buzz/commit/c3b0ccf383fe4ee936abbe6b9c9134b5728cc2b5))
- feat(buzz-acp): idle re-sleep for woken lazy pools ([#5682](https://github.com/block/buzz/pull/5682)) ([`dc2dbfe0f570abb818d3f3da8a71ea235555ed27`](https://github.com/block/buzz/commit/dc2dbfe0f570abb818d3f3da8a71ea235555ed27))
- fix(desktop): preserve agent mention separator after send ([#5623](https://github.com/block/buzz/pull/5623)) ([`a8e5c89e23b85ee93306f2c3c11d8fe6300cd360`](https://github.com/block/buzz/commit/a8e5c89e23b85ee93306f2c3c11d8fe6300cd360))
- fix(link-previews): proxy sent preview media ([#5627](https://github.com/block/buzz/pull/5627)) ([`884ed8a5d35dfba3892fc40437f39e08856dec7d`](https://github.com/block/buzz/commit/884ed8a5d35dfba3892fc40437f39e08856dec7d))
- feat(deletion): add durable whole-community deletion ([#4425](https://github.com/block/buzz/pull/4425)) ([`8a2c9af2dbe0cf315e77f43a4560d3572da5e554`](https://github.com/block/buzz/commit/8a2c9af2dbe0cf315e77f43a4560d3572da5e554))
- fix(desktop): preserve live channel timelines ([#5662](https://github.com/block/buzz/pull/5662)) ([`63d14a0e95c8d5ae19f3f80123027729ec209bb2`](https://github.com/block/buzz/commit/63d14a0e95c8d5ae19f3f80123027729ec209bb2))
- Refine channel settings and profile panels ([#5574](https://github.com/block/buzz/pull/5574)) ([`63f961c7e4818a1d29f1185002c123e486bd4a19`](https://github.com/block/buzz/commit/63f961c7e4818a1d29f1185002c123e486bd4a19))
- fix(deps): bump webbrowser to 1.2.4 for RUSTSEC-2026-0257 ([#5659](https://github.com/block/buzz/pull/5659)) ([`c966b862fe8b9018c68c384b1680ca0173d0128c`](https://github.com/block/buzz/commit/c966b862fe8b9018c68c384b1680ca0173d0128c))
- fix(desktop): launch Databricks OAuth from passive model discovery ([#5607](https://github.com/block/buzz/pull/5607)) ([`1ff98fa685fdb7133dbc18437d23dcdeeb42ce6e`](https://github.com/block/buzz/commit/1ff98fa685fdb7133dbc18437d23dcdeeb42ce6e))

### Other repository changes

- feat(acp): report standard adapter usage ([#4950](https://github.com/block/buzz/pull/4950)) ([`4749bc7be3cdb78c2db4ce4864775ba7ab60b4cc`](https://github.com/block/buzz/commit/4749bc7be3cdb78c2db4ce4864775ba7ab60b4cc))
- fix(mobile): settle hydrated threads on latest reply ([#4702](https://github.com/block/buzz/pull/4702)) ([`7634fe74563ea7f3c86fb6017a0ad647a9934477`](https://github.com/block/buzz/commit/7634fe74563ea7f3c86fb6017a0ad647a9934477))
- feat(acp): deliver channel description in prompt [Context] ([#4552](https://github.com/block/buzz/pull/4552)) ([`6e0631f6b5d2139e4e080bf94e27ecee8a3d4d74`](https://github.com/block/buzz/commit/6e0631f6b5d2139e4e080bf94e27ecee8a3d4d74))

[Compare desktop-v0.5.10...desktop-v0.5.11](https://github.com/block/buzz/compare/desktop-v0.5.10...desktop-v0.5.11)

## v0.5.10

### Desktop and shared changes
Expand Down
68 changes: 52 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members = [
"crates/buzz-test-client",
"crates/buzz-ws-client",
"crates/buzz-admin",
"crates/buzz-deletion",
"crates/buzz-workflow",
"crates/buzz-media",
"crates/buzz-cli",
Expand Down Expand Up @@ -136,6 +137,7 @@ schemars = { version = "1", default-features = false }
buzz-core = { path = "crates/buzz-core" }
buzz-conformance = { path = "crates/buzz-conformance" }
buzz-db = { path = "crates/buzz-db" }
buzz-deletion = { path = "crates/buzz-deletion" }
buzz-auth = { path = "crates/buzz-auth" }
buzz-pubsub = { path = "crates/buzz-pubsub" }
buzz-search = { path = "crates/buzz-search" }
Expand Down
Loading
Loading