Commit Graph

4868 Commits

Author SHA1 Message Date
Lifei Zhou eea698945c feat (acp): custom methods for managing scheduler (#9972) 2026-06-24 23:11:35 +00:00
Lifei Zhou 09998b12cf chore: removed the too many tools warning (#9974) 2026-06-24 22:15:47 +00:00
Lifei Zhou d97d07fe17 chore: clean up ui as we don't have session based permission setting on ui (#9975) 2026-06-24 20:53:41 +00:00
Lifei Zhou 274e9521c6 chore: removed mesh on ui (#9982) 2026-06-24 20:52:47 +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
Seydi Charyyev 3a93f56671 fix(desktop): show optimistic toggle state when disabling an extension (#9882)
Signed-off-by: Seydi Charyyev <seydi.charyev@gmail.com>
2026-06-24 14:53:53 -04:00
dependabot[bot] 904de1ba9a chore(deps): bump webpack-dev-server from 5.2.4 to 5.2.5 in /documentation (#9863)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-06-24 14:53:49 -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
Lifei Zhou 79c6547afb feat (ui): Use ACP steer to send the message in queue in ACP path (#9957) 2026-06-24 13:15:55 +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
Abhijay Jain 51ccfe5b7d feat: add streamable HTTP support to deeplink generator (#9954)
Signed-off-by: Abhijay Jain <Abhijay007j@gmail.com>
Co-authored-by: goose <goose@block.xyz>
2026-06-23 20:09:06 +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
Lifei Zhou 527fcfc288 feat(ui): use acp method to load skills (#9959) 2026-06-23 19:46:33 +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
Douwe Osinga 156445ed16 fix(desktop): publish mac updater metadata (#9945)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-06-23 07:29:17 +00:00
Lifei Zhou d58f841342 feat (ui) - use acp to manage global config and session extensions (#9948) 2026-06-23 00:02:55 +00:00
Lifei Zhou ca8938cb43 added recipe handling in new_session (#9935) 2026-06-22 23:05:19 +00:00
Angie Jones bc8609485b docs: correct custom agents guide (#9947) 2026-06-22 22:43:03 +00:00
Rain 20231531ab fix(desktop): activate hermit on macOS so STDIO extensions resolve node (#9482)
Signed-off-by: Pluviobyte <Pluviobyte@users.noreply.github.com>
Co-authored-by: Pluviobyte <Pluviobyte@users.noreply.github.com>
2026-06-22 20:35:14 +00:00
Angie Jones b94b5f3d3f docs: custom agents (#9293) 2026-06-22 19:27:26 +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] 23c535ae4d chore(deps): bump actions/checkout from 6 to 7 (#9894)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 18:26:41 +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] a8f1dd0844 chore(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#9893)
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:07 +00:00
dependabot[bot] 69496e1fdb chore(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#9896)
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:06 +00:00
dependabot[bot] a829e0ebf0 chore(deps): bump tower-http from 0.6.11 to 0.7.0 (#9899)
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:04 +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
Angie Jones 22b7437b69 fix: do not pass temperature to ChatGPT Codex provider (#9931) 2026-06-22 07:56:27 +00:00
Lifei Zhou 659257316d feat(ui): use acp new session on desktop (only for non recipe session) (#9914) 2026-06-22 01:33:19 +00:00
Lifei Zhou b893b5f24e chore: removed create recipe from session modal and rest api (#9916) 2026-06-22 00:49:55 +00:00
Lifei Zhou 2712c066bc feat (acp): used typed request and response for add, get session extensions (#9890) 2026-06-22 00:41:08 +00:00
Michael Neale d2a921a75d feat: add option to disable automatic update downloads (#9872)
Signed-off-by: Douwe Osinga <douwe@sidewalklabs.com>
Co-authored-by: Crazyop757 <83007860+Crazyop757@users.noreply.github.com>
Co-authored-by: Douwe Osinga <douwe@sidewalklabs.com>
2026-06-20 22:41:30 +00:00
Lifei Zhou 6c2ec554de feat (ui): change cwd using acp and refactor extension in bottom menubar (#9887) 2026-06-19 16:25:54 +00:00