Add new subcommand for opening recipes in desktop app#4970
Add new subcommand for opening recipes in desktop app#4970alexhancock merged 3 commits intoaaif-goose:mainfrom
Conversation
|
I like it! But how about |
Yeah, that could definitely work. As far as I know, you can only open a recipe in the UI via deeplink. So the |
* main: (130 commits) Add new subcommand for opening recipes in desktop app (aaif-goose#4970) Update system.md with softer subagent language (aaif-goose#5023) docs: add new goose tip (aaif-goose#4941) Fix nix flake double copy (aaif-goose#4976) Upgrade electron for macOS Tahoe compatibility (aaif-goose#5015) fix: check server is ready so that we can decode the recipe deeplink (aaif-goose#5021) fix: backwards compatible parsing recipe file (aaif-goose#5020) chore: Used common function to list recipes in local machine (aaif-goose#4974) fix: Issue aaif-goose#4540: `goose configure` -> Cursor Agent succeeds (aaif-goose#4942) feat: Add advanced data analysis pipeline recipe (aaif-goose#4990) (aaif-goose#5005) Create / edit recipe form unification and improvements (aaif-goose#4693) feat: add Code Review Mentor recipe with Developer and Memory extensions (aaif-goose#4992) (aaif-goose#5014) feat: set custom models for lead/worker (aaif-goose#4598) feat: add grok-code-fast-1 support for xAI provider (aaif-goose#4472) Persist dynamic extension config so we can resume recipe sessions w/ extensions (aaif-goose#4331) fix: show PowerShell PATH instructions for Windows users (aaif-goose#4989) feat: add Smart Task Organizer recipe for Hacktoberfest (aaif-goose#4936) Fix extension headers (aaif-goose#5000) feat: add advanced software project generator initializer recipe (aaif-goose#4767) (aaif-goose#4949) Removed unused libs (aaif-goose#4932) ...
* main: use agent manager for subagent (#4828) fix: improve Windows OS detection in CLI installation script (#4928) Make it startable from playwright and also isolate (#5016) Fix linux deeplinks not working (#5041) docs: embed more videos (#5042) Display extension install notes in "Add custom extension" form (#5036) Add support for headers in extensions deeplinks (#5034) chore: put test in the name (#4919) Add new subcommand for opening recipes in desktop app (#4970) Update system.md with softer subagent language (#5023) docs: add new goose tip (#4941) Fix nix flake double copy (#4976) Upgrade electron for macOS Tahoe compatibility (#5015)
Signed-off-by: Itz-Agasta <rupamgolui69@gmail.com>
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
…aned-tool-calls * 'main' of github.com:block/goose: (38 commits) docs: misc updates for extensions directory (#5035) updating recipe scanner workflows for detecting recipes from forked repos (#5056) feat(prompt-library): add Smart Meeting Assistant advanced prompt (#4998) (#5031) Allow auto focus and typing while chat is initializing (#5043) docs(blog): Add blog for running Goose in containerized envs (#5052) fix: Add WINDOWS_CODESIGN_CERTIFICATE to nightly workflow (#5037) Developer `analyze` tool improvement (#5030) use agent manager for subagent (#4828) fix: improve Windows OS detection in CLI installation script (#4928) Make it startable from playwright and also isolate (#5016) Fix linux deeplinks not working (#5041) docs: embed more videos (#5042) Display extension install notes in "Add custom extension" form (#5036) Add support for headers in extensions deeplinks (#5034) chore: put test in the name (#4919) Add new subcommand for opening recipes in desktop app (#4970) Update system.md with softer subagent language (#5023) docs: add new goose tip (#4941) Fix nix flake double copy (#4976) Upgrade electron for macOS Tahoe compatibility (#5015) ...
What Changed
Adds a new
opensubcommand that opens a recipe in the Goose Desktop app.Example Usage
Why?
Simplifies the workflow of developing and testing recipes.
Implementation
handle_openfunction.generate_deeplinkfunction to be shared byhandle_openandhandle_deeplinkDemo
720_2.mov