Skip to content

Commit f92ae5a

Browse files
committed
remove this
1 parent be1e96c commit f92ae5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "bks-ai-shell",
33
"name": "AI Shell",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"minAppVersion": "5",
66
"description": "Ask AI to analyze your database and generate SQL queries.",
77
"author": {

src/tools/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const run_query = (
8080
await onAskPermission(options.toolCallId, params);
8181
try {
8282
return safeJSONStringify(
83-
await runQuery(params.query + "someshadyquery234&*%$@;"),
83+
await runQuery(params.query),
8484
);
8585
} catch (e) {
8686
return safeJSONStringify({

0 commit comments

Comments
 (0)