Commit Graph

59 Commits

Author SHA1 Message Date
Spike Wang ba60b597fa feat(CLI): Add optional --parameters to scheduled recipe (#8741)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-05-12 23:30:38 +00:00
Vonbai f98eef61f7 fix(recipe): read prompted file parameters (#8504)
Signed-off-by: vonbai <nswanqi@gmail.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-05-07 03:44:53 +00:00
Will Pfleger 7fa662bcac feat(extensions): support Unix domain socket transport for StreamableHttp MCP (#7860) 2026-04-17 19:16:37 +00:00
Bradley Axen 277b61c410 docs: standardize on ~/.agents/skills/ as canonical skill path (#8239)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-01 16:11:43 +00:00
fre$h a68c6788eb feat(cli): add Sigstore/SLSA provenance verification to Rust self-update (#7818)
Signed-off-by: fre$h <fre5h3nough@gmail.com>
Signed-off-by: fre <anonwurcod@proton.me>
2026-03-19 17:54:36 +00:00
Lifei Zhou 03b5bbb04c fix: add analyzer extension in recipe to maintain backwards compatibility (#7652) 2026-03-04 18:43:08 +00:00
Lifei Zhou cc51ec0941 fix: subrecipe relative path with summon (#7295) 2026-02-18 06:01:47 +00:00
tlongwell-block 7ea19f5c83 feat: replace subagent and skills with unified summon extension (#6964)
Signed-off-by: Travis Longwell <travis@block.xyz>
2026-02-10 19:13:38 +00:00
Peter Willemsen e701350f5d Added the ability to escape Jinja variables in recipes to include them in prompts (#6975)
Signed-off-by: Peter Willemsen <peter@codebuffet.co>
2026-02-05 12:37:57 +00:00
Alex Hancock edd0109997 feat: platform extension migrator + code mode rename (#6611) 2026-01-29 17:12:51 -05:00
Jonathan Hult b8810be806 feat: add max_turns to recipe and subagent settings (#6687)
Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
2026-01-28 10:43:00 -05:00
Lifei Zhou cee4b1bae6 refactor: consolidate recipeError (#6758) 2026-01-28 11:54:43 +11:00
Lifei Zhou beca05ffbe removed the line number in the error message (#6736) 2026-01-28 10:02:05 +11:00
github-actions[bot] e8247e283a fix: Recipe slash command doesn't work with single optional parameter (#6235)
Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com>
Co-authored-by: David Katz <dkatz@squareup.com>
2026-01-13 19:06:13 -05:00
Adrian Cole 5a5312a2e6 feat: upgrade to rmcp 0.12.0 and sacp 10.0.0 by removing SSE transport (#6304)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-02 07:07:53 +08:00
Douwe Osinga fd9582a45f More slash commands (#5858)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-12-16 19:26:49 -05:00
Joshua Swigut 10fc71f101 Fix YAML serialization for recipes with special characters (#5796)
Co-authored-by: Swiggy Swigut <swiggy@squareup.com>
2025-12-16 12:26:40 -05:00
Douwe Osinga bdf68bb4f5 Slash commands (#5718)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-20 21:14:15 +01:00
Vincent H. 23f26fb9e1 Swapped out to_string_lossy with display for user facing text (#5666)
Signed-off-by: Vincent Huang <vhuang@squareup.com>
2025-11-11 09:10:45 -05:00
Abhijay Jain 0d65c81dd2 fix: goose recipe list can return duplicated entries (#5645)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2025-11-10 08:19:06 -05:00
tlongwell-block 20ba2fdb7e Unify subrecipe and subagent execution through shared recipe pipeline (#5082) 2025-11-06 19:02:03 -05:00
Lifei Zhou bdd04d6fbb fix: customised recipe to yaml string to avoid minininjia parsing error (#5494) 2025-11-06 18:50:51 +11:00
Douwe Osinga d2f4658d93 Create recipe dir on save (#5337)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-23 14:19:01 -04:00
Lifei Zhou e720733259 fix: handle non exist subrecipe path (#5287) 2025-10-22 09:05:18 +11:00
Lifei Zhou 8b53a5696e Lifei/UI parameter input (#5222) 2025-10-20 10:05:54 +11:00
Lifei Zhou 1396d315e5 Applied server side call to parse and save recipe (#5022) 2025-10-09 15:45:46 +11: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
Lifei Zhou 5526b59f53 fix: backwards compatible parsing recipe file (#5020) 2025-10-06 21:34:16 +11:00
Lifei Zhou 0df1e0704b chore: Used common function to list recipes in local machine (#4974) 2025-10-06 13:16:50 +11: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
Lifei Zhou a3fbeb04fc Lifei/create save recipe to file (#4895) 2025-10-03 09:38:25 +10:00
Angie Jones 2032c7099c lowercase g in goose (#4832) 2025-09-26 23:44:38 -05:00
Jack Amadeo 757ceb6109 chore: turn clippy on for test code (#4817) 2025-09-26 00:06:07 -04:00
tlongwell-block 9d40422e2d feat: AgentManager - foundation for unified execution (#4389) (#4684) 2025-09-24 16:15:26 -04:00
Jarrod Sibbison 85fb6d8f23 feat: Import file contents from recipe 'file' input type parameter (#4558) 2025-09-10 21:13:56 +10:00
Max Novich 1d0c08b3d3 Enhance convert_path_with_tilde_expansion to handle Windows (#4390) 2025-08-28 14:32:39 -07:00
Amed Rodriguez 4f4e8ace33 Desktop alerts when suspicious unicode characters found in Recipe (#4080) 2025-08-19 14:05:46 -07:00
Jarrod Sibbison 43211803a9 Recipe config to limit tool availability (#4020) 2025-08-18 01:14:23 -05:00
Douwe Osinga eb0048018f Fix tool vector tests (#3709)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-07-29 19:31:29 +02:00
Lifei Zhou 37120f01d8 Resolve sub recipe path relative to the parent recipe path (#3642) 2025-07-29 08:36:54 +10:00
Douwe Osinga b18213cf01 Add inline python extension (#3107)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-28 10:48:02 +10:00
Zane 246ba19256 Restore recipe parameters functionality (#3530) 2025-07-22 10:31:44 -07:00
Prem Pillai 99cc0a9c81 feat: recipes can retry with success criteria (#3474) 2025-07-22 10:49:21 +10:00
Jarrod Sibbison d085126709 refactor: Use openapi for recipe endpoint types and in frontend (#3548) 2025-07-21 19:40:13 +10:00
Wendy Tang 4771ffbb5b feat: consolidate subagent execution for dynamic tasks (#3444)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2025-07-17 18:48:00 -07:00
Lifei Zhou 9351027d1b chore: move recipe loading to goose (#3424) 2025-07-17 14:38:20 +10:00
Lifei Zhou e5a55dbddc feat: run sub recipe multiple times in parallel (Experimental feature) (#3274)
Co-authored-by: Wendy Tang <wendytang@squareup.com>
2025-07-17 08:39:35 +10:00
Jarrod Sibbison 991e3a9c0e feat: cli can work with gui generated recipes (#3254) 2025-07-07 18:56:18 +10:00
Jarrod Sibbison 0a00b0f588 feat: Structured output for recipes (#3188) 2025-07-02 12:16:57 +10:00
Wendy Tang d9d7eb0697 subagents (#2797)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-06-25 19:18:48 -04:00