diff options
| author | Shreya Keshive <[email protected]> | 2025-07-23 20:08:25 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-24 00:08:25 +0000 |
| commit | 107ce8afa33530dcf3ba13991caeb5f63e335745 (patch) | |
| tree | 797293457e9d337d3e14243e25be87636b4a9371 /packages/vscode-ide-companion/package.json | |
| parent | e9e2f5514465d596032eed41572f13db3268a81b (diff) | |
Polish companion extension README and package.json file ahead of publishing (#4729)
Diffstat (limited to 'packages/vscode-ide-companion/package.json')
| -rw-r--r-- | packages/vscode-ide-companion/package.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/packages/vscode-ide-companion/package.json b/packages/vscode-ide-companion/package.json index 7e23842e..913e0c9c 100644 --- a/packages/vscode-ide-companion/package.json +++ b/packages/vscode-ide-companion/package.json @@ -1,8 +1,8 @@ { "name": "gemini-cli-vscode-ide-companion", - "displayName": "Gemini CLI VSCode IDE Companion", - "description": "", - "version": "0.1.13", + "displayName": "Gemini CLI Companion", + "description": "Enable Gemini CLI with direct access to your VS Code workspace.", + "version": "99.99.99", "publisher": "google", "icon": "assets/icon.png", "repository": { @@ -13,8 +13,19 @@ "engines": { "vscode": "^1.101.0" }, + "license": "LICENSE", + "preview": true, "categories": [ - "Other" + "AI" + ], + "keywords": [ + "gemini-cli", + "gemini cli", + "gemini", + "gemini code", + "cli", + "ide integration", + "ide companion" ], "activationEvents": [ "onStartupFinished" |
