Commit Graph

276 Commits

Author SHA1 Message Date
Rodolfo Olivieri 1285b31ce6 Revert git patch for llama-cpp-2 (#7642)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2026-03-04 14:04:56 +00:00
tlongwell-block 16be0cc81d feat: add analyze platform extension with tree-sitter AST parsing (#7542) 2026-02-27 21:15:47 +00:00
github-actions[bot] e37ac4a517 chore(release): release version 1.26.0 (minor) (#7512)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jh-block <jhugo@block.xyz>
Co-authored-by: Douwe Osinga <douwe@block.xyz>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
Co-authored-by: Bradley Axen <baxen@squareup.com>
2026-02-27 15:46:32 +00:00
Bradley Axen ced5c1b108 feat: simplify developer extension (#7466)
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
2026-02-26 11:30:36 +00:00
jh-block fc292c73ec Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
Andrew Harvard 785818bb87 feat: self-signed HTTPS for goosed server (#7126) 2026-02-25 19:38:57 +00:00
github-actions[bot] 5b8b2cf132 chore(release): release version 1.25.0 (minor) (#7263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-02-25 12:01:48 -05:00
Michael Neale 19dc192efe feat: gateway to chat to goose - telegram etc (#7199) 2026-02-25 06:49:55 +00:00
Michael Neale 62d2aa8bb5 feat: computer controller overhaul, adding peekaboo (#7342) 2026-02-20 01:38:41 +00:00
Douwe Osinga ddd35f6d47 feat: add local inference provider with llama.cpp backend and HuggingFace model management (#6933)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jh-block <jhugo@block.xyz>
Co-authored-by: Spence <spencermartin@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2026-02-19 18:30:05 +00:00
Jack Amadeo f425ea7474 Typescript SDK for ACP extension methods (#7319) 2026-02-19 02:08:26 +00:00
Alex Hancock 4b3eef0c9a chore: upgrade to rmcp 0.16.0 (#7274) 2026-02-19 01:41:14 +00:00
debugmcpdev c932766afc fix(cli): replace shell-based update with native Rust implementation (#7148)
Signed-off-by: JF <john.franklin@gmail.com>
Co-authored-by: JF <john.franklin@gmail.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-02-18 21:18:25 +00:00
Michael Neale 1ad641cd36 feat: sandboxing for macos (#7197)
Co-authored-by: Alex Rosenzweig <arosenzweig@squareup.com>
Co-authored-by: Amp <amp@ampcode.com>
2026-02-16 22:04:55 +00:00
Douwe Osinga dbf57c81fd Streaming markdown (#7233)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-16 20:11:01 +00:00
Adrian Cole ab5407508b feat(otel): respect standard OTel env vars for exporter selection (#7144)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-14 01:03:11 +00:00
David Katz f9cbc8aca5 Bump version numbers for 1.24.0 release (#7214) 2026-02-13 22:45:49 +00:00
jh-block a1a3f9a6f6 Switch jsonwebtoken to use aws-lc-rs (already used by rustls) (#7189) 2026-02-12 22:26:38 +00:00
dependabot[bot] ac2a569868 chore(deps): bump jsonwebtoken from 9.3.1 to 10.3.0 (#6924)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Katz <dkatz@squareup.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 16:58:55 +00:00
jh-block 41c111575e Update process-wrap to 9.0.3 (9.0.2 is yanked) (#7176) 2026-02-12 13:34:53 +00:00
Adrian Cole 8d59c2dced feat: MCP support for agentic CLI providers (#6972)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-11 23:37:52 +00:00
Andrew Harvard 544bc1bc4f feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927) 2026-02-11 14:34:04 +00:00
Rodolfo Olivieri 58e86d58ed Implement manpage generation for goose-cli (#6980)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2026-02-10 15:30:12 +00:00
Adrian Cole 49ad115fb1 feat(acp): add model selection support for session/new and session/set_model (#7112)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 05:23:36 +00:00
Michael Neale a3ba124178 tidy: clean up old benchmark and add gym (#7081) 2026-02-09 06:08:46 +00:00
Adrian Cole 1371f5df4a test(mcp): add image tool test and consolidate MCP test fixtures (#7019)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-09 01:12:11 +00:00
Adrian Cole a251fec55e fix(deps): trim bat to resolve RUSTSEC-2024-0320 (#7061)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-08 02:17:28 +00:00
Adrian Cole 81b0a348d6 fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (#7031)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 10:39:24 +00:00
Adrian Cole 59f5958f0e fix(deps): bump bat to 0.26.1 to resolve RUSTSEC-2026-0008 (#7021)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 08:59:15 +00:00
dependabot[bot] a1e12c269e chore(deps): bump time from 0.3.46 to 0.3.47 (#6994)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 19:21:37 +00:00
Elias Posen 2992856231 Bug Fix: bump pctx (#6967)
Signed-off-by: Elias Posen <elias@posen.ch>
2026-02-05 12:07:47 +00:00
jh-block e0a1381e39 Allow building with CUDA as the candle backend (#6914) 2026-02-03 22:58:02 +00:00
github-actions[bot] 7ee634eaa7 chore(release): release version 1.23.0 (minor) (#6906)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-03 20:43:47 +00:00
Elias Posen 8631caa890 Use Port of Context (pctx) for code mode (#6765)
Signed-off-by: Elias Posen <elias@posen.ch>
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Adrian Cole <adrian@tetrate.io>
2026-02-03 12:15:49 -05:00
jh-block a3f93ad532 Update candle to 0.9 (#6913) 2026-02-03 13:59:52 +00:00
Douwe Osinga 1373d9c5f9 Careless whisper (#6877)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-03 11:54:29 +00:00
Jack Amadeo a9f4b2d637 Remove dependency on goose-mcp from goose crate (#6637) 2026-02-02 18:21:35 +00:00
jh-block ce95e04693 feat: WebSocket transport for goose-acp (#6895) 2026-02-02 14:10:26 +00:00
Alex Hancock 69af713ee6 feat: Streamable HTTP transport for ACP + goose-acp usage (#6741) 2026-02-02 07:13:40 +08:00
Alex Hancock 0e7f4c7211 Update version to 1.22.0 (#6821) 2026-01-29 19:04:39 -05:00
Adrian Cole b0c6373cf8 acp: load configured extensions and refactor tests (#6803)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-30 10:39:03 +11:00
Alex Hancock 8233f0afac chore: upgrade to rmcp 0.14.0 (#6674) 2026-01-23 14:52:43 -05:00
Adrian Cole 0602dc7ced chore: reduce duplicate or unused cargo deps (#6630)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-23 16:27:33 +09:00
Michael Neale e78a1e7d4e feat: codex subscription support (#6600)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Adrian Cole <adrian@tetrate.io>
2026-01-23 17:11:58 +11:00
github-actions[bot] 86b38c6a4f chore(release): release version 1.21.0 (minor) (#6634)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2026-01-22 12:59:51 -08:00
Adrian Cole 67de49abbb fix(goose): propagate session_id across providers and MCP (#6584)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-22 08:28:56 +08:00
Songlin Yang 63bf8eb439 chore: remove unused dependencies in cargo.toml (#6561)
Signed-off-by: lsytj0413 <511121939@qq.com>
2026-01-19 16:05:18 +11:00
Alex Hancock 4191826569 chore: upgrade rmcp (#6516) 2026-01-16 12:09:51 -05:00
github-actions[bot] f5753759bb Release 1.20.0
Auto-merged release PR after tag v1.20.0 was pushed
2026-01-16 15:57:28 +00:00
Adrian Cole 7d4a6bd8ff feat(goose-acp): enable parallel sessions with isolated agent state (#6392)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-14 14:19:17 -08:00