Commit Graph

817 Commits

Author SHA1 Message Date
Amed Rodriguez 774baf1cdb Fix scheduler jobs dates formatting (#5368) 2025-10-24 15:18:02 -07: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) 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
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
Manik Surtani 8d9c19f2c2 fix: remove dependency on gsap library (#5330)
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
David Katz 23412e270f Replace compaction notifications with system notifications (#5218) 2025-10-22 16:09:44 -04:00
Douwe Osinga 755e9f893d Diagnostics (#5323)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-22 14:25:49 -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
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
Zane aab127e18d Added extension search (#5283) 2025-10-21 12:54:56 -07:00
Zane 574ca2b290 Upgrade node to fix canary (#5301) 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
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
Lifei Zhou 8b53a5696e Lifei/UI parameter input (#5222) 2025-10-20 10:05:54 +11:00
Michael Neale 890393bb68 Revert "Standardize Session Name Attribute" (#5250) 2025-10-18 12:44:30 -04:00
Will Pfleger c662039674 Revert "Rewrite extension management tools" (#5243) 2025-10-17 20:25:44 -04:00
Will Pfleger b8c3508178 Standardize Session Name Attribute (#5085) 2025-10-17 17:05:41 -04:00
Zane 8be8625249 chore: upgrade most npm packages to latest (#5185) 2025-10-17 12:54:27 -07:00
Alex Hancock e95c38d646 Release/1.11.0 (#5224)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2025-10-17 12:51:57 -07:00
Angela Ning bccfa0156c Rewrite extension management tools (#5057)
Signed-off-by: Angela Ning <aning@squareup.com>
2025-10-17 14:22:58 -04:00
Alex Hancock db8fe34ff9 fix: re-sync package-lock.json (#5235) 2025-10-17 12:53:26 -04:00
Kenneth Mungai 91f6457956 feat: add schedule button to recipe entries (#5217)
Signed-off-by: ki3ani <kimanim68@gmail.com>
2025-10-17 08:14:01 -07:00
David Katz 83accb8aa6 Autocompact threshold UI cleanup (#5232) 2025-10-17 11:13:16 -04:00
Zane f0da14bff8 fix: revert built app name to uppercase Goose (#5206) 2025-10-16 16:11:30 -04:00
Douwe Osinga 7c1f5dcb2f Compaction overhaul (#5186)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: David Katz <dkatz@squareup.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
2025-10-15 18:39:12 -04:00
Lifei Zhou a6d0666ffd used recipe id or deeplink to start agent (#5154) 2025-10-16 08:36:40 +11:00
David Katz 5581078935 Sort providers in alphabetical vs random (#5090) 2025-10-15 11:26:28 -04:00
Douwe Osinga 9251da4314 Declarative providers (#5084)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-10-15 09:48:14 -04:00
Alex Hancock 170981401c chore: clean up random unused files (#5166) 2025-10-14 16:28:57 -04:00
Alex Hancock 0f8e073d63 chore: include vendored node executable (#5160) 2025-10-14 12:06:17 -04:00
Zane 73e9e1af2e Clear deeplinks after use (#5128) 2025-10-13 09:21:50 -07:00
Douwe Osinga 0c2127124f Clean room implementation of the chat process (#5079)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
2025-10-11 10:45:16 -04:00
Abhijay Jain 0baca17ba8 fix : enhance fuzzy file search in goose desktop (#5071)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2025-10-11 10:30:50 -04:00
Zane a8cf2e4e3d Add flag for enabling eleven labs voice dictation (#5095) 2025-10-10 12:09:20 -07:00
Zane 01d2d5a7dc force re-render fields to pick up custom params usage in instructions (#5112) 2025-10-10 11:25:12 -07:00
Amed Rodriguez a457bbd10d Remove isUserInputDisabled (#5115) 2025-10-10 11:14:07 -07:00
Jack Amadeo f68c4bfc23 install react dev tools in development (#4979) 2025-10-09 22:31:39 -04:00
Zane ba6d43e75c Add dev and alpha environment indicator (#5092) 2025-10-09 11:15:29 -07:00
Lifei Zhou 1396d315e5 Applied server side call to parse and save recipe (#5022) 2025-10-09 15:45:46 +11:00
Douwe Osinga b179be4cff Art vandelay: Import & Export (#5053)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-07 21:07:40 -04:00
Zane 9247e46f25 Allow auto focus and typing while chat is initializing (#5043) 2025-10-07 08:31:11 -07:00
Douwe Osinga d3a222ddbf Make it startable from playwright and also isolate (#5016)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-06 20:59:26 -04:00
Zane 1690cf9091 Fix linux deeplinks not working (#5041) 2025-10-06 16:57:10 -07:00
Amed Rodriguez 7e4340601d Display extension install notes in "Add custom extension" form (#5036) 2025-10-06 16:29:10 -07:00
Zane de9d95b85e Upgrade electron for macOS Tahoe compatibility (#5015) 2025-10-06 09:54:52 -04:00
Lifei Zhou aedc12637b fix: check server is ready so that we can decode the recipe deeplink (#5021) 2025-10-06 21:56:49 +11:00