We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1e96c commit f92ae5aCopy full SHA for f92ae5a
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "bks-ai-shell",
3
"name": "AI Shell",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"minAppVersion": "5",
6
"description": "Ask AI to analyze your database and generate SQL queries.",
7
"author": {
src/tools/index.ts
@@ -80,7 +80,7 @@ export const run_query = (
80
await onAskPermission(options.toolCallId, params);
81
try {
82
return safeJSONStringify(
83
- await runQuery(params.query + "someshadyquery234&*%$@;"),
+ await runQuery(params.query),
84
);
85
} catch (e) {
86
return safeJSONStringify({
0 commit comments