@bonginkan/maria 4.2.13 → 4.2.15

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # MARIA - AI Development Platform v4.2.13
1
+ # MARIA - AI Development Platform v4.2.15
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@bonginkan/maria.svg)](https://www.npmjs.com/package/@bonginkan/maria)
4
4
  [![License](https://img.shields.io/badge/license-Multi--tier-blue.svg)](LICENSE)
@@ -10,7 +10,7 @@
10
10
 
11
11
  > **Enterprise-grade AI development platform with 100% command availability and comprehensive fallback support**
12
12
 
13
- ## 🚀 What's New in v4.2.13 (September 3, 2025)
13
+ ## 🚀 What's New in v4.2.15 (September 3, 2025)
14
14
 
15
15
  ### 🏗️ Build Status - All Systems Operational ✅
16
16
  - **CLI NPM Package**: ESM + CJS builds successful (2.02MB/1.16MB)
@@ -735,10 +735,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
735
735
  ### Quick Installation
736
736
  ```bash
737
737
  # Install globally (recommended)
738
- npm install -g @bonginkan/maria@4.2.13
738
+ npm install -g @bonginkan/maria@4.2.15
739
739
 
740
740
  # Verify installation
741
- maria --version # Should show v4.2.13
741
+ maria --version # Should show v4.2.15
742
742
 
743
743
  # Initialize with authentication
744
744
  maria /login # Setup OAuth2.0 + PKCE authentication
@@ -939,7 +939,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
939
939
 
940
940
  *MARIA v4.1.4 represents the pinnacle of multimodal AI development platform evolution - combining revolutionary voice-to-code capabilities, advanced memory systems, and comprehensive command ecosystems with enterprise-grade security and performance. This release establishes MARIA as the definitive choice for developers and Fortune 500 enterprises seeking intelligent, multimodal development experiences with GraphRAG intelligence, multilingual support, and zero-anxiety coding workflows.*
941
941
 
942
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.13`
942
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.15`
943
943
 
944
944
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
945
945
  💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2025-09-04T07:10:40.845Z",
3
+ "generatedAt": "2025-09-05T02:20:09.073Z",
4
4
  "totalCommands": 76,
5
5
  "readyCount": 74,
6
6
  "partialCount": 1,
@@ -146,6 +146,13 @@
146
146
  "depsAvailable": true,
147
147
  "description": "Multilingual operations and translation"
148
148
  },
149
+ "learning/l2r": {
150
+ "status": "READY",
151
+ "hasExecute": true,
152
+ "hasMetadata": true,
153
+ "depsAvailable": true,
154
+ "description": "Learning-to-Rank machine learning system"
155
+ },
149
156
  "memory/remember": {
150
157
  "status": "READY",
151
158
  "hasExecute": true,
@@ -174,13 +181,6 @@
174
181
  "depsAvailable": true,
175
182
  "description": "Delete stored memories"
176
183
  },
177
- "learning/l2r": {
178
- "status": "READY",
179
- "hasExecute": true,
180
- "hasMetadata": true,
181
- "depsAvailable": true,
182
- "description": "Learning-to-Rank machine learning system"
183
- },
184
184
  "intelligence/quality-gate": {
185
185
  "status": "READY",
186
186
  "hasExecute": true,
@@ -356,19 +356,19 @@
356
356
  "depsAvailable": true,
357
357
  "description": "About MARIA - version, features, and credits"
358
358
  },
359
- "conversation/clear": {
359
+ "configuration/setup": {
360
360
  "status": "READY",
361
361
  "hasExecute": true,
362
362
  "hasMetadata": true,
363
363
  "depsAvailable": true,
364
- "description": "Clear conversation history"
364
+ "description": "First-time environment setup wizard"
365
365
  },
366
- "configuration/setup": {
366
+ "conversation/clear": {
367
367
  "status": "READY",
368
368
  "hasExecute": true,
369
369
  "hasMetadata": true,
370
370
  "depsAvailable": true,
371
- "description": "First-time environment setup wizard"
371
+ "description": "Clear conversation history"
372
372
  },
373
373
  "code/mm": {
374
374
  "status": "READY",
@@ -497,19 +497,19 @@
497
497
  "depsAvailable": true,
498
498
  "description": "Advanced memory service operations"
499
499
  },
500
- "configuration/hooks": {
500
+ "core/enhanced-help": {
501
501
  "status": "READY",
502
502
  "hasExecute": true,
503
503
  "hasMetadata": true,
504
504
  "depsAvailable": true,
505
- "description": "Configure and manage command hooks"
505
+ "description": "Advanced help system with interactive features"
506
506
  },
507
- "core/enhanced-help": {
507
+ "configuration/hooks": {
508
508
  "status": "READY",
509
509
  "hasExecute": true,
510
510
  "hasMetadata": true,
511
511
  "depsAvailable": true,
512
- "description": "Advanced help system with interactive features"
512
+ "description": "Configure and manage command hooks"
513
513
  },
514
514
  "business/analytics": {
515
515
  "status": "READY",
@@ -8316,10 +8316,10 @@ var init_llm_health_checker = __esm({
8316
8316
  }
8317
8317
  async startLMStudio() {
8318
8318
  try {
8319
- const { spawn } = await import("child_process");
8319
+ const { spawn: spawn2 } = await import("child_process");
8320
8320
  const _lmsPath = "/Users/bongin_max/.lmstudio/bin/lms";
8321
8321
  return new Promise((resolve4) => {
8322
- const _child = spawn(_lmsPath, ["server", "start"], {
8322
+ const _child = spawn2(_lmsPath, ["server", "start"], {
8323
8323
  stdio: "ignore",
8324
8324
  detached: true
8325
8325
  });
@@ -21942,8 +21942,8 @@ var init_package = __esm({
21942
21942
  "package.json"() {
21943
21943
  package_default = {
21944
21944
  name: "@bonginkan/maria",
21945
- version: "4.2.13",
21946
- description: "\u{1F680} MARIA v4.2.13 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
21945
+ version: "4.2.15",
21946
+ description: "\u{1F680} MARIA v4.2.15 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
21947
21947
  keywords: [
21948
21948
  "ai",
21949
21949
  "cli",
@@ -23111,8 +23111,45 @@ var init_AuthSecretManager = __esm({
23111
23111
  }
23112
23112
  });
23113
23113
 
23114
+ // src/utils/open-url.ts
23115
+ async function openUrl(url) {
23116
+ if (process.env.CI === "true" || process.env.SSH_CONNECTION || process.env.CONTAINER === "true") {
23117
+ throw new Error("Headless environment");
23118
+ }
23119
+ const platform3 = process.platform;
23120
+ if (platform3 === "win32") {
23121
+ await execDetached("cmd", ["/c", "start", "", url.replace(/&/g, "^&")]);
23122
+ return;
23123
+ }
23124
+ if (platform3 === "darwin") {
23125
+ await execDetached("open", [url]);
23126
+ return;
23127
+ }
23128
+ if (!process.env.DISPLAY) {
23129
+ throw new Error("No DISPLAY");
23130
+ }
23131
+ await execDetached("xdg-open", [url]);
23132
+ }
23133
+ function execDetached(command, args) {
23134
+ return new Promise((resolve4, reject) => {
23135
+ const child2 = (0, import_child_process.spawn)(command, args, {
23136
+ stdio: "ignore",
23137
+ detached: true
23138
+ });
23139
+ child2.on("error", reject);
23140
+ child2.unref();
23141
+ resolve4();
23142
+ });
23143
+ }
23144
+ var import_child_process;
23145
+ var init_open_url = __esm({
23146
+ "src/utils/open-url.ts"() {
23147
+ import_child_process = require("child_process");
23148
+ }
23149
+ });
23150
+
23114
23151
  // src/services/cli-auth/AuthenticationManager.ts
23115
- var import_crypto4, import_http, import_url, import_open, AuthenticationManager, authManager;
23152
+ var import_crypto4, import_http, import_url, AuthenticationManager, authManager;
23116
23153
  var init_AuthenticationManager = __esm({
23117
23154
  "src/services/cli-auth/AuthenticationManager.ts"() {
23118
23155
  init_types();
@@ -23121,7 +23158,7 @@ var init_AuthenticationManager = __esm({
23121
23158
  import_crypto4 = __toESM(require("crypto"), 1);
23122
23159
  import_http = require("http");
23123
23160
  import_url = require("url");
23124
- import_open = __toESM(require("open"), 1);
23161
+ init_open_url();
23125
23162
  AuthenticationManager = class {
23126
23163
  tokenStorage;
23127
23164
  secretManager;
@@ -23444,7 +23481,7 @@ var init_AuthenticationManager = __esm({
23444
23481
  const authUrl = this.buildAuthUrl(pkceParams, redirectUri);
23445
23482
  console.log("\u{1F4F1} Opening browser for authentication...");
23446
23483
  try {
23447
- await (0, import_open.default)(authUrl);
23484
+ await openUrl(authUrl);
23448
23485
  } catch (error2) {
23449
23486
  server.close();
23450
23487
  console.error("Failed to open browser for authentication:", error2);
@@ -33561,8 +33598,8 @@ function createCLI() {
33561
33598
  console.log(import_chalk19.default.green("\u{1F680} Starting MARIA server mode..."));
33562
33599
  try {
33563
33600
  const serverPath = path13.join(process.cwd(), "server.mjs");
33564
- const { spawn } = await import("child_process");
33565
- const serverProcess = spawn("node", [serverPath], {
33601
+ const { spawn: spawn2 } = await import("child_process");
33602
+ const serverProcess = spawn2("node", [serverPath], {
33566
33603
  stdio: "inherit",
33567
33604
  env: process.env
33568
33605
  });