docs: lowercase goose in getting-started and guides topics#5857
Merged
dianed-square merged 2 commits intomainfrom Nov 24, 2025
Merged
docs: lowercase goose in getting-started and guides topics#5857dianed-square merged 2 commits intomainfrom
dianed-square merged 2 commits intomainfrom
Conversation
blackgirlbytes
approved these changes
Nov 24, 2025
Contributor
|
Contributor
There was a problem hiding this comment.
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 <175728472+Copilot@users.noreply.github.com>
michaelneale
added a commit
that referenced
this pull request
Nov 25, 2025
* 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)
kskarthik
pushed a commit
to kskarthik/goose
that referenced
this pull request
Nov 25, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kskarthik
pushed a commit
to kskarthik/goose
that referenced
this pull request
Nov 26, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
BlairAllan
pushed a commit
to BlairAllan/goose
that referenced
this pull request
Nov 29, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Blair Allan <Blairallan@icloud.com>
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
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.
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