diff --git a/package.json b/package.json index 7e16e12..91a1bc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goose-vscode", - "version": "0.0.12", + "version": "0.0.13", "publisher": "michaelneale", "icon": "goose-icon.png", "main": "./out/extension.js", @@ -13,7 +13,7 @@ "keywords": [], "author": "", "license": "Apache-2.0", - "description": "This is Goose is a programming agent that runs on your machine. Consider this extension experimental at this stage. You need goose-ai package installed for this to work. goose: https://github.com/square/goose", + "description": "This is a vscode extension for goose: a programming agent that runs on your machine. Consider this extension experimental at this stage. You need goose-ai package installed for this to work. https://github.com/block-open-source/goose", "devDependencies": { "@types/node": "^22.3.0", "@types/vscode": "^1.91.0", @@ -28,7 +28,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/square/goose-vscode" + "url": "https://github.com/block-open-source/goose" }, "activationEvents": [ "*"