@majkapp/majk-chat-cli 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -63,7 +63,7 @@ const program = new commander_1.Command();
|
|
|
63
63
|
program
|
|
64
64
|
.name('majk-chat')
|
|
65
65
|
.description('CLI for multi-provider LLM chat interactions')
|
|
66
|
-
.version('1.0.
|
|
66
|
+
.version('1.0.9');
|
|
67
67
|
// Add credential options helper function
|
|
68
68
|
function addCredentialOptions(command) {
|
|
69
69
|
return command
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@majkapp/majk-chat-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "CLI for multi-provider LLM chat interactions",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"author": "Jules White",
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@majkapp/majk-chat-basic-tools": "1.0.
|
|
34
|
-
"@majkapp/majk-chat-core": "1.0.
|
|
35
|
-
"@majkapp/majk-chat-mcp": "1.0.
|
|
36
|
-
"@majkapp/majk-chat-sessions": "1.0.
|
|
33
|
+
"@majkapp/majk-chat-basic-tools": "1.0.9",
|
|
34
|
+
"@majkapp/majk-chat-core": "1.0.9",
|
|
35
|
+
"@majkapp/majk-chat-mcp": "1.0.9",
|
|
36
|
+
"@majkapp/majk-chat-sessions": "1.0.9",
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"commander": "^12.0.0",
|
|
39
39
|
"dotenv": "^16.4.0",
|