Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fa1b27b
fix(mobile): style inline code with the app mono face (#6631)
TolgaCinisli Sep 8, 2026
86c189e
fix(buzz-acp): wake held ACP threads and fence forked sessions (#7340)
salman1993 Sep 8, 2026
cd54e26
fix(agent): route GPT-5+ model-service FQNs to Responses (#7358)
baxen Sep 8, 2026
44316ff
feat(mesh): upgrade to mesh-llm 0.76.0-rc8 and recommend Qwen3.8 27B …
micspiral Sep 8, 2026
218633b
fix(link-preview): keep composer fetches user-paced (#7211)
tellaho Sep 8, 2026
c045321
fix(acp): pace targeted overflow recovery on consumer capacity (#7325)
loganj Sep 8, 2026
93761e4
fix(mobile): render push notification sender identity as npub (#7494)
loganj Sep 9, 2026
bfc3848
fix(desktop): shared npub identity foundation (canonicalNpub, PubKey …
loganj Sep 9, 2026
ad2a841
fix(desktop): npub identity displays for mention, member, and workflo…
loganj Sep 9, 2026
2226b6f
fix(desktop): npub identity controls across profile, agents, and work…
loganj Sep 9, 2026
82656ff
fix(mobile): standardize public-key identity display on npub (#7493)
loganj Sep 9, 2026
ad9591c
fix(desktop): order unnamed roster members by full canonical npub (#7…
loganj Sep 9, 2026
12023a3
fix(desktop): require a Codex adapter with Astra support (#7427)
sbddesign Sep 9, 2026
051c3a2
fix(buzz-acp): report missing models without retrying (#7538)
ngthuydiem Sep 9, 2026
cec5c8f
fix(desktop): let inbox title and message author names truncate under…
cynfria Sep 10, 2026
0020907
fix(relay): reject presence updates when Redis storage fails (#7532)
loganj Sep 10, 2026
092c6a7
fix(markdown): align mention chip wrapping (#7501)
tellaho Sep 10, 2026
813bbd1
fix(acp): integrate the Buzz Pi adapter fork (#7552)
salman1993 Sep 11, 2026
6146c4f
feat(git): add default-branch management to relay and CLI (#7562)
wesbillman Sep 11, 2026
9847b09
test(desktop): isolate login-shell probe measurements (#7570)
wesbillman Sep 11, 2026
f3408fc
fix(desktop): isolate quota backoff and reuse channel discovery roste…
wesbillman Sep 11, 2026
d074576
fix(mobile): bind same-name mentions to exact selected identities (#7…
loganj Sep 11, 2026
ec11f8e
fix(avatars): scale agent squircles from normalized paths (#7307)
tellaho Sep 11, 2026
44c1cc7
feat(buzz-cli): render an agent-friendly command tree in --help (#7584)
salman1993 Sep 11, 2026
e17cdd9
refactor(buzz-acp): point agents at buzz --help instead of a command …
salman1993 Sep 11, 2026
7861880
Configure ACP session scope per agent (#7578)
salman1993 Sep 11, 2026
f3940ff
fix(ci): pull pinned MinIO images from Quay (#7599)
salman1993 Sep 12, 2026
6c35e82
fix(acp): improve hints in pi agent setup guide (#7594)
salman1993 Sep 12, 2026
4cd82f5
feat(buzz-agent): add opt-in workspace-scoped Databricks reuse (#7606)
wesbillman Sep 13, 2026
7c789de
Fix Apple Silicon iOS simulator builds (#7646)
brow Sep 14, 2026
81fba7b
Refresh desktop onboarding flow (#7528)
klopez4212 Sep 15, 2026
deda09c
Document incoming Buzz turn structure (#7624)
salman1993 Sep 15, 2026
f78a32c
feat(mobile): hard-block under-18 users on the store age signal (#4665)
brow Sep 15, 2026
4d08194
Deduplicate thread context by ACP session delivery (#7620)
salman1993 Sep 15, 2026
a9dd4d3
Fix desktop onboarding regressions (#7659)
klopez4212 Sep 15, 2026
c758e13
hermes merge: integrate upstream/main (a9dd4d3bd7) into product/main
mfethe1 Sep 15, 2026
f8da942
hermes fix: port upstream #7620 thread-context dedup onto our session…
Sep 15, 2026
e2eef55
hermes chore: allowlist nostr handoff test vectors in workflowFormTyp…
Sep 15, 2026
8de49e0
hermes fix: drop unused cwd/base_prompt_content bindings from merge f…
Sep 15, 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
2 changes: 2 additions & 0 deletions .github/workflows/_ci-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
run: swift build -c release --package-path mobile/ios/BuzzPushKit
- name: Test
run: swift test --package-path mobile/ios/BuzzPushKit
- name: Build complete iOS simulator app
run: cd mobile && flutter build ios --simulator --debug --no-pub
- name: Build complete unsigned iOS release
run: cd mobile && flutter build ios --release --no-codesign --no-pub

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ci-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
desktop-e2e-relay:
name: Desktop E2E Relay
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
if: inputs.lane == 'artifacts' && (github.event_name == 'push' || inputs.desktop || inputs.desktop_rust || inputs.rust)
permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
useDefault = true

[allowlist]
description = "Synthetic APNs test fixtures used by buzz-push-gateway unit tests"
description = "Synthetic test fixtures: APNs PEMs (buzz-push-gateway) + nostr handoff test vectors (workflowFormTypes.test.mjs, upstream block/buzz)"
paths = [
'''crates/buzz-push-gateway/tests/fixtures/apns-test-encrypted-identity\.pem''',
'''crates/buzz-push-gateway/tests/fixtures/apns-test-key-only\.pem''',
'''crates/buzz-push-gateway/tests/fixtures/apns-test-identity\.pem''',
'''crates/buzz-push-gateway/tests/fixtures/apns-test-mismatched-identity\.pem''',
'''desktop/src/features/workflows/ui/workflowFormTypes\.test\.mjs''',
]
Loading
Loading