Commit graph

2586 commits

Author SHA1 Message Date
Amed Rodriguez
0ca4e0ba4e
Use Instructions as Prompt in Scheduler (#5359) 2025-10-24 15:17:31 -07:00
Kenneth Mungai
53391f2065
feat(snowflake): add support for newer Claude 4.5 and 4 models (#5350)
Signed-off-by: ki3ani <kimanim68@gmail.com>
2025-10-24 17:40:56 -04:00
Zane
8b3e3a8357
Add bottom menu extension selection (#5352) 2025-10-24 14:03:01 -07:00
Will Pfleger
044b227fdb
(re)Standardize Session Name Attribute (#5279)
Some checks are pending
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
2025-10-24 13:34:08 -04:00
Alex Hancock
b22abfc623
chore: improve timeout for entering password when running goose ui from source (#5349) 2025-10-24 10:16:40 -04:00
Douwe Osinga
398cd1dfad
Fix legacy import (#5343)
Some checks failed
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Deploy Documentation / deploy (push) Has been cancelled
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-23 19:09:34 -04:00
Zane
4acb4871b7
Unify loading goose messages and usechatstream determines chat state (#5306)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-23 15:51:01 -07:00
Rizel Scarlett
6e76bb825c
Docs: goose session export and goose session import (#5267) 2025-10-23 18:33:52 -04:00
Douwe Osinga
d2f4658d93
Create recipe dir on save (#5337)
Some checks are pending
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-23 14:19:01 -04:00
taniandjerry
0455b6cb8d
docs: Update Discord link (#5335)
Signed-off-by: Dakshata <dakshatamishralakshya@gmail.com>
Co-authored-by: Dakshata <dakshatamishralakshya@gmail.com>
Co-authored-by: Tania Chakraborty <tchakraborty@block.xyz>
2025-10-23 12:37:45 -04:00
Ebony Louis
ee423c9234
[recipe workflow]: Fix Invalid revision range error (#5334) 2025-10-23 12:11:31 -04:00
Dakshata Mishra
45baa9fc74
Add tech-article-explainer recipe (#5333)
Signed-off-by: Dakshata Mishra <dakshatamishralakshya@gmail.com>
2025-10-23 10:43:43 -04:00
Better-Boy
42df5f0767
doc: added beta banner for old blog post (#5332)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
2025-10-23 10:18:50 -04:00
Better-Boy
90443e6dca
feat: add code refactor recipe (#5320)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
2025-10-23 10:17:22 -04:00
Shreyansh Singh Gautam
b57adf7c84
Security audit recipe (#5319)
Signed-off-by: Shreyanshsingh23 <shreyanshsingh23@users.noreply.github.com>
Signed-off-by: Shreyansh Singh Gautam <shreyanshrewa@gmail.com>
2025-10-23 10:05:30 -04:00
Better-Boy
d3c2dbc8d3
feat: add generate commit message recipe (#5326)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
2025-10-23 10:01:55 -04:00
Manik Surtani
8d9c19f2c2
fix: remove dependency on gsap library (#5330)
Some checks are pending
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
gsap's highly limited use in this codebase can easily be achieved using the native JS Web Animations API.
2025-10-22 22:15:13 -04:00
Angela Ning
7c4e3684ea
feat: dynamically load ollama models (#5309) 2025-10-22 21:17:02 -04:00
Lifei Zhou
e8e8991dc7
fix: skip temperature for goose-gpt-5 model (#5311) 2025-10-23 09:52:12 +11:00
David Katz
23412e270f
Replace compaction notifications with system notifications (#5218) 2025-10-22 16:09:44 -04:00
Douwe Osinga
755e9f893d
Diagnostics (#5323)
Some checks are pending
Deploy Documentation / deploy (push) Waiting to run
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-22 14:25:49 -04:00
Douwe Osinga
fdbd5281e2
Fix gemini again (#5308)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-22 13:42:37 -04:00
David Katz
68811bfd67
fix: synchronize local message state after conversation compaction (#5315)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-22 13:09:01 -04:00
Better-Boy
adbd898432
docs: replace broken links with working links (#5266)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
2025-10-22 12:36:50 -04:00
Arya Pratap Singh
a7a06b8337
Add Web Accessibility Auditor recipe to cookbook (#5318)
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
2025-10-22 10:53:04 -04:00
Rizel Scarlett
14b7dd57cd
To do mcp tutorial (#5317)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-10-22 10:50:46 -04:00
Alex Hancock
34aee96d1c
workflows: add a manual trigger option to pr-smoke-test (#5302) 2025-10-22 08:55:04 -04:00
Rizel Scarlett
2b968d8774
documenting goose recipe list command (#5278)
Some checks are pending
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
2025-10-22 02:53:16 -04:00
Jack Amadeo
1b532cc816
add a system prompt snapshot test (#5305)
Some checks are pending
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
2025-10-21 20:01:17 -04:00
Lifei Zhou
e720733259
fix: handle non exist subrecipe path (#5287) 2025-10-22 09:05:18 +11:00
Douwe Osinga
d836a10af1
Next camp (#5237)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-10-21 15:00:21 -07:00
w. ian douglas
5076481092
more lowercasing of TabItem labels (#5307) 2025-10-21 15:08:47 -06:00
Viet Bui
326c1b09bd
modified docs/tutorials/cicd Github Action's install path to follow download_cli script (#5240)
Signed-off-by: vietbui99 <buiquocviet99@gmail.com>
2025-10-21 16:34:36 -04:00
Angie Jones
e774bf883a
Fix artifact download to work across workflow runs (#5304)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
2025-10-21 16:25:25 -04:00
Zane
aab127e18d
Added extension search (#5283) 2025-10-21 12:54:56 -07:00
w. ian douglas
ebac0cfb4f
docs: lowercase 'goose' in TabItem labels for consistency (#5297) 2025-10-21 13:52:00 -06:00
Roshan Kumar Singh
15b141e2ad
feat(prompts): add format to save code snippet (#5007)
Signed-off-by: Roshan kr singh <roshan.kr.singh9911@gmail.com>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
2025-10-21 15:42:48 -04:00
aegntic
13314515bb
fix: use Windows-compatible default path for CLI installation (#5221)
Signed-off-by: aegntic <research@aegntic.ai>
Co-authored-by: aegntic <research@aegntic.ai>
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-21 15:39:34 -04:00
Shivam Gawali
5a35f0952e
feat: add Test Coverage Optimizer recipe (#5118) (#5272)
Signed-off-by: Shivam Gawali <shivamgawali585@gmail.com>
Co-authored-by: Rizel Scarlett <rizel@tbd.email>
2025-10-21 15:29:06 -04:00
Zane
574ca2b290
Upgrade node to fix canary (#5301)
Some checks are pending
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / Release (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
2025-10-21 12:03:57 -07:00
Zane
3e4488275b
Remove reliance on localstorage for pendingScheduleDeepLink when scheduling a recipe (#5290) 2025-10-21 12:01:58 -07:00
Angie Jones
c89e852fae
Add historical tracking with trend indicators using artifacts (#5295) 2025-10-21 11:18:32 -07:00
Zane
11e71ee616
roll back vite and electron package upgrades breaking canary win and linux (#5292) 2025-10-21 09:43:18 -07:00
Angela Ning
09752aa7d0
Revert "Revert "Rewrite extension management tools"" (#5273)
Signed-off-by: Angela Ning <aning@squareup.com>
2025-10-21 11:34:17 -04:00
Alex Hancock
3546ddb8c2
improvement: propagate McpErrors directly into ToolCallResult (#5289) 2025-10-21 11:28:45 -04:00
Zane
352b7ee8cd
fix: include Windows GNU CLI artifact in releases (#5276) 2025-10-21 07:07:47 -07:00
Alex Yao
645f00e7b9
Fix bedrock tool call error response (#5067)
Signed-off-by: alexyao2015 <alexyao2015@users.noreply.github.com>
Co-authored-by: alexyao2019@gmail.com <alexyao2015@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2025-10-21 09:51:42 -04:00
Lifei Zhou
6f6f6f18b7
fix: do not load active extensions when no extensions in the recipe (#5282)
Some checks are pending
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
2025-10-21 18:08:09 +11:00
angiejones
c7aa93e119 Fix pagination - fetch all open issues, not just first 100 2025-10-21 00:05:18 -07:00
angiejones
343dc800b6 Merge health-dashboard branch with lowercase label fixes 2025-10-20 23:58:53 -07:00