Commit graph

2563 commits

Author SHA1 Message Date
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
angiejones
254fe5e4c6 Fix label case sensitivity - use lowercase labels
Some checks failed
Documentation Site Preview / deploy (push) Has been cancelled
2025-10-20 23:55:28 -07:00
Angie Jones
c2ac926342
Add GitHub Health Dashboard workflow (#5286) 2025-10-20 23:18:16 -07:00
Michael Neale
3c975bb358
live testing script (#5263)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2025-10-21 16:39:58 +11:00
angiejones
ef67d88d68 escaping markdown 2025-10-20 20:03:34 -07:00
angiejones
d5d92919e0 fixing syntax 2025-10-20 19:45:29 -07:00
angiejones
91504546c4 Add GitHub Health Dashboard workflow 2025-10-20 19:04:17 -07:00
Alex Yao
2b32cad4da
Fix extension manager resource deadlock (#5066)
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
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Signed-off-by: alexyao2015 <alexyao2015@users.noreply.github.com>
Co-authored-by: alexyao2019@gmail.com <alexyao2015@users.noreply.github.com>
2025-10-20 19:59:54 -04:00
Ademola Arigbabuwo
fb6477a37e
add new prompt for memory extension (#4945)
Signed-off-by: AdemolaAri <ademola.ari@gmail.com>
2025-10-20 23:38:34 +01:00
Jarrod Sibbison
e9ca2bc0f8
feat: Stable system prompt and tool ordering for more cache hits (#5192) 2025-10-21 08:48:53 +11:00
Rizel Scarlett
bbf9d30ccb
Remove gtag analytics error (#5268) 2025-10-20 17:07:55 -04:00
aegntic
f303d96f54
Feat/smart task organizer recipe (#5032)
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
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
Signed-off-by: aegntic <research@aegntic.ai>
Co-authored-by: Rizel Scarlett <rizel@tbd.email>
Co-authored-by: aegntic <research@aegntic.ai>
2025-10-20 13:33:14 -04:00
Rizel Scarlett
4780a5a512
docs: goose recipe open command (#5264) 2025-10-20 13:31:38 -04:00
Alex Hancock
65d28d1193
docs: provide more clarity in tagging step of releases (#5269) 2025-10-20 10:59:59 -04:00
Rizel Scarlett
f3ed5738cb
docs: add GOOSE_DEBUG environment variable (#5265)
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
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-10-20 00:27:23 -07:00
Lifei Zhou
8b53a5696e
Lifei/UI parameter input (#5222)
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-20 10:05:54 +11:00
Jack Amadeo
6c3e07e9c7
turn off WAL (#5203)
Some checks are pending
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 / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (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-18 17:38:42 -04:00
Douwe Osinga
64b37339e0
Skip subagents for gemini (#5257)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-18 17:35:29 -04:00
Michael Neale
890393bb68
Revert "Standardize Session Name Attribute" (#5250)
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
Documentation Site Preview / deploy (push) Waiting to run
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
Publish Docker Image / docker (push) Waiting to run
2025-10-18 12:44:30 -04:00
Jack Amadeo
9b4c8726f1
improve provider request logging a bit (#5236) 2025-10-18 11:35:42 -04:00
Arya Pratap Singh
3b04b2ebf4
Fix OpenAI empty choices panic (#5248)
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
2025-10-18 11:19:13 -04:00
Will Pfleger
c662039674
Revert "Rewrite extension management tools" (#5243)
Some checks failed
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 / Check Rust Code Format (push) Blocked by required conditions
CI / changes (push) Waiting to run
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
2025-10-17 20:25:44 -04:00
Will Pfleger
b8c3508178
Standardize Session Name Attribute (#5085) 2025-10-17 17:05:41 -04:00
Emma Youndtsmith
2df2f783c9
Docs: Include step-by-step model configuration instructions for first… (#5239) 2025-10-17 15:38:50 -05:00