docs: code mode and code execution extension (#6255)

This commit is contained in:
dianed-square 2025-12-23 13:39:59 -08:00 committed by GitHub
parent be1ac2b184
commit 4e33e5a934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 163 additions and 11 deletions

View file

@ -29,6 +29,10 @@ Press `Cmd+Option+Shift+G` (macOS) or `Ctrl+Alt+Shift+G` (Windows/Linux) and sen
### Turn off unnecessary extensions or tool
Turning on too many extensions can degrade performance. Enable only essential [extensions and tools](/docs/guides/managing-tools/tool-permissions) to improve tool selection accuracy, save context window space, and stay within provider tool limits.
:::tip Code Execution for Many Extensions
Consider enabling [Code Mode](/docs/guides/code-mode), an alternative approach to tool calling that discovers tools on demand.
:::
### Teach goose your preferences
Help goose remember how you like to work by using [`.goosehints` or other context files](/docs/guides/context-engineering/using-goosehints) or [skills](/docs/guides/context-engineering/using-skills) for permanent project preferences and the [Memory extension](/docs/mcp/memory-mcp) for things you want goose to dynamically recall later. Both can help save valuable context window space while keeping your preferences available.