Skip to content

lifeizhou-ap/goose-vscode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Extension for goose

This runs goose in your VS Code instance every time you open it, and lets you interact with goose either directly, or you can highlight sections of code, ask questions about it, or even ask it to change the code or do work with it.

Important

This requires that you have goose installed and running for this to work. This is a work in progress as we explore what modalities we want from goose an an IDE. Use with caution.

Table of Contents

In Action

action1

action2 action3

Can ask it to enhance code, can run commands, take action, test and more:

action4

Running from Source

Open this repo via code . and then press F5 to run a new workspace with this in it.

Installation into VS Code from Source

Packaging the Extension

To package the extension, run the following command:

npm install 
npm run package

This will create a .vsix file in the root directory of the project.

Installing the Extension

To install the packaged extension, use the following command:

code --install-extension goose-vscode-1.0.0.vsix

Uninstalling the Extension

To uninstall the extension, use the following command:

code --uninstall-extension block.goose-vscode

About

VS Code extension for the goose developer agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%