From 3a148c9bc1474940c420b68695d7a4205f54bced Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 10 Feb 2025 11:15:52 -0600 Subject: [PATCH] docs: added note on outdated blog posts (#1171) --- .../blog/2024-11-22-screenshot-driven-development/index.md | 4 ++++ .../blog/2024-12-06-previewing-goose-v10-beta/index.md | 2 +- .../index.md | 1 + .../index.md | 6 +++++- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/blog/2024-11-22-screenshot-driven-development/index.md b/documentation/blog/2024-11-22-screenshot-driven-development/index.md index 0499a7d8f8..01b1fd6a66 100644 --- a/documentation/blog/2024-11-22-screenshot-driven-development/index.md +++ b/documentation/blog/2024-11-22-screenshot-driven-development/index.md @@ -15,6 +15,10 @@ However, I didn't want to spend hours implementing the CSS for each design trend +:::warning Goose Beta Version +This post was written about a beta version of Goose and the commands and flow may have changed. +::: + ### My original calendar: ![calendar](screenshot-calendar-og.png) diff --git a/documentation/blog/2024-12-06-previewing-goose-v10-beta/index.md b/documentation/blog/2024-12-06-previewing-goose-v10-beta/index.md index 789204099e..6f5dc14d03 100644 --- a/documentation/blog/2024-12-06-previewing-goose-v10-beta/index.md +++ b/documentation/blog/2024-12-06-previewing-goose-v10-beta/index.md @@ -27,7 +27,7 @@ Goose will remember previous interactions to better understand ongoing projects. ### 3. Improved Plugin System -In Goose v1.0, the Goose toolkit system is being replaced with Systems. Systems are modular daemons that Goose can interact with dynamically. As a result, Goose will be able to support more complex plugins and integrations. This will make it easier to extend Goose with new features and functionality. +In Goose v1.0, the Goose toolkit system is being replaced with Extensions. Extensions are modular daemons that Goose can interact with dynamically. As a result, Goose will be able to support more complex plugins and integrations. This will make it easier to extend Goose with new features and functionality. ### 4. Headless mode diff --git a/documentation/blog/2024-12-10-connecting-ai-agents-to-your-systems-with-mcp/index.md b/documentation/blog/2024-12-10-connecting-ai-agents-to-your-systems-with-mcp/index.md index d5389889a1..309b9356df 100644 --- a/documentation/blog/2024-12-10-connecting-ai-agents-to-your-systems-with-mcp/index.md +++ b/documentation/blog/2024-12-10-connecting-ai-agents-to-your-systems-with-mcp/index.md @@ -14,6 +14,7 @@ We're in the early days of a new era in tech, one where companies are innovating + ### The MCP Open Standard Anthropic is leading the charge with the [Model Context Protocol (MCP)](https://modelcontextprotocol.io), an open standard that enables large language model (LLM) applications to connect with external systems, providing the necessary context for more informed and relevant AI interactions. diff --git a/documentation/blog/2024-12-11-resolving-ci-issues-with-goose-a-practical-walkthrough/index.md b/documentation/blog/2024-12-11-resolving-ci-issues-with-goose-a-practical-walkthrough/index.md index 655a5d0f91..bcadb38e9d 100644 --- a/documentation/blog/2024-12-11-resolving-ci-issues-with-goose-a-practical-walkthrough/index.md +++ b/documentation/blog/2024-12-11-resolving-ci-issues-with-goose-a-practical-walkthrough/index.md @@ -9,10 +9,14 @@ authors: ![CI](goose-github-ci.png) -Running into Continuous Integration (CI) failures in pull requests can be quite frustrating but they happen very often. In this post, we leverage the GitHub CLI (`gh`) using Goose to simplify your CI debugging process, fetch detailed information about failed CI runs & annotations directly from GitHub, and even apply fixes directly. +Running into Continuous Integration (CI) failures in pull requests can be quite frustrating but they happen very often. In this post, we leverage the GitHub CLI (`gh`) using Goose to simplify your CI debugging process, fetch detailed information about failed CI runs and annotations directly from GitHub, and even apply fixes directly. +:::warning Goose Beta Version +This post was written about a beta version of Goose and the commands and flow may have changed. +::: + ## Getting Started