-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: update built-in extensions list and fix link #4601
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
Conversation
documentation/docs/quickstart.md
Outdated
| * Continue your session with Goose and it improve your game (styling, functionality, etc). | ||
| * Browse other available [extensions][extensions-guide] and install more to enhance Goose's functionality even further. | ||
| * Continue your session with Goose and improve your game (styling, functionality, etc). | ||
| * Browse other available [extensions](/goose/extensions) and install more to enhance Goose's functionality even further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For "browsing", the Extensions directory seems like a better target than the Using Extensions topic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point
|
documentation/docs/quickstart.md
Outdated
| * Continue your session with Goose and it improve your game (styling, functionality, etc). | ||
| * Browse other available [extensions][extensions-guide] and install more to enhance Goose's functionality even further. | ||
| * Continue your session with Goose and improve your game (styling, functionality, etc). | ||
| * Browse other available [extensions](https://block.github.io/goose/extensions/) and install more to enhance Goose's functionality even further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it have to be the absolute path? there's no relative path for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just copied the one from the Using Extensions topic, but I can see if ../ works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other relative link worked in my local env too, but /extensions is from docusaurus.ts. Will wait to test in the deployed build before merging
* main: (29 commits) docs: update built-in extensions list and fix link (#4601) Add Message Metadata for Visibility Control (#4538) Remove deprecated Claude 3.5 models (#4590) Remove unused loadRecipe function (#4599) Send the secret with decodeRecipe (#4597) fix markdown links overflowing content and hide agent link previews (#4585) refactor: add new recipe dependency updater (#4596) chore: fix nightly builds to have tags (#4595) feat: Import file contents from recipe 'file' input type parameter (#4558) also adding this change to the api key send for recipes (#4587) Fix local (working directory) recipes storage (#4588) fix: don't redact tool calls (#4589) Prompt injection detection (simplified - only pattern matching) (#4237) feat: add streaming support to Tetrate Agent Router Service provider (#4477) docs: goosehints updates (#4581) Iand/recipe scanner updates (#4584) patching recipe scanning workflows for permissions changes (#4579) fix: onboarding endpoints send token secret (#4575) Fix : Google AI schema validation by adding missing array items fields (#4569) Add unified diff support to text editor (#4522) ...
* main: (30 commits) docs: update built-in extensions list and fix link (#4601) Add Message Metadata for Visibility Control (#4538) Remove deprecated Claude 3.5 models (#4590) Remove unused loadRecipe function (#4599) Send the secret with decodeRecipe (#4597) fix markdown links overflowing content and hide agent link previews (#4585) refactor: add new recipe dependency updater (#4596) chore: fix nightly builds to have tags (#4595) feat: Import file contents from recipe 'file' input type parameter (#4558) also adding this change to the api key send for recipes (#4587) Fix local (working directory) recipes storage (#4588) fix: don't redact tool calls (#4589) Prompt injection detection (simplified - only pattern matching) (#4237) feat: add streaming support to Tetrate Agent Router Service provider (#4477) docs: goosehints updates (#4581) Iand/recipe scanner updates (#4584) patching recipe scanning workflows for permissions changes (#4579) fix: onboarding endpoints send token secret (#4575) Fix : Google AI schema validation by adding missing array items fields (#4569) Add unified diff support to text editor (#4522) ...
Signed-off-by: Matt Donovan <[email protected]>
Signed-off-by: HikaruEgashira <[email protected]>
This PR updates the list of built-in extensions and updates links.
Documentation updates:
documentation/docs/getting-started/using-extensions.md:documentation/docs/quickstart.md:documentation/docusaurus.config.ts: