-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: replace subagent and skills with unified summon extension #6964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+2,615
−1,934
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
4b69401
feat: Add summon extension replacing subagent tool and skills extension
tlongwell-block c071170
fix(summon): add meaningful prompts for skill/agent delegation
tlongwell-block e9b2d62
feat: add unprefixed tools support for platform extensions
tlongwell-block db919e7
chore: remove non-doc comments from summon extension
tlongwell-block 2a28615
refactor(summon): restore builtin skills as bundled files
tlongwell-block 994b902
fix: resolve tool prefix lookup and code duplication issues
tlongwell-block 17d064d
Update goose-self-test.yaml for new load/delegate tools
tlongwell-block 3312957
feat(summon): persist async delegate results for retrieval via load()
tlongwell-block 44ee9c1
refactor: remove self-obvious comments and consolidate source discovery
tlongwell-block d526616
refactor: remove self-obvious comments from extension_manager and sum…
tlongwell-block 314a687
docs: clarify delegate parallel execution requires async flag
tlongwell-block 05b8639
refactor: remove model shorthand translation from summon extension
tlongwell-block 0a934c3
refactor: use session ID as async task identifier
tlongwell-block 0e8f656
Merge origin/main into summon_extension
tlongwell-block bbfa545
chore: restore McpApps files formatting from origin/main
tlongwell-block 9b92835
feat(summon): add cancellation support for async delegates
tlongwell-block 88f8ef4
revert to 25 default subagent turns
tlongwell-block 2bbfed0
fix(summon): address PR review feedback
tlongwell-block 418a2fa
Merge remote-tracking branch 'origin/main' into summon_extension
tlongwell-block 382f2ec
fix: add write mutex to SessionStorage to prevent SQLite lock contention
tlongwell-block e2dcc02
tool description to include subrecipes
tlongwell-block 2a640bb
fix: support unprefixed tools in code_execution extension
tlongwell-block 1062d04
fix: enable subrecipes discovery in CLI and show parameters in descri…
tlongwell-block f1483ef
Auto-inject summon extension for recipes with sub_recipes
tlongwell-block ed43363
feat(summon): improve delegate tool description with effective delega…
tlongwell-block dc9b0aa
fix(summon): prioritize locality over type in source discovery
tlongwell-block dc6efcb
fix(tests): strip tool_meta from replay hash computation
tlongwell-block 0332ddc
Merge remote-tracking branch 'origin/main' into summon_extension
tlongwell-block 1325117
fix: add missing disable_session_naming arg to AgentConfig::new calls
tlongwell-block da160a3
ci: add gpt-3.5-turbo to allowed failures in smoke tests
tlongwell-block e2c51bd
changes per review. first class extension check. change client_name -…
tlongwell-block 01cad15
Merge remote-tracking branch 'origin/main' into summon_extension
tlongwell-block 4ce7037
merge main, add unprefixed_tools to tom extension
tlongwell-block 47349ca
allow google:gemini-2.5-flash to fail (flaky in code-exec mode)
tlongwell-block e688e47
fix(session): raise SQLite busy_timeout to 30s, remove application-le…
tlongwell-block 42f548a
Merge remote-tracking branch 'origin/main' into summon_extension
tlongwell-block ed76afb
refactor: extract goose_extension meta key into constant
tlongwell-block File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,3 +72,4 @@ result | |
|
|
||
| # Goose self-test artifacts | ||
| gooseselftest/ | ||
| .tasks/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.