Skip to content

Commit

Permalink
Merge pull request #41 from CommandAI/pre-release
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
rootedbox authored Jul 13, 2024
2 parents f0a8d72 + c8f6457 commit 8a0d967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion aiq.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async function generateQuery(command, client, dbAdapter) {
if (USE_PROMPT) { spinner = ora(gradient.cristal("Thinking...")).start(); }
const queryString = await client.generateQuery(command, dbAdapter);
if (USE_PROMPT) { spinner.succeed(gradient.cristal("Query generated.")); }
consoleLog(queryString);

const queryObject = JSON.parse(queryString);
return queryObject;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "command-ai",
"version": "0.28.0",
"version": "0.29.0",
"description": "Command AI",
"main": "ai.js",
"type": "module",
Expand Down

0 comments on commit 8a0d967

Please sign in to comment.