docs: lowercase goose in getting-started and guides topics (#5857)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
dianed-square 2025-11-24 10:17:22 -08:00 committed by GitHub
parent 3e9d9c7b2c
commit b357e99b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 279 additions and 279 deletions

View file

@ -72,9 +72,9 @@ export GOOSE_EDITOR_MODEL="your-model"
When the `str_replace` tool is used to edit code:
1. **Configuration Check**: Goose checks if all three environment variables are properly set and non-empty.
1. **Configuration Check**: goose checks if all three environment variables are properly set and non-empty.
2. **With AI Enabled**: If configured, Goose sends the original code and your requested change to the configured AI model for processing.
2. **With AI Enabled**: If configured, goose sends the original code and your requested change to the configured AI model for processing.
3. **Fallback**: If the AI API is not configured or the API call fails, it falls back to simple string replacement.