Zane Staggs
d79adad522
Merge branch 'main' of github.com:block/goose into zane/request-params-predefined-models
...
* 'main' of github.com:block/goose: (81 commits)
fix: display shell output as static text instead of spinner (#6041 )
fix : Custom providers with empty API keys show as configured in desktop (#6105 )
Add .agents/skills and ~/.config/agent/skills to skills discovery paths (#6139 )
fix: use instructions for system prompt and prompt for user message in subagents (#6121 )
Fix compaction loop for small models or large input (#5803 )
feat: Centralize theme management with ThemeContext (#6137 )
OpenRouter & Xai streaming (#5873 )
fix: resolve mcp-hermit cleanup path expansion issue (#5953 )
feat: add goose PR reviewer workflow (#6124 )
perf: Avoid repeated MCP queries during streaming responses (#6138 )
Fix YAML serialization for recipes with special characters (#5796 )
Add more posthog analytics (privacy aware) (#6122 )
docs: add Sugar MCP server to extensions registry (#6077 )
Fix tokenState loading on new sessions (#6129 )
bump bedrock dep versions (#6090 )
Don't persist ephemeral extensions when resuming sessions (#5974 )
chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /ui/desktop (#5939 )
chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /documentation (#5898 )
Add Scorecard supply-chain security workflow (#5810 )
Don't show subagent tool when we're a subagent (#6125 )
...
# Conflicts:
# crates/goose/src/providers/formats/databricks.rs
2025-12-16 13:11:16 -08:00
Andrew Harvard
d2358f7eaa
feat: Centralize theme management with ThemeContext ( #6137 )
2025-12-16 13:50:57 -05:00
Douwe Osinga
1c820addeb
OpenRouter & Xai streaming ( #5873 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-12-16 13:24:53 -05:00
Sheikh Limon
8a649dd569
fix: resolve mcp-hermit cleanup path expansion issue ( #5953 )
...
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com >
2025-12-16 13:13:28 -05:00
Zane
8a91f15731
Add more posthog analytics (privacy aware) ( #6122 )
2025-12-16 08:59:14 -08:00
David Katz
15aa8187f1
Fix tokenState loading on new sessions ( #6129 )
2025-12-16 11:35:19 -05:00
dependabot[bot]
7c15b3c4f0
chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /ui/desktop ( #5939 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 10:03:11 -05:00
Joshua Swigut
816313402b
Fix keyboard shortcut conflict for Focus Goose Window ( #5809 )
...
Co-authored-by: Swiggy Swigut <swiggy@squareup.com >
2025-12-16 14:18:04 +11:00
Michael Neale
208417e751
feat: external goosed server ( #5978 )
...
supports connecting to an external goosed in client/server mode
2025-12-15 14:04:39 +11:00
David Katz
5c964d2691
Canonical models for Providers ( #5694 )
2025-12-12 17:25:10 -05:00
Douwe Osinga
cdab2fc3a6
Tool reply meta ( #6074 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-12-11 19:43:36 -05:00
dorien-koelemeijer
469f99f9c9
Update vars to be capitalised to be in line with other variables in config file ( #6085 )
2025-12-11 16:12:45 -08:00
Abhijay Jain
090e33ce60
fix: include file attachments in queued messages ( #5961 )
...
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-12-10 16:49:22 -08:00
Tim
1f2691242f
fix(ui): prevent incorrect provider type suffix in update dialog #5908 ( #5909 )
...
Signed-off-by: threebeanbags <244434555+threebeanbags@users.noreply.github.com >
2025-12-10 16:11:24 -08:00
github-actions[bot]
6239b8c465
chore(release): release version 1.16.0 (minor) ( #5985 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com >
Co-authored-by: spencrmartin <spencermartin@squareup.com >
Co-authored-by: Michael Neale <michael.neale@gmail.com >
Co-authored-by: Zane Staggs <zane@squareup.com >
2025-12-10 08:59:31 -08:00
Michael Neale
9b6a1c1297
fix: metrics on posthog ( #6024 )
...
Co-authored-by: Zane Staggs <zane@squareup.com >
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com >
2025-12-09 16:28:18 -08:00
Zane
c507ff8b8f
remove problematic corrupted woff font ( #6006 )
2025-12-08 19:42:01 -08:00
Zane
4438a16918
Added search bar / filtering for recipes ( #6019 )
2025-12-08 19:41:30 -08:00
Zane
f71d2199fc
Hide recipe icon in empty chat ( #6022 )
2025-12-08 14:37:11 -08:00
Zane
92e75ac460
Show modal selector after configuring a provider ( #6005 )
2025-12-08 13:27:53 -08:00
Alex Hancock
06155ce0ca
feat(mcp): elicitation support ( #5965 )
2025-12-05 21:29:59 -05:00
Zane Staggs
61531735f8
allow adding request params to predefined models
2025-12-05 13:29:44 -08:00
Zane
1db40709bb
Onboarding detect provider from api key ( #5955 )
...
Co-authored-by: spencrmartin <spencermartin@squareup.com >
Co-authored-by: Michael Neale <michael.neale@gmail.com >
2025-12-05 13:06:52 -08:00
Jack Amadeo
6fa3bd7e8a
Fix PATH on Windows for extensions ( #6000 )
2025-12-05 14:54:23 -05:00
Zane
a70360b18a
fix params not being substituted in activities ( #5992 )
2025-12-04 16:00:19 -08:00
Ben Russell
2134438447
5527 multiple file popups ( #5905 )
...
Signed-off-by: benjamindrussell <ben@benjamindrussell.com >
2025-12-04 17:19:14 +01:00
Kai Lu
5d53643b61
Enable recipe deeplink parameters for pre-population ( #5757 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 07:45:25 -08:00
Zane
039a845c42
chore: upgrade npm packages ( #5951 )
2025-12-02 10:44:25 -08:00
Alex Hancock
131c7e7228
feat: ActionRequired ( #5897 )
2025-12-02 11:48:28 -05:00
Blair Allan
ccaf7ca56d
Feat: Added custom headers and toggle keyring CLI options ( #5017 )
...
Signed-off-by: Blair Allan <Blairallan@icloud.com >
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com >
2025-12-01 13:01:03 -08:00
Ademola Arigbabuwo
c3c71a2ff4
Feat/automatic update installation ( #5345 )
...
Signed-off-by: AdemolaAri <ademola.ari@gmail.com >
2025-12-01 11:50:41 -08:00
Douwe Osinga
5f50198318
feat: @goose in terminal (native terminal support) ( #5887 )
...
Co-authored-by: Bradley Axen <baxen@squareup.com >
Co-authored-by: Michael Neale <michael.neale@gmail.com >
Co-authored-by: Douwe Osinga <douwe@squareup.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-01 17:40:17 +11:00
Zane
1777619ab2
Extension selector behind ALPHA flag ( #5892 )
2025-11-28 10:48:52 -07:00
sudocarlos
cbb07d9807
Update cleanup marker logic for Fedora users. ( #5868 )
...
Signed-off-by: Carlos <me@sudocarlos.com >
2025-11-25 23:11:07 -06:00
Zane
e1ab27e554
Move recipe actions to bottom bar icon and edit goosehints to settings ( #5864 )
2025-11-25 08:55:43 -07:00
Michael Neale
08d0a7cb20
goose remote access ( #5251 )
2025-11-25 14:54:34 +11:00
Alex Hancock
c82a0dd8fc
fix( #5626 #5832 ): handle multiple content chunks & images better ( #5839 )
...
Co-authored-by: Pradeepta Dash <pradeepta@exceeds.ai >
2025-11-24 10:52:01 -05:00
Michael Neale
4cc95d4202
chore: some old code hanging around, and mention configure cli ( #5822 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 09:46:37 -05:00
Abhijay Jain
34908226ae
feat : add support for math / science symbology via katex ( #5773 )
...
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-11-24 07:23:47 -07:00
Abhijay Jain
9a22ffe769
feat : add ability to see error message in toast ( #5851 )
...
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-11-24 12:30:21 +01:00
Zane
d54a06afda
Next camp refactor live ( #5706 )
2025-11-21 14:10:34 -07:00
Will Pfleger
682e315be8
Persist provider name and model config in the session ( #5419 )
2025-11-20 15:55:32 -05:00
Douwe Osinga
bdf68bb4f5
Slash commands ( #5718 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-20 21:14:15 +01:00
Michael Neale
6e511d1e8a
fix: remove setx calls to not permanently edit the windows shell PATH ( #5821 )
2025-11-20 19:35:03 +01:00
Salvatore Testa
cfdf01567d
fix: support Gemini 3's thought signatures ( #5806 )
...
Signed-off-by: Salvatore Testa <sal@withpersona.com >
2025-11-20 16:28:27 +11:00
Andrew Harvard
9d5d8c07a0
[MCP-UI] Proxy and Better Message Handling ( #5487 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Alex Hancock <alexhancock@block.xyz >
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com >
2025-11-19 10:57:00 -07:00
github-actions[bot]
45d5c1ec7e
Release 1.15.0
...
Auto-merged release PR after tag v1.15.0 was pushed
2025-11-19 17:18:11 +00:00
Douwe Osinga
6f974136f6
Catch cron errors ( #5707 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-19 14:51:35 +01:00
Zane
4494ba773f
Bump auto scroll threshold ( #5738 )
2025-11-17 13:14:46 -08:00
BestCodes
169135948b
fix: add one-time cleanup for linux hermit locking issues ( #5742 )
...
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com >
2025-11-17 15:04:36 -05:00