Skip to content

Comments

Blog/goose v1 25 0 release#7433

Merged
debs-obrien merged 11 commits intomainfrom
blog/goose-v1-25-0-release
Feb 23, 2026
Merged

Blog/goose v1 25 0 release#7433
debs-obrien merged 11 commits intomainfrom
blog/goose-v1-25-0-release

Conversation

@debs-obrien
Copy link
Contributor

Summary

Adds a release blog post for goose v1.25.0 covering the key highlights: macOS sandboxing, unified summon extension, MCP Apps UI integration, recipe GUI editing, agentic CLI provider upgrades, streaming markdown in the CLI, and SLSA build provenance.

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

AI Assistance

  • This PR was created or reviewed with AI assistance

Testing

  • Verified blog post renders correctly via local Docusaurus preview (npm start)
  • Confirmed banner image displays at correct 1200×600 dimensions
  • Confirmed all internal doc links resolve to valid pages
  • Verified og:image and twitter:image URLs obtained from local preview

Related Issues

Relates to goose v1.25.0 release

Screenshots/Demos (for UX changes)

N/A - blog post only

Copilot AI review requested due to automatic review settings February 23, 2026 15:37
@debs-obrien debs-obrien requested a review from a team as a code owner February 23, 2026 15:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a release blog post for goose v1.25.0, highlighting seven major features: macOS sandboxing, unified summon extension (replacing separate skills and subagent systems), MCP Apps UI integration, recipe GUI editing, agentic CLI provider upgrades, streaming markdown in the CLI, and SLSA build provenance. The PR also updates a link in the skills detail page from the deprecated skills-mcp documentation to the new summon-mcp documentation, reflecting the architectural unification described in the blog post.

Changes:

  • New blog post announcing goose v1.25.0 with comprehensive feature descriptions and examples
  • New banner image for the blog post (1200×600 PNG)
  • Updated link in skills detail page from deprecated skills-mcp to summon-mcp extension

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
documentation/blog/2026-02-23-goose-v1-25-0/index.md New release blog post covering v1.25.0 features with proper formatting, lowercase "goose" naming, valid internal links, and appropriate meta tags
documentation/blog/2026-02-23-goose-v1-25-0/banner.png Banner image for the blog post at correct 1200×600 dimensions
documentation/src/pages/skills/detail.tsx Updated link from deprecated skills-mcp to new summon-mcp extension, consistent with v1.25.0 unification

@github-actions
Copy link
Contributor

github-actions bot commented Feb 23, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-02-23 21:27 UTC

@blackgirlbytes
Copy link
Contributor

Might be beneficial to embed the video that you're generating..if you're still doing that!

Copilot AI review requested due to automatic review settings February 23, 2026 15:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

- debbie
---

![blog banner](banner.png)
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The banner image alt text is too generic ("blog banner"), which isn't helpful for screen readers; use a descriptive alt text that conveys the banner's content or make it decorative with empty alt text if it adds no information.

Suggested change
![blog banner](banner.png)
![Banner image for the goose v1.25.0 release blog post](banner.png)

Copilot uses AI. Check for mistakes.
<meta property="og:description" content="goose v1.25.0 brings macOS sandboxing, a unified summon extension, rich MCP app UIs, agentic CLI upgrades, and SLSA build provenance." />
<meta property="og:image" content="https://block.github.io/goose/assets/images/banner-7288f9dab6214bbe6baef00cda590d27.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="block.github.io" />
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The social meta tag twitter:domain doesn't follow the blog authoring guide (it should be block.github.io/goose per documentation/blog/README.md); update it to match the documented convention to avoid inconsistent Twitter card metadata.

Suggested change
<meta property="twitter:domain" content="block.github.io" />
<meta property="twitter:domain" content="block.github.io/goose" />

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this gets fixed, let me know..and I can approve.

Copilot AI review requested due to automatic review settings February 23, 2026 18:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings February 23, 2026 20:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.

@debs-obrien debs-obrien added this pull request to the merge queue Feb 23, 2026
Merged via the queue into main with commit 0cd175a Feb 23, 2026
23 checks passed
@debs-obrien debs-obrien deleted the blog/goose-v1-25-0-release branch February 23, 2026 21:25
michaelneale added a commit that referenced this pull request Feb 23, 2026
…xt-edit

* origin/main: (35 commits)
  docs: generate manpages (#7443)
  Blog/goose v1 25 0 release (#7433)
  fix: detect truncated LLM responses in apps extension (#7354)
  fix: removed unnecessary version for goose acp macro dependency (#7428)
  add flag to hide select voice providers (#7406)
  New navigation settings layout options and styling (#6645)
  refactor: MCP-compliant theme tokens and CSS class rename (#7275)
  Redirect llama.cpp logs through tracing to avoid polluting CLI stdout/stderr (#7434)
  refactor: change open recipe in new window to pass recipe id (#7392)
  fix: handle truncated tool calls that break conversation alternation (#7424)
  streamline some github actions (#7430)
  Enable bedrock prompt cache (#6710)
  fix: use BEGIN IMMEDIATE to prevent SQLite deadlocks (#7429)
  Display working dir (#7419)
  dev: add cmake to hermitized env (#7399)
  refactor: remove allows_unlisted_models flag, always allow custom model entry (#7255)
  feat: expose context window utilization to agent via MOIM (#7418)
  Small model naming (#7394)
  chore(deps): bump ajv in /documentation (#7416)
  doc: groq models (#7404)
  ...
lifeizhou-ap added a commit that referenced this pull request Feb 24, 2026
* main:
  Simplified custom model flow with canonical models (#6934)
  feat: simplify the text editor to be more like pi (#7426)
  docs: add YouTube short embed to Neighborhood extension tutorial (#7456)
  fix: flake.nix build failure and deprecation warning (#7408)
  feat(claude-code): add permission prompt routing for approve mode (#7420)
  docs: generate manpages (#7443)
  Blog/goose v1 25 0 release (#7433)
  fix: detect truncated LLM responses in apps extension (#7354)
  fix: removed unnecessary version for goose acp macro dependency (#7428)
  add flag to hide select voice providers (#7406)
  New navigation settings layout options and styling (#6645)
  refactor: MCP-compliant theme tokens and CSS class rename (#7275)
  Redirect llama.cpp logs through tracing to avoid polluting CLI stdout/stderr (#7434)
  refactor: change open recipe in new window to pass recipe id (#7392)
  fix: handle truncated tool calls that break conversation alternation (#7424)
  streamline some github actions (#7430)
  Enable bedrock prompt cache (#6710)
  fix: use BEGIN IMMEDIATE to prevent SQLite deadlocks (#7429)
  Display working dir (#7419)
lifeizhou-ap added a commit that referenced this pull request Feb 24, 2026
* main: (171 commits)
  fix: TLDR CLI tab in Neighborhood MCP docs (#7461)
  fix(summon): restore skill supporting files and directory path in load output (#7457)
  Simplified custom model flow with canonical models (#6934)
  feat: simplify the text editor to be more like pi (#7426)
  docs: add YouTube short embed to Neighborhood extension tutorial (#7456)
  fix: flake.nix build failure and deprecation warning (#7408)
  feat(claude-code): add permission prompt routing for approve mode (#7420)
  docs: generate manpages (#7443)
  Blog/goose v1 25 0 release (#7433)
  fix: detect truncated LLM responses in apps extension (#7354)
  fix: removed unnecessary version for goose acp macro dependency (#7428)
  add flag to hide select voice providers (#7406)
  New navigation settings layout options and styling (#6645)
  refactor: MCP-compliant theme tokens and CSS class rename (#7275)
  Redirect llama.cpp logs through tracing to avoid polluting CLI stdout/stderr (#7434)
  refactor: change open recipe in new window to pass recipe id (#7392)
  fix: handle truncated tool calls that break conversation alternation (#7424)
  streamline some github actions (#7430)
  Enable bedrock prompt cache (#6710)
  fix: use BEGIN IMMEDIATE to prevent SQLite deadlocks (#7429)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants