@bonginkan/maria 4.2.14 โ†’ 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.14
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.14 (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.14
738
+ npm install -g @bonginkan/maria@4.2.15
739
739
 
740
740
  # Verify installation
741
- maria --version # Should show v4.2.14
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.14`
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-04T09:31:30.371Z",
3
+ "generatedAt": "2025-09-05T02:20:09.073Z",
4
4
  "totalCommands": 76,
5
5
  "readyCount": 74,
6
6
  "partialCount": 1,
@@ -139,47 +139,47 @@
139
139
  "depsAvailable": true,
140
140
  "description": "AI-powered error analysis and solution system (Enhanced POC) - 80% accuracy, 100% safety"
141
141
  },
142
- "memory/remember": {
142
+ "multilingual/language": {
143
143
  "status": "READY",
144
144
  "hasExecute": true,
145
145
  "hasMetadata": true,
146
146
  "depsAvailable": true,
147
- "description": "Store information in memory"
147
+ "description": "Multilingual operations and translation"
148
148
  },
149
- "memory/recall": {
149
+ "learning/l2r": {
150
150
  "status": "READY",
151
151
  "hasExecute": true,
152
152
  "hasMetadata": true,
153
153
  "depsAvailable": true,
154
- "description": "Retrieve stored memories"
154
+ "description": "Learning-to-Rank machine learning system"
155
155
  },
156
- "memory/status": {
156
+ "memory/remember": {
157
157
  "status": "READY",
158
158
  "hasExecute": true,
159
159
  "hasMetadata": true,
160
160
  "depsAvailable": true,
161
- "description": "Show memory usage statistics and health"
161
+ "description": "Store information in memory"
162
162
  },
163
- "memory/forget": {
163
+ "memory/recall": {
164
164
  "status": "READY",
165
165
  "hasExecute": true,
166
166
  "hasMetadata": true,
167
167
  "depsAvailable": true,
168
- "description": "Delete stored memories"
168
+ "description": "Retrieve stored memories"
169
169
  },
170
- "multilingual/language": {
170
+ "memory/status": {
171
171
  "status": "READY",
172
172
  "hasExecute": true,
173
173
  "hasMetadata": true,
174
174
  "depsAvailable": true,
175
- "description": "Multilingual operations and translation"
175
+ "description": "Show memory usage statistics and health"
176
176
  },
177
- "learning/l2r": {
177
+ "memory/forget": {
178
178
  "status": "READY",
179
179
  "hasExecute": true,
180
180
  "hasMetadata": true,
181
181
  "depsAvailable": true,
182
- "description": "Learning-to-Rank machine learning system"
182
+ "description": "Delete stored memories"
183
183
  },
184
184
  "intelligence/quality-gate": {
185
185
  "status": "READY",
@@ -202,6 +202,13 @@
202
202
  "depsAvailable": true,
203
203
  "description": "Manage MARIA Intelligence canary deployments for zero-downtime releases"
204
204
  },
205
+ "graphrag/search": {
206
+ "status": "READY",
207
+ "hasExecute": true,
208
+ "hasMetadata": true,
209
+ "depsAvailable": true,
210
+ "description": "GraphRAG hybrid search engine"
211
+ },
205
212
  "evolution/quality": {
206
213
  "status": "READY",
207
214
  "hasExecute": true,
@@ -223,13 +230,6 @@
223
230
  "depsAvailable": true,
224
231
  "description": "๐Ÿงช Run statistical benchmarks and A/B tests for evolution system performance"
225
232
  },
226
- "graphrag/search": {
227
- "status": "READY",
228
- "hasExecute": true,
229
- "hasMetadata": true,
230
- "depsAvailable": true,
231
- "description": "GraphRAG hybrid search engine"
232
- },
233
233
  "evaluation/run": {
234
234
  "status": "READY",
235
235
  "hasExecute": true,
@@ -483,19 +483,19 @@
483
483
  "depsAvailable": true,
484
484
  "description": "Configuration management"
485
485
  },
486
- "memory/service": {
486
+ "monitoring/monitor": {
487
487
  "status": "READY",
488
488
  "hasExecute": true,
489
489
  "hasMetadata": true,
490
490
  "depsAvailable": true,
491
- "description": "Advanced memory service operations"
491
+ "description": "Real-time system monitoring dashboard"
492
492
  },
493
- "monitoring/monitor": {
493
+ "memory/service": {
494
494
  "status": "READY",
495
495
  "hasExecute": true,
496
496
  "hasMetadata": true,
497
497
  "depsAvailable": true,
498
- "description": "Real-time system monitoring dashboard"
498
+ "description": "Advanced memory service operations"
499
499
  },
500
500
  "core/enhanced-help": {
501
501
  "status": "READY",
@@ -511,6 +511,13 @@
511
511
  "depsAvailable": true,
512
512
  "description": "Configure and manage command hooks"
513
513
  },
514
+ "business/analytics": {
515
+ "status": "READY",
516
+ "hasExecute": true,
517
+ "hasMetadata": true,
518
+ "depsAvailable": true,
519
+ "description": "Business analytics and reporting"
520
+ },
514
521
  "auth/usage": {
515
522
  "status": "READY",
516
523
  "hasExecute": true,
@@ -531,13 +538,6 @@
531
538
  "hasMetadata": true,
532
539
  "depsAvailable": true,
533
540
  "description": "Sign out from MARIA"
534
- },
535
- "business/analytics": {
536
- "status": "READY",
537
- "hasExecute": true,
538
- "hasMetadata": true,
539
- "depsAvailable": true,
540
- "description": "Business analytics and reporting"
541
541
  }
542
542
  },
543
543
  "typoMappings": {
@@ -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.14",
21946
- description: "\u{1F680} MARIA v4.2.14 - 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
  });