We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19db7c4 commit 9559125Copy full SHA for 9559125
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "bks-ai-shell",
3
"name": "AI Shell",
4
- "version": "3.0.3",
+ "version": "3.0.4",
5
"minAppVersion": "5.4.0",
6
"description": "Ask AI to analyze your database and generate SQL queries.",
7
"author": {
@@ -25,6 +25,7 @@
25
26
"command": "new-tab-dropdown-item",
27
"name": "Add AI Shell",
28
+ "description": "Open a new AI Shell tab.",
29
"view": "bks-ai-shell",
30
"placement": "newTabDropdown"
31
}
package.json
@@ -1,6 +1,6 @@
"name": "@beekeeperstudio/bks-ai-shell",
"description": "A Beekeeper Studio plugin for analyzing database and generate queries",
"license": "GPL-3.0",
"type": "module",
0 commit comments