From b47b4ca7b72c0c6f3100ad48d0b37892748c9390 Mon Sep 17 00:00:00 2001 From: Raphael MANSUY Date: Mon, 26 Aug 2024 12:31:25 +0800 Subject: [PATCH] 1.8.6 --- packages/qllm-cli/package.json | 6 ++++-- packages/qllm-cli/src/qllm.ts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/qllm-cli/package.json b/packages/qllm-cli/package.json index 349623a..e50e6da 100644 --- a/packages/qllm-cli/package.json +++ b/packages/qllm-cli/package.json @@ -1,6 +1,6 @@ { "name": "qllm", - "version": "1.8.5", + "version": "1.8.6", "description": "QLLM CLI: A versatile CLI tool for interacting with multiple AI/LLM providers. Features include chat sessions, one-time queries, image handling, and conversation management. Streamlines AI development with easy provider/model switching and configuration.", "keywords": [ "ai", @@ -79,6 +79,8 @@ "overrides": { "glob": "^9.0.0", "rimraf": "^5.0.0", - "@npmcli/move-file": "npm:@npmcli/fs@latest" + "@npmcli/move-file": "npm:@npmcli/fs@latest", + "are-we-there-yet": "latest", + "gauge": "latest" } } diff --git a/packages/qllm-cli/src/qllm.ts b/packages/qllm-cli/src/qllm.ts index 28dd725..636e624 100755 --- a/packages/qllm-cli/src/qllm.ts +++ b/packages/qllm-cli/src/qllm.ts @@ -7,7 +7,7 @@ import { chatCommand } from "./commands/chat-command"; import { CliConfigManager } from "./utils/cli-config-manager"; import { configureCommand } from "./commands/configure-command"; -const VERSION = "1.8.2"; +const VERSION = "1.8.6"; export async function main() { try {