Skip to content

Conversation

@dianed-square
Copy link
Contributor

@dianed-square dianed-square commented Dec 24, 2025

Summary

This PR documents the goose for VS Code extension which now uses ACP.

Documentation updates:

  • documentation/docs/experimental/index.md:
    • Add card
  • documentation/docs/experimental/vs-code-extension.md:
    • Mention ACP
    • Update features and usage info
  • documentation/docs/guides/acp-clients.md:
    • Add tip with link to extension topic and repo
    • Update goose CLI prerequisite from 1.14.2 to 1.16.0 for session persistence support
  • documentation/docs/experimental/ollama.md:
    • Add warning for consistency

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

Manual testing


Copilot AI review requested due to automatic review settings December 24, 2025 01:33
@dianed-square dianed-square requested a review from a team as a code owner December 24, 2025 01:33
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 documents the goose for VS Code extension, which now uses the Agent Client Protocol (ACP) to communicate with goose. The documentation is updated across multiple files to reflect the new architecture and capabilities.

Key changes:

  • Adds comprehensive documentation for the VS Code extension with installation steps, context-sharing features, and usage examples
  • Updates version requirements from 1.14.2 to 1.16.0 to support session persistence
  • Adds cross-references between ACP client documentation and the VS Code extension
  • Adds consistency with experimental feature warnings

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
documentation/docs/experimental/vs-code-extension.md Complete rewrite to document ACP-based extension with installation, context sharing, and feature descriptions
documentation/docs/guides/acp-clients.md Updates session persistence info, adds VS Code extension reference tip, and updates minimum version requirement
documentation/docs/experimental/ollama.md Adds experimental feature warning for consistency with other experimental features
documentation/docs/experimental/index.md Adds card linking to the new VS Code extension documentation

Copilot AI review requested due to automatic review settings December 24, 2025 01:37
@github-actions
Copy link
Contributor

github-actions bot commented Dec 24, 2025

PR Preview Action v1.6.3

🚀 View preview at
https://block.github.io/goose/pr-preview/pr-6262/

Built to branch gh-pages at 2025-12-29 17:03 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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 4 out of 4 changed files in this pull request and generated no new comments.

- macOS: `Cmd+Shift+X`
- Windows/Linux: `Ctrl+Shift+X`
- Or use: View → Extensions
3. Search for `VS Code goose`
Copy link
Collaborator

Choose a reason for hiding this comment

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

is there a link? i cant find the new one when i search. also anyone can make an extension so we want to be sure to point them to the right one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The link is on line 24. Hmm, searching with "VS Code goose" worked for me and showed version 0.2.1 updated 2 days ago

Copy link
Collaborator

Choose a reason for hiding this comment

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

i see it. but still people can spoof. since we have the link, can we get rid of the Search instructions?

Image

Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. Go to Visual Studio Marketplace
  2. Click Install
  3. On the popup window, click Open Visual Studio Code
  4. In Visual Studio Code, click Install

Copy link

@vinayakkulkarni vinayakkulkarni left a comment

Choose a reason for hiding this comment

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

18:19:31.344 [INFO] Goose extension activating...
18:19:31.345 [INFO] Found goose binary at: /Applications/Goose.app/Contents/MacOS/goose
18:19:36.351 [ERROR] Goose version check failed: detected unknown, requires 1.16.0
18:19:36.351 [INFO] Goose extension activated (version incompatible - version check blocked).

Why is it fixed to v1.16.0, shouldn't it always be latest instead?

@blackgirlbytes
Copy link
Contributor


18:19:31.344 [INFO] Goose extension activating...

18:19:31.345 [INFO] Found goose binary at: /Applications/Goose.app/Contents/MacOS/goose

18:19:36.351 [ERROR] Goose version check failed: detected unknown, requires 1.16.0

18:19:36.351 [INFO] Goose extension activated (version incompatible - version check blocked).

Why is it fixed to v1.16.0, shouldn't it always be latest instead?

Good observation. We can look through the code and perhaps open a PR so that it points to latest https://github.com/block/vscode-goose

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.

5 participants