@bonginkan/maria 1.0.2 → 1.0.3

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 CHANGED
@@ -38,9 +38,9 @@ var import_commander = require("commander");
38
38
  var import_chalk = __toESM(require("chalk"));
39
39
  function createCLI() {
40
40
  const program = new import_commander.Command();
41
- program.name("maria").description("MARIA - Intelligent CLI Assistant with Multi-Model AI Support").version("1.0.2");
41
+ program.name("maria").description("MARIA - Intelligent CLI Assistant with Multi-Model AI Support").version("1.0.3");
42
42
  program.command("chat", { isDefault: true }).description("Start interactive chat session").option("--model <name>", "Specify AI model to use").option("--debug", "Enable debug output").action(async (options) => {
43
- console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.2"));
43
+ console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.3"));
44
44
  console.log(import_chalk.default.gray("Intelligent CLI Assistant with Multi-Model AI Support"));
45
45
  console.log("");
46
46
  if (options.debug) {
@@ -52,7 +52,7 @@ function createCLI() {
52
52
  await startInteractiveSession(options);
53
53
  });
54
54
  program.command("help").description("Show help information").action(() => {
55
- console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.2"));
55
+ console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.3"));
56
56
  console.log(import_chalk.default.gray("Intelligent CLI Assistant with Multi-Model AI Support"));
57
57
  console.log("");
58
58
  console.log(import_chalk.default.green("Available Commands:"));
package/dist/index.d.ts CHANGED
@@ -6,6 +6,6 @@ import 'commander';
6
6
  * Entry point for the OSS package
7
7
  */
8
8
 
9
- declare const VERSION = "1.0.2";
9
+ declare const VERSION = "1.0.3";
10
10
 
11
11
  export { VERSION };
package/dist/index.js CHANGED
@@ -40,9 +40,9 @@ var import_commander = require("commander");
40
40
  var import_chalk = __toESM(require("chalk"));
41
41
  function createCLI() {
42
42
  const program = new import_commander.Command();
43
- program.name("maria").description("MARIA - Intelligent CLI Assistant with Multi-Model AI Support").version("1.0.2");
43
+ program.name("maria").description("MARIA - Intelligent CLI Assistant with Multi-Model AI Support").version("1.0.3");
44
44
  program.command("chat", { isDefault: true }).description("Start interactive chat session").option("--model <name>", "Specify AI model to use").option("--debug", "Enable debug output").action(async (options) => {
45
- console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.2"));
45
+ console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.3"));
46
46
  console.log(import_chalk.default.gray("Intelligent CLI Assistant with Multi-Model AI Support"));
47
47
  console.log("");
48
48
  if (options.debug) {
@@ -54,7 +54,7 @@ function createCLI() {
54
54
  await startInteractiveSession(options);
55
55
  });
56
56
  program.command("help").description("Show help information").action(() => {
57
- console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.2"));
57
+ console.log(import_chalk.default.blue.bold("\u{1F916} MARIA CLI v1.0.3"));
58
58
  console.log(import_chalk.default.gray("Intelligent CLI Assistant with Multi-Model AI Support"));
59
59
  console.log("");
60
60
  console.log(import_chalk.default.green("Available Commands:"));
@@ -96,7 +96,7 @@ if (require.main === module) {
96
96
  }
97
97
 
98
98
  // src/index.ts
99
- var VERSION = "1.0.2";
99
+ var VERSION = "1.0.3";
100
100
  // Annotate the CommonJS export names for ESM import in node:
101
101
  0 && (module.exports = {
102
102
  VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonginkan/maria",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Intelligent CLI Assistant with Multi-Model AI Support - Zero Configuration, Privacy First",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,11 +38,13 @@
38
38
  "dist",
39
39
  "bin",
40
40
  "README.md",
41
- "LICENSE"
41
+ "LICENSE",
42
+ ".npmrc"
42
43
  ],
43
44
  "type": "commonjs",
44
45
  "engines": {
45
- "node": ">=18.0.0"
46
+ "node": ">=18.0.0 <25.0.0",
47
+ "npm": ">=8.0.0"
46
48
  },
47
49
  "scripts": {
48
50
  "build": "tsup",
@@ -62,61 +64,28 @@
62
64
  "release:beta": "pnpm publish --tag beta"
63
65
  },
64
66
  "dependencies": {
65
- "@anthropic-ai/sdk": "^0.20.0",
66
- "@google/generative-ai": "^0.1.0",
67
- "@langchain/core": "^0.1.0",
68
- "@sindresorhus/slugify": "^2.2.1",
69
- "chalk": "^5.3.0",
70
- "cli-progress": "^3.12.0",
71
- "commander": "^12.0.0",
72
- "console-table-printer": "^2.14.6",
73
- "dotenv": "^16.4.1",
74
- "figlet": "^1.7.0",
75
- "fs-extra": "^11.2.0",
76
- "gpt-3-encoder": "^1.1.4",
77
- "groq-sdk": "^0.3.0",
78
- "ink": "^4.4.1",
79
- "ink-select-input": "^5.0.0",
80
- "ink-spinner": "^4.0.3",
81
- "ink-text-input": "^5.0.1",
82
- "inquirer": "^12.0.0",
83
- "jsonwebtoken": "^9.0.2",
84
- "node-fetch": "^3.3.2",
85
- "openai": "^4.28.0",
86
- "ora": "^8.0.1",
87
- "p-limit": "^5.0.0",
88
- "prompts": "^2.4.2",
89
- "react": "^18.2.0",
90
- "strip-ansi": "^7.1.0",
91
- "uuid": "^9.0.1",
92
- "winston": "^3.11.0",
93
- "ws": "^8.16.0",
94
- "zod": "^3.22.4"
67
+ "chalk": "^5.5.0",
68
+ "commander": "^14.0.0"
95
69
  },
96
70
  "devDependencies": {
97
- "@types/cli-progress": "^3.11.5",
98
- "@types/figlet": "^1.5.8",
99
- "@types/fs-extra": "^11.0.4",
100
- "@types/inquirer": "^9.0.7",
101
- "@types/jsonwebtoken": "^9.0.5",
102
71
  "@types/node": "^20.11.0",
103
- "@types/react": "^18.2.48",
104
- "@types/uuid": "^9.0.8",
105
- "@types/ws": "^8.5.10",
106
- "@typescript-eslint/eslint-plugin": "^6.19.0",
107
- "@typescript-eslint/parser": "^6.19.0",
108
- "@vitest/coverage-v8": "^1.2.0",
109
- "eslint": "^8.56.0",
110
- "eslint-config-prettier": "^9.1.0",
111
- "eslint-plugin-prettier": "^5.1.3",
112
- "prettier": "^3.2.4",
113
72
  "tsup": "^8.0.1",
114
- "typescript": "^5.3.3",
115
- "vitest": "^1.2.0"
73
+ "typescript": "^5.3.3"
116
74
  },
117
75
  "publishConfig": {
118
76
  "access": "public",
119
77
  "registry": "https://registry.npmjs.org/"
120
78
  },
79
+ "funding": false,
80
+ "os": [
81
+ "darwin",
82
+ "linux",
83
+ "win32"
84
+ ],
85
+ "cpu": [
86
+ "x64",
87
+ "arm64"
88
+ ],
89
+ "preferGlobal": true,
121
90
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
122
91
  }