-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: add managing tools section and tool-router topic #3310
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
Conversation
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
Contributor
|
angiejones
approved these changes
Jul 9, 2025
- Remove Goose Permissions card from managing-tools index page - Remove reference to Goose Permission Modes from tool-permissions.md
…ission Modes - Keep the informational reference that explains the relationship between tool permissions and goose permission modes - Only the card linking to goose-permissions was removed from the index page
- Replace generic 'building blocks' language with specific definition - Clarify that tools are functions within extensions - Add link to extensions guide for context - Focus on user-centric language about controlling and customizing tools
…ols page - Add Ollama Tool Shim card linking to experimental features section - Add Finetuning Toolshim blog post to Featured Blog Posts section - Creates comprehensive tool management resource covering basic to advanced topics
- Add comparison table showing speed, best use cases, and examples for all three strategies - Create consistent section headers for Default, Vector, and LLM-based strategies - Remove descriptive text from headers for cleaner navigation - Give Default strategy equal treatment with dedicated section
blackgirlbytes
approved these changes
Jul 9, 2025
dianed-square
commented
Jul 9, 2025
michaelneale
added a commit
that referenced
this pull request
Jul 10, 2025
* main: docs: recipe parameters in desktop (#3326) switch to custom runner for rust build (#3325) fix the npx.cmd mapping issue (#3324) Structured output in Goose CLI and Goose Desktop (#3320) docs: add managing tools section and tool-router topic (#3310) docs: Remove Deeplink for Filesystem MCP Server (#3314)
michaelneale
added a commit
that referenced
this pull request
Jul 10, 2025
* main: fix: resolve hamburger menu breakpoint bug in docs (#3318) Recipe library doc (#3329) docs: recipe parameters in desktop (#3326) switch to custom runner for rust build (#3325) fix the npx.cmd mapping issue (#3324) Structured output in Goose CLI and Goose Desktop (#3320) docs: add managing tools section and tool-router topic (#3310) docs: Remove Deeplink for Filesystem MCP Server (#3314)
ahau-square
pushed a commit
that referenced
this pull request
Jul 11, 2025
Co-authored-by: Rizel Scarlett <[email protected]>
atarantino
pushed a commit
to atarantino/goose
that referenced
this pull request
Jul 14, 2025
Co-authored-by: Rizel Scarlett <[email protected]> Signed-off-by: Adam Tarantino <[email protected]>
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Co-authored-by: Rizel Scarlett <[email protected]> Signed-off-by: Soroosh <[email protected]>
kwsantiago
pushed a commit
to kwsantiago/goose
that referenced
this pull request
Jul 19, 2025
Co-authored-by: Rizel Scarlett <[email protected]> Signed-off-by: Kyle Santiago <[email protected]>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Co-authored-by: Rizel Scarlett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a Managing Tools landing page and reorganizes tool-related documentation.
Documentation updates:
New topics/files:
documentation/docs/guides/managing-tools/index.md: New Managing Tools landing page with card-based layout, modeled after the Goose Recipes landing page. Note that Goose's inclination was to include more Extension-related topicsdocumentation/docs/guides/managing-tools/tool-router.md: Moved from/guides/tool-router.mdwith updated metadata and fixed broken links (previously not added to sidebar)documentation/docs/guides/managing-tools/_category_.json: Navigation configuration for Managing Tools sectionMoved/updated topics/files:
documentation/docs/guides/managing-tools/tool-permissions.md: Moved from/guides/tool-permissions.mdwith updated sidebar positiondocumentation/docs/guides/managing-tools/adjust-tool-output.md: Moved from/guides/adjust-tool-output.mdwith updated sidebar positiondocumentation/docs/guides/environment-variables.md: Update links to moved tool-related topics & add Tool Selection Strategy sectiondocumentation/docs/guides/tips.md: Update link to moved tool-permissions topicdocumentation/docusaurus.config.ts: Add redirects for moved tool topics and PR docs: move topics to tutorials section #3297 topics