Commit Graph

39 Commits

Author SHA1 Message Date
Lifei Zhou 2084c43476 feat (acp): exposed available tools in acp schema (#10097) 2026-06-30 05:43:08 +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 830b77c9f1 chore: remove debug console.log statements, stale comments, and dead code (#8142)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-03-26 17:36:58 -04:00
Abhijay Jain 79f539f8af feat: ability to manage sub recipes in desktop ui (#6360)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Signed-off-by: Abhijay Jain <Abhijay007j@gmail.com>
2026-03-23 15:34:58 +00:00
Vadim 12eac72d70 fix(ui-desktop): unify path resolution around GOOSE_PATH_ROOT (#7335)
Signed-off-by: Vadim Polulyakh <bavadim@gmail.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
2026-03-09 16:06:19 +00:00
Zane ffed9dfc4f refactor: change open recipe in new window to pass recipe id (#7392) 2026-02-23 15:24:00 +00:00
Zane 7267621ab8 fix: strip empty extensions array when deeplink also (#7096) 2026-02-10 16:47:19 +00:00
Lifei Zhou dd15fd0dd8 refactor: clean up client side code for creating schedule (#6805) 2026-02-02 08:52:09 +00:00
Zane c8b02e0cc6 Fix: Recipe Extensions Not Loading in Desktop (#6777) 2026-01-28 18:39:13 -08:00
Douwe Osinga bdf68bb4f5 Slash commands (#5718)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-20 21:14:15 +01: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
Lifei Zhou 8b53a5696e Lifei/UI parameter input (#5222) 2025-10-20 10:05:54 +11:00
Lifei Zhou a6d0666ffd used recipe id or deeplink to start agent (#5154) 2025-10-16 08:36:40 +11:00
Lifei Zhou 1396d315e5 Applied server side call to parse and save recipe (#5022) 2025-10-09 15:45:46 +11:00
Zane f4d79404ee Create / edit recipe form unification and improvements (#4693) 2025-10-05 09:00:59 -07:00
Douwe Osinga 96ded37e15 Platform extensions sketch (#4868)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-10-03 13:45:37 -04:00
Zane 4af7e7b821 fix optional recipe schema zod validation (#4900) 2025-09-30 10:33:37 -07:00
tlongwell-block 9d40422e2d feat: AgentManager - foundation for unified execution (#4389) (#4684) 2025-09-24 16:15:26 -04:00
Amed Rodriguez cb3def45e1 Add recipe title in import form (#4625) 2025-09-12 16:33:04 -07:00
Zane ffc97056f9 Add recipe schema validation to UI (#4602) 2025-09-10 16:26:34 -07:00
Amed Rodriguez 5e478e56c1 Remove unused loadRecipe function (#4599) 2025-09-10 12:04:31 -07:00
Amed Rodriguez b0b378e6e3 Fix local (working directory) recipes storage (#4588) 2025-09-09 20:25:27 -07:00
Douwe Osinga d2195289cf Add session to agents (#4216)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
2025-09-03 10:31:24 -04:00
Lifei Zhou ce69b396ce chore: move list recipes and archive recipe to goose server (#4422) 2025-09-01 11:28:28 +10:00
Jon Andersen e79c7663a7 Implement graceful recipe error handling with filename display (#4363)
Signed-off-by: Jon Andersen <jon.andersen.se@gmail.com>
2025-08-27 08:02:58 -07:00
Amed Rodriguez 4f4e8ace33 Desktop alerts when suspicious unicode characters found in Recipe (#4080) 2025-08-19 14:05:46 -07:00
Zane 85c77474df Speed up recipe loading from deeplinks and various fixes (#3662) 2025-07-28 14:17:43 -07:00
Angela Ning 7e98329093 feat (ui): File picker for scheduling recipes default to recipe dir (#3611) 2025-07-28 15:39:15 -04:00
Lifei Zhou e682940929 Lifei/sub recipe desktop temp (#3576) 2025-07-24 23:37:24 +10:00
Jarrod Sibbison d085126709 refactor: Use openapi for recipe endpoint types and in frontend (#3548) 2025-07-21 19:40:13 +10:00
Jarrod Sibbison 947c2f5248 refactor: Renames recipe route to recipes to be consistent (#3540) 2025-07-20 19:06:38 -05:00
Douwe Osinga 4926e3579f Catch json errors a little better (#3437)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-07-20 15:16:27 +02:00
Jarrod Sibbison e2e656c012 refactor: Centralise deeplink encode and decode into server (#3489) 2025-07-20 18:13:55 +10:00
Aaron Goldsmith 2e97621348 Feat: Support Recipe Parameters in Goose desktop app (#3155) 2025-07-02 15:40:09 -04:00
Max Novich 180b1df25d Mnovich/temporal foreground tasks (#2895)
Co-authored-by: Carlos M. Lopez <carlopez@squareup.com>
2025-06-20 16:19:58 -07:00
Aaron Goldsmith 98ac09cda0 Feat: Recipe Library (#2946) 2025-06-18 12:03:44 -07:00
Zane 3d5d3cedca Cleanup Phase 1: Remove unused React imports from safe components (#2702)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-05-29 09:13:26 -07:00
Lifei Zhou 4947591ac8 feat: view/edit existing recipe in Desktop (#2670) 2025-05-28 14:19:48 +10:00
Zaki Ali 454e4a47f4 UI Recipe/Custom Agents (#2119)
Co-authored-by: Kalvin Chau <kalvin@block.xyz>
2025-04-11 13:28:29 -07:00