diff --git a/documentation/docs/mcp/agentql-mcp.md b/documentation/docs/mcp/agentql-mcp.md index 3ec17febf3f..9cb25ef04b6 100644 --- a/documentation/docs/mcp/agentql-mcp.md +++ b/documentation/docs/mcp/agentql-mcp.md @@ -74,9 +74,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to Let's use the AgentQL extension to gather and structure tech conference data to help plan speaking engagements. -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: ### goose Prompt diff --git a/documentation/docs/mcp/alby-mcp.md b/documentation/docs/mcp/alby-mcp.md index 7347fdfac99..524900097ce 100644 --- a/documentation/docs/mcp/alby-mcp.md +++ b/documentation/docs/mcp/alby-mcp.md @@ -117,10 +117,6 @@ You'll need [Node.js](https://nodejs.org/) installed on your system to run this ## Example Usage -:::info LLM -Claude Sonnet 3.7 was used for this task. A similarly capable model is recommended to ensure the tool is used correctly. -::: - :::tip Memory Extension Use the built-in memory extension to save your contacts. e.g. "My friend Rene's lightning address is reneaaron@getalby.com. Please save it to your memory." ::: diff --git a/documentation/docs/mcp/asana-mcp.md b/documentation/docs/mcp/asana-mcp.md index 0610d3e92cd..a16e455d6de 100644 --- a/documentation/docs/mcp/asana-mcp.md +++ b/documentation/docs/mcp/asana-mcp.md @@ -76,10 +76,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to ## Example Usage -:::info LLM -OpenAI's GPT-4o was used for this task. There's an [open bug](https://github.com/block/goose/issues/1804) for Amazon Bedrock models. -::: - ### goose Prompt > _goose, I have one hour. Look through uncompleted tasks assigned to me in Asana and show me ones that you estimate will take an hour or less. Order them by deadline._ diff --git a/documentation/docs/mcp/beads-mcp.md b/documentation/docs/mcp/beads-mcp.md index f4c6bc78769..0a53d224a0c 100644 --- a/documentation/docs/mcp/beads-mcp.md +++ b/documentation/docs/mcp/beads-mcp.md @@ -66,10 +66,6 @@ uv tool install beads-mcp --with packaging In this example, we'll use Beads to coordinate building an expense tracker web app across **multiple parallel sessions**. This demonstrates how Beads enables multiple goose instances to work on the same project without conflicts. -:::info LLM -Anthropic's Claude Opus 4.5 was used for this task. -::: - ### Overview We'll run **4 goose sessions**: diff --git a/documentation/docs/mcp/browserbase-mcp.md b/documentation/docs/mcp/browserbase-mcp.md index 299a1ca1c34..0b5960df48d 100644 --- a/documentation/docs/mcp/browserbase-mcp.md +++ b/documentation/docs/mcp/browserbase-mcp.md @@ -74,10 +74,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to Let's use the Browserbase extension to gather information about trending MCP-related repositories on GitHub. -:::info LLM -Claude 4 Sonnet was used for this task. -::: - ### goose Prompt ``` diff --git a/documentation/docs/mcp/cloudflare-mcp.md b/documentation/docs/mcp/cloudflare-mcp.md index dd3ebb6c9a7..64363e30313 100644 --- a/documentation/docs/mcp/cloudflare-mcp.md +++ b/documentation/docs/mcp/cloudflare-mcp.md @@ -131,10 +131,6 @@ Choose one or more servers based on your needs. Here are the most popular config Let's use the Observability server to debug performance issues with a Workers application: -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - #### goose Prompt ``` I'm seeing high error rates on my Workers application "my-api-worker". Can you help me: diff --git a/documentation/docs/mcp/cloudinary-asset-management-mcp.md b/documentation/docs/mcp/cloudinary-asset-management-mcp.md index 3e5804095b4..9ae8cc35cc9 100644 --- a/documentation/docs/mcp/cloudinary-asset-management-mcp.md +++ b/documentation/docs/mcp/cloudinary-asset-management-mcp.md @@ -76,10 +76,6 @@ Let's use the Cloudinary extension to find and transform product images with adv 2. Apply complex transformations including background removal 3. Add text overlays with precise positioning -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - ### goose Prompt ``` 1. find shoe images in my Cloudinary samples that have 'shoe' in the filename or public ID. diff --git a/documentation/docs/mcp/cognee-mcp.md b/documentation/docs/mcp/cognee-mcp.md index 15c777b8380..4a253de30e3 100644 --- a/documentation/docs/mcp/cognee-mcp.md +++ b/documentation/docs/mcp/cognee-mcp.md @@ -72,10 +72,6 @@ See the [Cognee MCP documentation](https://docs.cognee.ai/how-to-guides/deployme Cognee provides knowledge graph memory capabilities for goose, allowing it to remember and connect information across conversations and documents. -:::info LLM -OpenAI's GPT-4o was used for this task. -::: - ### goose Prompt > _goose, please cognify this information: "I prefer Python for data analysis and use pandas extensively. My current project involves analyzing customer behavior data." Then search for information about my programming preferences._ diff --git a/documentation/docs/mcp/computer-controller-mcp.md b/documentation/docs/mcp/computer-controller-mcp.md index 27947d592dc..95e5d006bf3 100644 --- a/documentation/docs/mcp/computer-controller-mcp.md +++ b/documentation/docs/mcp/computer-controller-mcp.md @@ -55,10 +55,6 @@ Let goose complete its tasks without interruption - avoid using your mouse or ke In this example, I'll show you how goose can multitask, handling everything from system controls and music playback to web research and data organization. -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - 1. Open a new session in goose Desktop diff --git a/documentation/docs/mcp/developer-mcp.md b/documentation/docs/mcp/developer-mcp.md index 562ff9623a2..a200c30e526 100644 --- a/documentation/docs/mcp/developer-mcp.md +++ b/documentation/docs/mcp/developer-mcp.md @@ -56,10 +56,6 @@ The Developer extension is already enabled by default when goose is installed. In this example, I'm going to have goose automate setting up my JavaScript developer environment with Express, Mongoose, Nodemon, Dotenv and initialize Git. -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - diff --git a/documentation/docs/mcp/jetbrains-mcp.md b/documentation/docs/mcp/jetbrains-mcp.md index 079232207e4..073b591c8b5 100644 --- a/documentation/docs/mcp/jetbrains-mcp.md +++ b/documentation/docs/mcp/jetbrains-mcp.md @@ -174,11 +174,6 @@ This tutorial covers how to add the JetBrains extension to integrate with any Je In this example, I'm going to upgrade a Java project to the latest LTS version. -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - - 1. Open [IntelliJ](https://www.jetbrains.com/idea/download) (JetBrains' Java and Kotlin IDE) diff --git a/documentation/docs/mcp/playwright-mcp.md b/documentation/docs/mcp/playwright-mcp.md index a1102163ad9..f2f6c87f1c1 100644 --- a/documentation/docs/mcp/playwright-mcp.md +++ b/documentation/docs/mcp/playwright-mcp.md @@ -60,10 +60,6 @@ Let's use goose with the Playwright extension to create a cross-browser testing 2. Generate maintainable test code 3. Capture screenshots for visual comparison -:::info LLM -Anthropic's Claude 4 Sonnet was used for this task. -::: - ### goose Prompt ``` Test the random redesign generator app (https://blackgirlbytes.github.io/random-redesign-picker/)