Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
2527efa
feat(buzz-agent-core): drive buzz-agent's ACP surface on the goose li…
michaelneale Jul 27, 2026
63efbb2
feat(buzz-agent-core): pin goose by git rev, wire session/set_model
michaelneale Jul 27, 2026
4612452
fix(buzz-agent-core): advertise the model catalog on session/new
michaelneale Jul 27, 2026
e9aca45
feat(buzz-agent-core): implement the _Stop veto and _PostCompact re-i…
michaelneale Jul 27, 2026
22f5e70
feat(buzz-agent-core): inject [Reflect] on failed tool results
michaelneale Jul 27, 2026
737bde4
test(buzz-agent-core): validate against the real buzz-dev-mcp
michaelneale Jul 27, 2026
b631552
fix(buzz-agent-core): drain on cancel instead of dropping the stream
michaelneale Jul 27, 2026
fbe120f
test(buzz-agent-core): cover session/steer, the last untested ACP method
michaelneale Jul 27, 2026
3596e8e
fix(buzz-agent-core): correct a false claim about GooseMode::default()
michaelneale Jul 27, 2026
c12853e
build(buzz-agent-core): emit the binary as `buzz-agent`
michaelneale Jul 27, 2026
1bd2d94
docs(buzz-agent-core): add HANDTEST.md and a `just agent-core` recipe
michaelneale Jul 27, 2026
1f6b75a
refactor(buzz-agent): swap the agent loop onto the goose library
michaelneale Jul 27, 2026
ac6aed1
docs(buzz-agent): rewrite HANDTEST.md for the swap
michaelneale Jul 27, 2026
81eec0f
fix(buzz-agent): restore `auth` subcommand and close config compat gaps
michaelneale Jul 27, 2026
43d3698
feat(buzz-agent): restore relay-mesh adaptive MoA routing
michaelneale Jul 27, 2026
55696fc
docs(buzz-agent): pin the one mesh behaviour that is NOT parity
michaelneale Jul 28, 2026
41974bc
fix(buzz-agent): catch mesh-llm's 502 MoA failure path, not just the 503
michaelneale Jul 28, 2026
6c14563
Merge remote-tracking branch 'origin/main' into micn/buzz-agent-goose…
michaelneale Jul 28, 2026
fa8166e
fix(buzz-agent): address expert review — shutdown, cap race, usage model
michaelneale Jul 28, 2026
cca05c0
feat(buzz-agent): restore AGENTS.md hints and load_skill on the goose…
michaelneale Jul 28, 2026
66d1bff
chore(deny): allow MIT-0 for goose's borrow-or-share transitive dep
michaelneale Jul 28, 2026
3a7ffc0
refactor(buzz-agent): dispatch load_skill as a platform extension, no…
michaelneale Jul 31, 2026
1dee392
Merge origin/main into micn/buzz-agent-goose-core
michaelneale Jul 31, 2026
d35f704
Merge origin/main into buzz-agent-goose-core
michaelneale Aug 11, 2026
80a9f9a
chore(buzz-agent): bump goose pin to bf332b9 (unrolled loop) and fix …
michaelneale Aug 11, 2026
9869f24
refactor(buzz-agent): buzz owns the agent loop; goose supplies the parts
michaelneale Aug 11, 2026
1d098d6
test(buzz-agent): hand-test script driving a real provider over ACP s…
michaelneale Aug 11, 2026
20a731b
fix(desktop): admit buzz_agent logs to per-agent log files
michaelneale Aug 11, 2026
626b079
fix(buzz-agent): keep agent conversations out of the user's goose ses…
michaelneale Aug 11, 2026
c918877
fix(buzz-agent): stop rendering every AGENTS.md into the prompt twice
michaelneale Aug 11, 2026
c312a70
fix(buzz-agent): mark steered messages with with_steer()
michaelneale Aug 11, 2026
979eff9
refactor(buzz-agent): express the round budget as a goose Operation
michaelneale Aug 11, 2026
ce84471
refactor(buzz-agent): keep the turn conversation in memory, not sqlite
michaelneale Aug 11, 2026
45584a9
refactor(buzz-agent): hold the provider on buzz's side, not in goose'…
michaelneale Aug 11, 2026
6c7648f
fix(deps): patch eight nostr advisories instead of ignoring them
michaelneale Aug 11, 2026
3190102
merge origin/main into micn/buzz-agent-goose-core-v2
michaelneale Aug 11, 2026
8e1ba34
refactor(buzz-agent): use goose's skills instead of buzz's duplicate
michaelneale Aug 12, 2026
69c6091
feat(buzz-agent): back goose's Databricks provider with buzz's PKCE e…
michaelneale Aug 12, 2026
42fb755
fix(buzz-agent): the agent's configured provider must beat an inherit…
michaelneale Aug 12, 2026
d4db850
fix(desktop): stop an agent inheriting the developer's provider
michaelneale Aug 12, 2026
15f6fd5
refactor(buzz-agent): express the _Stop veto as a goose Operation
michaelneale Aug 12, 2026
ff44cf4
fix(desktop): keep runtime.rs under the file-size ratchet
michaelneale Aug 12, 2026
ab5b289
fix(buzz-agent): restore the env surface main had
michaelneale Aug 12, 2026
aef3921
fix(desktop): strip inherited agent config by prefix, not by name
michaelneale Aug 12, 2026
099bacb
refactor(buzz-agent): express steer and compaction as goose Operations
michaelneale Aug 12, 2026
60e63a0
docs(buzz-agent): record why [Reflect] stays out of the state machine
michaelneale Aug 12, 2026
e0d5f20
test(buzz-agent): cover the steer and compaction operations
michaelneale Aug 12, 2026
0ea48f4
test(buzz-agent): prove turn-to-turn memory across separate prompts
michaelneale Aug 12, 2026
9ca8806
Merge origin/main into micn/buzz-agent-goose-core
michaelneale Aug 18, 2026
e5f73cd
fix(buzz-agent): carry BUZZ_AGENT_LLM_TIMEOUT_SECS onto goose
michaelneale Aug 18, 2026
16a5282
docs(buzz-agent): correct stale env/limit rows after the goose move
michaelneale Aug 18, 2026
678dc68
chore(buzz-agent): drop the resurrected model_capabilities.rs copy
michaelneale Aug 18, 2026
b3d77f2
test(buzz-agent): cover provider failure paths end-to-end
michaelneale Aug 18, 2026
01c9137
Merge origin/main into micn/buzz-agent-goose-core
Aug 20, 2026
913cd56
chore(buzz-agent): update goose to 1.47
Aug 20, 2026
55edc4a
fix(agent): preserve migration behavior
Aug 21, 2026
a0dd2d4
Merge origin/main into micn/buzz-agent-goose-core
Aug 21, 2026
2ea414f
test(agent): serialize provider environment
Aug 21, 2026
e0d7899
Merge current main and update Goose GDK
Aug 24, 2026
91c2f01
Merge remote-tracking branch 'origin/main' into micn/buzz-agent-goose…
michaelneale Aug 25, 2026
a41b78f
Merge origin/main into micn/buzz-agent-goose-core
michaelneale Aug 26, 2026
0a4c78e
fix(buzz-agent): keep goose's bundled skills out of Buzz agents
michaelneale Aug 26, 2026
55326e3
refactor(buzz-agent): use goose-agent loop APIs directly
Aug 27, 2026
53692af
Merge remote-tracking branch 'origin/main' into jimmy/gdk-direct-goos…
Aug 27, 2026
04a10f6
Merge origin/main and update Goose GDK
Aug 31, 2026
9344b73
Merge current main into GDK branch
Aug 31, 2026
6ee2a3e
Merge current main and update Goose GDK
Sep 1, 2026
d0744b2
fix(buzz-agent): keep turn model attribution coherent
Sep 1, 2026
ef482e8
Reduce Goose embedding surface in buzz-agent
Sep 1, 2026
2737149
fix(buzz-agent): restore Windows MCP env contract
Sep 1, 2026
aa20997
fix(buzz-agent): bound direct MCP calls
Sep 1, 2026
a55e019
import re-exported crates from gdk crates instead of goose app crate
jamadeo Sep 1, 2026
3ba1680
remove inert session-id decorator and use goose-context-management crate
jamadeo Sep 1, 2026
c730e1b
fix(buzz-agent): preserve main compaction recovery
Sep 2, 2026
1333a7e
Merge remote-tracking branch 'origin/main' into micn/buzz-agent-goose…
Sep 2, 2026
c256488
fix(desktop): reconcile child log filter with main
Sep 2, 2026
6c3e52f
remove goose dep
jamadeo Sep 2, 2026
fb4adfb
fix(buzz-agent): preserve prompt date context
Sep 2, 2026
7ebc9a6
fix(buzz-agent): explicitly exclude builtin skills
Sep 2, 2026
2f32e9f
ci: allow cold relay artifact builds to finish
Sep 2, 2026
9b50f3f
Merge current main into buzz-agent Goose core
Sep 3, 2026
d2cc2e1
Merge latest main into buzz-agent Goose core
Sep 3, 2026
7a81512
fix(buzz-agent): bound compaction and recovery, cover stream construc…
michaelneale Sep 4, 2026
63c00af
Merge origin/main into buzz-agent-goose-core
michaelneale Sep 4, 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
4 changes: 3 additions & 1 deletion .github/workflows/_ci-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
desktop-e2e-relay:
name: Desktop E2E Relay
runs-on: ubuntu-latest
timeout-minutes: 30
# Cold builds can exceed 30 minutes when agent dependency changes invalidate
# the shared workspace cache before relay artifacts are produced.
timeout-minutes: 45
if: inputs.lane == 'artifacts' && (github.event_name == 'push' || inputs.desktop || inputs.desktop_rust || inputs.rust)
permissions:
contents: read
Expand Down
Loading
Loading