-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: lowercase goose in getting-started and guides topics #5857
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
|
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.
Pull request overview
This PR standardizes the capitalization of "goose" throughout the documentation by converting it to lowercase. It also updates CLI command references ("goose settings" and "goose mode") to match the actual CLI output in the codebase. The changes span multiple documentation files in the /getting-started and /guides directories.
Key changes:
- Lowercased "Goose" to "goose" in all prose text, titles, and descriptions
- Updated CLI command menu items to match actual CLI output ("goose settings", "goose mode")
- Added missing video duration field in interactive-chat documentation
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/quickstart.md | Updated CLI menu option "Goose Settings" to "goose settings" to match actual CLI output |
| documentation/docs/guides/using-gooseignore.md | Lowercased all instances of "Goose" to "goose" throughout the guide |
| documentation/docs/guides/using-goosehints.md | Lowercased all instances of "Goose" to "goose" including in video title and descriptions |
| documentation/docs/guides/updating-goose.md | Updated title and all "Goose" references to "goose"; includes one inconsistency with "desktop" capitalization |
| documentation/docs/guides/sessions/smart-context-management.md | Lowercased "Goose" to "goose" and updated CLI menu items ("goose settings", "goose mode") |
| documentation/docs/guides/sessions/index.md | Lowercased "Goose" to "goose" in descriptions and titles |
| documentation/docs/guides/sessions/in-session-actions.md | Lowercased all "Goose" references to "goose" throughout session actions documentation |
| documentation/docs/guides/running-tasks.md | Lowercased "Goose" to "goose" in all task running examples and descriptions |
| documentation/docs/guides/recipes/subrecipes.md | Changed "Goose Recipes" to "Recipes" in Learn More section |
| documentation/docs/guides/recipes/index.mdx | Lowercased "Goose" to "goose" in card descriptions and video titles |
| documentation/docs/guides/managing-tools/tool-router.md | Lowercased "Goose" to "goose" and updated CLI menu items to "goose settings" |
| documentation/docs/guides/managing-tools/tool-permissions.md | Lowercased "Goose" to "goose" and updated CLI menu to "goose settings" and "goose mode" |
| documentation/docs/guides/managing-tools/index.md | Lowercased "Goose" to "goose" in descriptions |
| documentation/docs/guides/managing-tools/adjust-tool-output.md | Lowercased "Goose" to "goose" throughout tool output documentation |
| documentation/docs/guides/managing-projects.md | Lowercased all "Goose" references to "goose" including in example outputs |
| documentation/docs/guides/interactive-chat/index.mdx | Added missing video duration field (40:07) |
| documentation/docs/guides/handling-llm-rate-limits-with-goose.md | Lowercased "Goose" to "goose" in rate limiting documentation |
| documentation/docs/guides/goose-permissions.md | Lowercased "Goose" to "goose" in video title |
| documentation/docs/guides/file-management.md | Lowercased all "Goose" references to "goose" in file management guide |
| documentation/docs/guides/environment-variables.md | Lowercased "Goose" to "goose" in observability section |
| documentation/docs/guides/enhanced-code-editing.md | Lowercased "Goose" to "goose" in code editing workflow descriptions |
| documentation/docs/guides/cli-providers.md | Lowercased "Goose" to "goose" throughout CLI providers documentation |
| documentation/docs/guides/allowlist.md | Lowercased all "Goose" references to "goose" in allowlist guide |
| documentation/docs/getting-started/providers.md | Changed "Goose repo" to "goose repo" in support information |
| documentation/docs/getting-started/installation.md | Lowercased "Goose" to "goose" in installation guide title and content |
| documentation/docs/getting-started/category.json | Lowercased "Goose" to "goose" in category description |
Co-authored-by: Copilot <[email protected]>
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.
Pull request overview
Copilot reviewed 26 out of 26 changed files in this pull request and generated no new comments.
* main: docs: add DataHub MCP server extension documentation (#5769) docs: lowercase goose in remaining topics (#5861) docs: lowercase goose in getting-started and guides topics (#5857) Fix multi tool calling (#5855) fix(#5626 #5832): handle multiple content chunks & images better (#5839) chore: some old code hanging around, and mention configure cli (#5822) feat : add support for math / science symbology via katex (#5773) feat : add ability to see error message in toast (#5851)
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Sai Karthik <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Blair Allan <[email protected]>
Summary
This PR lowercases "goose" in /getting-started and /guides topics and updates CLI "goose settings" and "goose mode" in /getting-started and /guides topics
Type of Change