@bonginkan/maria 3.1.6 → 3.1.7
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/bin/maria.cjs +16 -4
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +11 -1
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
package/dist/bin/maria.cjs
CHANGED
|
@@ -30412,7 +30412,7 @@ function createCLI() {
|
|
|
30412
30412
|
});
|
|
30413
30413
|
return program2;
|
|
30414
30414
|
}
|
|
30415
|
-
var import_commander, import_chalk18, readline, import_node_process, packageJson2, conversationPersistence, chatContext, aiResponseService, slashCommandHandler, sessionMemory, program;
|
|
30415
|
+
var import_commander, import_chalk18, readline, import_node_process, import_fs5, import_path4, import_url, packageJson2, conversationPersistence, chatContext, aiResponseService, slashCommandHandler, sessionMemory, program;
|
|
30416
30416
|
var init_cli = __esm({
|
|
30417
30417
|
"src/cli.ts"() {
|
|
30418
30418
|
import_commander = require("commander");
|
|
@@ -30423,7 +30423,19 @@ var init_cli = __esm({
|
|
|
30423
30423
|
init_chat_context_fixed_service();
|
|
30424
30424
|
init_ai_response_service();
|
|
30425
30425
|
init_slash_command_handler();
|
|
30426
|
-
|
|
30426
|
+
import_fs5 = require("fs");
|
|
30427
|
+
import_path4 = require("path");
|
|
30428
|
+
import_url = require("url");
|
|
30429
|
+
packageJson2 = { version: "3.1.7" };
|
|
30430
|
+
try {
|
|
30431
|
+
const packagePath = (0, import_path4.join)(process.cwd(), "package.json");
|
|
30432
|
+
const pkgContent = (0, import_fs5.readFileSync)(packagePath, "utf8");
|
|
30433
|
+
const pkg2 = JSON.parse(pkgContent);
|
|
30434
|
+
if (pkg2.version) {
|
|
30435
|
+
packageJson2.version = pkg2.version;
|
|
30436
|
+
}
|
|
30437
|
+
} catch {
|
|
30438
|
+
}
|
|
30427
30439
|
sessionMemory = [];
|
|
30428
30440
|
program = createCLI();
|
|
30429
30441
|
program.parse(process.argv);
|
|
@@ -40370,8 +40382,8 @@ var init_package = __esm({
|
|
|
40370
40382
|
"package.json"() {
|
|
40371
40383
|
package_default = {
|
|
40372
40384
|
name: "@bonginkan/maria",
|
|
40373
|
-
version: "3.1.
|
|
40374
|
-
description: "\u{1F4CA} MARIA v3.1.
|
|
40385
|
+
version: "3.1.7",
|
|
40386
|
+
description: "\u{1F4CA} MARIA v3.1.7 - Advanced Telemetry & Analytics. Enterprise AI platform with ML-powered monitoring, predictive analytics, and real-time insights.",
|
|
40375
40387
|
keywords: [
|
|
40376
40388
|
"ai",
|
|
40377
40389
|
"cli",
|