diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ffd43ca..e9167595 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ can always reopen. ## Quick Responsible AI Tips There's no need to tell us you used AI in your work. You are contributing to an agent, it would be odd if -you had not. Our general thinking is, use AI anyway you want, but until the robot revolution comes, you +you had not. Our general thinking is, use AI any way you want, but until the robot revolution comes, you are responsible for the final code. Before submitting a PR for review, make sure you have reviewed it yourself. We'll close any vibe coded submissions that obviously skip this step. diff --git a/documentation/blog/2025-05-09-developers-ai-playbook-for-team-efficiency/index.md b/documentation/blog/2025-05-09-developers-ai-playbook-for-team-efficiency/index.md index 0b691b56..39d50e60 100644 --- a/documentation/blog/2025-05-09-developers-ai-playbook-for-team-efficiency/index.md +++ b/documentation/blog/2025-05-09-developers-ai-playbook-for-team-efficiency/index.md @@ -204,7 +204,7 @@ extensions: display_name: Memory timeout: 300 bundled: true - description: "For storing and retrieving formating preferences that might be present" + description: "For storing and retrieving formatting preferences that might be present" prompt: | Analyze the staged changes and any unpushed commits in the git repository {{git_repo_path}} to generate a comprehensive pull request description. Work autonomously without requesting additional information. diff --git a/documentation/blog/2025-07-21-orchestrating-subagents/index.md b/documentation/blog/2025-07-21-orchestrating-subagents/index.md index a821f876..67e12afa 100644 --- a/documentation/blog/2025-07-21-orchestrating-subagents/index.md +++ b/documentation/blog/2025-07-21-orchestrating-subagents/index.md @@ -102,7 +102,7 @@ This happened because each subagent wasn't aware of the other subagents' plan. T ## A Better Prompt Strategy -This time, I took a different approach.I told Goose to spin up one subagent to analyze the UI and come up with a shared design plan. Once the plan was ready, Goose could then spawn four more subagents to implement the plan in parallel. +This time, I took a different approach. I told Goose to spin up one subagent to analyze the UI and come up with a shared design plan. Once the plan was ready, Goose could then spawn four more subagents to implement the plan in parallel. ``` Can you take a look at the UI? The color scheme is all over the place. I want it to be unified but also have a playground theme like a real-life playground. Not just the colors but the elements as well. diff --git a/documentation/blog/2026-04-08-how-to-break-up-with-your-agent/index.md b/documentation/blog/2026-04-08-how-to-break-up-with-your-agent/index.md index 3fc2a265..9c4b6780 100644 --- a/documentation/blog/2026-04-08-how-to-break-up-with-your-agent/index.md +++ b/documentation/blog/2026-04-08-how-to-break-up-with-your-agent/index.md @@ -80,7 +80,7 @@ Pick the UI you like. Pick the agent you like. They don't have to be the same th - [ACP clients guide](/docs/guides/acp-clients) - [ACP providers guide](/docs/guides/acp-providers) -- [Goose on GitHub](https://github.com/block/goose) +- [Goose on GitHub](https://github.com/aaif-goose/goose) - [Discord community](https://discord.gg/goose-oss) diff --git a/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml b/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml index 81480df4..6e03b202 100644 --- a/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml +++ b/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml @@ -31,7 +31,7 @@ extensions: display_name: Memory timeout: 300 bundled: true - description: "For storing and retrieving formating preferences that might be present" + description: "For storing and retrieving formatting preferences that might be present" prompt: | Analyze the pr with the name {{ pr }}. Find out what has changed, try to figure out why these changes were made and tell the user in detail what you found out. diff --git a/ui/desktop/src/components/settings/providers/ProviderGrid.tsx b/ui/desktop/src/components/settings/providers/ProviderGrid.tsx index ced389ec..370952f5 100644 --- a/ui/desktop/src/components/settings/providers/ProviderGrid.tsx +++ b/ui/desktop/src/components/settings/providers/ProviderGrid.tsx @@ -1,7 +1,7 @@ import React, { memo, useMemo, useCallback, useState } from 'react'; import { ProviderCard } from './subcomponents/ProviderCard'; import CardContainer from './subcomponents/CardContainer'; -import ProviderConfigurationModal from './modal/ProviderConfiguationModal'; +import ProviderConfigurationModal from './modal/ProviderConfigurationModal'; import { DeclarativeProviderConfig, ProviderDetails, diff --git a/ui/desktop/src/components/settings/providers/modal/ProviderConfiguationModal.tsx b/ui/desktop/src/components/settings/providers/modal/ProviderConfigurationModal.tsx similarity index 100% rename from ui/desktop/src/components/settings/providers/modal/ProviderConfiguationModal.tsx rename to ui/desktop/src/components/settings/providers/modal/ProviderConfigurationModal.tsx