Jack Amadeo
|
fe7f16b727
|
Remove session_id from provider streaming trait methods (#9984)
|
2026-06-29 22:04:58 +00:00 |
|
vvaswani
|
84d02d6d47
|
fix(cli): update help text for --session-id (#10077)
Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
|
2026-06-29 15:30:27 +00:00 |
|
Alex Hancock
|
2cc1140dc1
|
task(acp): upgrade SDK and use new HTTP/WS crate (#10082)
|
2026-06-29 05:27:11 +00:00 |
|
lunchboxfortwo
|
a1711e75e2
|
fix(providers): reject non-object tool-call arguments instead of panicking (#9832)
Signed-off-by: Lunchbox <lunchboxfortwo@gmail.com>
Signed-off-by: Douwe M Osinga <douwe@sidewalklabs.com>
Signed-off-by: Goose <goose@aaif.dev>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: Goose <goose@aaif.dev>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
|
2026-06-29 04:08:19 +00:00 |
|
Adam Miller
|
71280996d4
|
fix(cli): save /edit prompts to history (#10011)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-28 16:44:01 +00:00 |
|
Lifei Zhou
|
52291e64a7
|
feat (acp+): Use ACP permission manager for tool permissions (#10066)
|
2026-06-28 09:54:51 +00:00 |
|
石岳峰
|
d2687643da
|
fix(schedule): use session.message_count for schedule sessions listing (#10026)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
|
2026-06-27 16:24:54 +00:00 |
|
Lifei Zhou
|
e2a2a64d3c
|
feat: handling platform event mcp notification for acp (#10038)
|
2026-06-27 04:32:26 +00:00 |
|
Alex Hancock
|
98a13fff4b
|
feat(acp+): config in desktop on ACP+ (#10057)
|
2026-06-27 03:45:14 +00:00 |
|
Alex Hancock
|
2fda760641
|
feat(acp+): models/providers in desktop on ACP+ (#9987)
|
2026-06-26 17:04:24 +00:00 |
|
Bradley Axen
|
d1d2166190
|
Support streamed tool calls without indexes (#10023)
|
2026-06-26 16:09:11 +00:00 |
|
Jack Amadeo
|
35999d49f3
|
add ACP+ handlers for prompt editing (#10031)
|
2026-06-26 16:03:31 +00:00 |
|
Abhijay Jain
|
f0a3ed3a55
|
refactor: replace getTunnelStatus with GOOSE_DISABLE_NOSTR_SHARING config flag (#10044)
|
2026-06-26 15:57:58 +00:00 |
|
Abhijay Jain
|
22883e3704
|
feat(acp): migrate upsertPermissions to setToolPermissions ACP method (#9999)
|
2026-06-26 12:16:18 +00:00 |
|
Lifei Zhou
|
59b28e455f
|
Apply ACP recipe state during session load and fork (#9998)
|
2026-06-25 23:13:57 +00:00 |
|
Lifei Zhou
|
3c62892d1d
|
feat: used acp agent capabilities for local Inference support check (#9996)
|
2026-06-25 23:12:22 +00:00 |
|
Jack Amadeo
|
854fed5e5d
|
move anthropic provider into goose-providers (#9985)
|
2026-06-25 23:00:08 +00:00 |
|
Douwe Osinga
|
d1af10c5ad
|
Migrate Nostr session sharing to ACP (#10022)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-25 22:30:42 +00:00 |
|
SynthLuvr
|
37d93ceaca
|
Add GLM-5.2 support (#9967)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-25 16:59:16 +00:00 |
|
Jack Amadeo
|
9c96bd7ebc
|
ignore unused on windows (#10009)
|
2026-06-25 16:59:14 +00:00 |
|
Jack Amadeo
|
8ab0320a7b
|
Revert "mcp(win): full Windows Job Object cleanup wiring (patch draft… (#10013)
|
2026-06-25 16:59:12 +00:00 |
|
Douwe Osinga
|
dc8aedfd6a
|
ACP Migration: MCP/Goose Apps (#9988)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-25 14:06:49 +00:00 |
|
Abhijay Jain
|
416aad8136
|
chore: remove gateway REST API and UI (#9989)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
|
2026-06-25 00:44:18 +00:00 |
|
Lifei Zhou
|
eea698945c
|
feat (acp): custom methods for managing scheduler (#9972)
|
2026-06-24 23:11:35 +00:00 |
|
filip
|
6d7e2da8c4
|
perf: disable extended thinking for fast-model operations (#9815)
Signed-off-by: Filip Kujawa <filip.j.kujawa@gmail.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-24 19:40:50 +00:00 |
|
Theofanis Petkos
|
0c9acc33c9
|
fix(providers): Buffer thinking across stream chunks for DeepSeek/Kimi tool calls (#9704)
Signed-off-by: thepetk <thepetk@gmail.com>
|
2026-06-24 18:46:02 +00:00 |
|
Vincenzo Palazzo
|
63d1456b3b
|
Fix: surface actionable errors for truncated tool-call arguments (#9946)
Co-authored-by: goose <noreply@aaif.ai>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-24 14:53:58 -04:00 |
|
Lifei Zhou
|
48a2a3d180
|
created custom methods for agent mention and slash command (#9980)
|
2026-06-24 17:37:52 +00:00 |
|
Max Novich
|
e51d70f1fa
|
[codex] Emit assistant reply text in Stop hooks (#9968)
|
2026-06-24 17:03:01 +00:00 |
|
Douwe Osinga
|
2acae3b243
|
Expose last message timestamp on sessions (#9961)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-24 16:28:01 +00:00 |
|
Lifei Zhou
|
efafdf72a9
|
removed tunnel rest api and ui (#9932)
|
2026-06-24 14:50:07 +00:00 |
|
Douwe Osinga
|
e4f8b61b58
|
Migrate diagnostics to JSON report (#9964)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-24 01:32:56 +00:00 |
|
Douwe Osinga
|
6782d1f506
|
Route MCP elicitations through tool streams (#9943)
Signed-off-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-24 01:31:25 +00:00 |
|
Jack Amadeo
|
35711b8691
|
provider refactor: don't require a model config to create a provider (#9953)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-06-23 23:18:07 +00:00 |
|
Jude Edwards
|
a25f9e94d3
|
fix(cost): resolve databricks_v2 pricing and surface cost in standard usage update (#9925)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-23 20:19:14 +00:00 |
|
nuthalapativarun
|
eef6c2a2fa
|
fix: remove unused SubagentStart/SubagentStop hook events (#9960)
Signed-off-by: Varun Nuthalapati <nuthalapativarun@gmail.com>
|
2026-06-23 19:55:50 +00:00 |
|
github-actions[bot]
|
06076f0875
|
chore(release): bump version to 1.39.0 (minor) (#9810)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-06-23 18:43:47 +00:00 |
|
Lifei Zhou
|
f38f1acef0
|
feat: created acp method for managing recipes and UI changes (#9951)
|
2026-06-23 12:19:43 +00:00 |
|
Lifei Zhou
|
ca8938cb43
|
added recipe handling in new_session (#9935)
|
2026-06-22 23:05:19 +00:00 |
|
Hammad Khan
|
62beebe727
|
fix(autovisualiser): accept JSON-encoded string for the data parameter (#9838)
Signed-off-by: hammadxcm <hammadkhanxcm@gmail.com>
|
2026-06-22 19:27:22 +00:00 |
|
Jack Amadeo
|
c346d00d17
|
move OpenAI provider into goose-providers (#9880)
|
2026-06-22 19:10:59 +00:00 |
|
Jude Edwards
|
0b9ef09a30
|
fix(developer/read_image): send a User-Agent on URL image fetches (#9927)
|
2026-06-22 18:48:34 +00:00 |
|
Michael Neale
|
e944dccf54
|
mcp(win): full Windows Job Object cleanup wiring (patch draft) (#9835)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
Signed-off-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-22 18:43:10 +00:00 |
|
jlmalone
|
867267a5d1
|
feat(cli): add /status slash command (#9845)
Signed-off-by: Joseph Malone <jlmalone@users.noreply.github.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-22 18:29:54 +00:00 |
|
dependabot[bot]
|
102ff05bd2
|
chore(deps): bump rand from 0.8.6 to 0.10.1 (#9504)
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
|
2026-06-22 17:14:08 +00:00 |
|
dependabot[bot]
|
c847153757
|
chore(deps): bump sigstore-verify from 0.8.0 to 0.9.0 (#9900)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-06-22 17:14:03 +00:00 |
|
dependabot[bot]
|
27f5c8ea7e
|
chore(deps): bump tiktoken-rs from 0.11.0 to 0.12.0 (#9901)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-06-22 17:14:02 +00:00 |
|
dependabot[bot]
|
ada27af526
|
chore(deps): bump pkcs8 from 0.10.2 to 0.11.0 (#9903)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-06-22 17:14:00 +00:00 |
|
dependabot[bot]
|
155a3cd401
|
chore(deps): bump tokenizers from 0.22.2 to 0.23.1 (#9904)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-06-22 17:13:59 +00:00 |
|
Angie Jones
|
d29aa522aa
|
Allow unlisted models in search (#9933)
|
2026-06-22 08:18:03 +00:00 |
|