From 25cf8d2d099f2ce148b1936fbe470ba48afb1e83 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Thu, 29 Aug 2024 11:12:12 +1000 Subject: [PATCH] link to vs code extension (#20) --- 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