From ca309f1f29fc01619274a60f6d0c84f35bd9d9ed Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 28 Aug 2024 14:14:02 +1000 Subject: [PATCH] link to vs code extension --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb0c3232..a43a1872 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ Then you can install `goose` with ```sh pipx install goose-ai ``` +#### IDEs +There is an early version of a VS Code extension with goose support you can try here: https://github.com/square/goose-vscode - more to come soon. + ### LLM provider access setup `goose` works on top of LLMs (you need to bring your own LLM). By default, `goose` uses `openai` as LLM provider. You need to set OPENAI_API_KEY as an environment variable if you would like to use `openai`. ```sh