@bonginkan/maria 4.2.9 → 4.2.10

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.9
1
+ # MARIA - AI Development Platform v4.2.10
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.9 (September 3, 2025)
13
+ ## 🚀 What's New in v4.2.10 (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)
@@ -707,10 +707,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
707
707
  ### Quick Installation
708
708
  ```bash
709
709
  # Install globally (recommended)
710
- npm install -g @bonginkan/maria@4.2.9
710
+ npm install -g @bonginkan/maria@4.2.10
711
711
 
712
712
  # Verify installation
713
- maria --version # Should show v4.2.9
713
+ maria --version # Should show v4.2.10
714
714
 
715
715
  # Initialize with authentication
716
716
  maria /login # Setup OAuth2.0 + PKCE authentication
@@ -911,7 +911,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
911
911
 
912
912
  *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.*
913
913
 
914
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.9`
914
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.10`
915
915
 
916
916
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
917
917
  💬 **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-04T02:21:07.489Z",
3
+ "generatedAt": "2025-09-04T04:59:03.918Z",
4
4
  "totalCommands": 76,
5
5
  "readyCount": 74,
6
6
  "partialCount": 1,
@@ -174,6 +174,13 @@
174
174
  "depsAvailable": true,
175
175
  "description": "Delete stored memories"
176
176
  },
177
+ "learning/l2r": {
178
+ "status": "READY",
179
+ "hasExecute": true,
180
+ "hasMetadata": true,
181
+ "depsAvailable": true,
182
+ "description": "Learning-to-Rank machine learning system"
183
+ },
177
184
  "intelligence/quality-gate": {
178
185
  "status": "READY",
179
186
  "hasExecute": true,
@@ -195,13 +202,6 @@
195
202
  "depsAvailable": true,
196
203
  "description": "Manage MARIA Intelligence canary deployments for zero-downtime releases"
197
204
  },
198
- "learning/l2r": {
199
- "status": "READY",
200
- "hasExecute": true,
201
- "hasMetadata": true,
202
- "depsAvailable": true,
203
- "description": "Learning-to-Rank machine learning system"
204
- },
205
205
  "graphrag/search": {
206
206
  "status": "READY",
207
207
  "hasExecute": true,
@@ -244,13 +244,6 @@
244
244
  "depsAvailable": true,
245
245
  "description": "Evaluate and test AI model performance"
246
246
  },
247
- "conversation/clear": {
248
- "status": "READY",
249
- "hasExecute": true,
250
- "hasMetadata": true,
251
- "depsAvailable": true,
252
- "description": "Clear conversation history"
253
- },
254
247
  "core/whoami": {
255
248
  "status": "READY",
256
249
  "hasExecute": true,
@@ -370,40 +363,47 @@
370
363
  "depsAvailable": true,
371
364
  "description": "First-time environment setup wizard"
372
365
  },
373
- "code/mm": {
366
+ "conversation/clear": {
374
367
  "status": "READY",
375
368
  "hasExecute": true,
376
369
  "hasMetadata": true,
377
370
  "depsAvailable": true,
378
- "description": "Multimodal code generation (image/voice to code)"
371
+ "description": "Clear conversation history"
379
372
  },
380
- "code/multimodal": {
373
+ "business/sales-dashboard": {
381
374
  "status": "READY",
382
375
  "hasExecute": true,
383
376
  "hasMetadata": true,
384
377
  "depsAvailable": true,
385
- "description": "Advanced multimodal AI operations"
378
+ "description": "Sales metrics and dashboard"
386
379
  },
387
- "code/code": {
380
+ "business/battlecard": {
388
381
  "status": "READY",
389
382
  "hasExecute": true,
390
383
  "hasMetadata": true,
391
384
  "depsAvailable": true,
392
- "description": "Generate code with AI assistance"
385
+ "description": "Competitive battlecard generator"
393
386
  },
394
- "business/sales-dashboard": {
387
+ "code/mm": {
395
388
  "status": "READY",
396
389
  "hasExecute": true,
397
390
  "hasMetadata": true,
398
391
  "depsAvailable": true,
399
- "description": "Sales metrics and dashboard"
392
+ "description": "Multimodal code generation (image/voice to code)"
400
393
  },
401
- "business/battlecard": {
394
+ "code/multimodal": {
402
395
  "status": "READY",
403
396
  "hasExecute": true,
404
397
  "hasMetadata": true,
405
398
  "depsAvailable": true,
406
- "description": "Competitive battlecard generator"
399
+ "description": "Advanced multimodal AI operations"
400
+ },
401
+ "code/code": {
402
+ "status": "READY",
403
+ "hasExecute": true,
404
+ "hasMetadata": true,
405
+ "depsAvailable": true,
406
+ "description": "Generate code with AI assistance"
407
407
  },
408
408
  "ai/gpu": {
409
409
  "status": "READY",
@@ -441,20 +441,6 @@
441
441
  "depsAvailable": true,
442
442
  "description": "AI-powered research and analysis"
443
443
  },
444
- "core/update": {
445
- "status": "READY",
446
- "hasExecute": true,
447
- "hasMetadata": true,
448
- "depsAvailable": true,
449
- "description": "Update project dependencies and configurations"
450
- },
451
- "core/exit": {
452
- "status": "READY",
453
- "hasExecute": true,
454
- "hasMetadata": true,
455
- "depsAvailable": true,
456
- "description": "Exit MARIA CLI"
457
- },
458
444
  "configuration/permissions": {
459
445
  "status": "READY",
460
446
  "hasExecute": true,
@@ -483,6 +469,20 @@
483
469
  "depsAvailable": true,
484
470
  "description": "Configuration management"
485
471
  },
472
+ "core/update": {
473
+ "status": "READY",
474
+ "hasExecute": true,
475
+ "hasMetadata": true,
476
+ "depsAvailable": true,
477
+ "description": "Update project dependencies and configurations"
478
+ },
479
+ "core/exit": {
480
+ "status": "READY",
481
+ "hasExecute": true,
482
+ "hasMetadata": true,
483
+ "depsAvailable": true,
484
+ "description": "Exit MARIA CLI"
485
+ },
486
486
  "monitoring/monitor": {
487
487
  "status": "READY",
488
488
  "hasExecute": true,
@@ -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",
@@ -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.9",
21946
- description: "\u{1F680} MARIA v4.2.9 - 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.10",
21946
+ description: "\u{1F680} MARIA v4.2.10 - 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",
@@ -23471,9 +23471,17 @@ var init_AuthenticationManager = __esm({
23471
23471
  if (!response2.ok) {
23472
23472
  throw new Error(`Device flow start failed: ${response2.statusText}`);
23473
23473
  }
23474
- const deviceResponse = await response2.json();
23474
+ const raw = await response2.json();
23475
+ const deviceResponse = {
23476
+ verificationUri: raw.verification_uri || raw.verificationUri || "https://auth.maria-code.ai/device",
23477
+ userCode: raw.user_code || raw.userCode || "",
23478
+ deviceCode: raw.device_code || raw.deviceCode || "",
23479
+ interval: (typeof raw.interval === "number" ? raw.interval : parseInt(String(raw.interval || 5), 10)) || 5,
23480
+ expiresIn: (typeof raw.expires_in === "number" ? raw.expires_in : parseInt(String(raw.expires_in || raw.expiresIn || 600), 10)) || 600
23481
+ };
23482
+ const verificationUrl = deviceResponse.verificationUri || `${this.authBase}/device`;
23475
23483
  console.log(`\u{1F510} Device Login`);
23476
- console.log(`Open: ${deviceResponse.verificationUri}`);
23484
+ console.log(`Open: ${verificationUrl}`);
23477
23485
  console.log(`Code: ${deviceResponse.userCode}`);
23478
23486
  const deadline = Date.now() + deviceResponse.expiresIn * 1e3;
23479
23487
  const intervalMs = Math.max(1500, deviceResponse.interval * 1e3);
@@ -23495,11 +23503,11 @@ var init_AuthenticationManager = __esm({
23495
23503
  }
23496
23504
  const tokens = await finishResponse.json();
23497
23505
  return {
23498
- idToken: tokens.id_token,
23499
- accessToken: tokens.access_token,
23500
- refreshToken: tokens.refresh_token,
23506
+ idToken: tokens.id_token || tokens.access_token || "",
23507
+ accessToken: tokens.access_token || tokens.id_token || "",
23508
+ refreshToken: tokens.refresh_token || "",
23501
23509
  customToken: tokens.custom_token,
23502
- expiresAt: Date.now() + tokens.expires_in * 1e3
23510
+ expiresAt: Date.now() + (tokens.expires_in ? Number(tokens.expires_in) : 600) * 1e3
23503
23511
  };
23504
23512
  }
23505
23513
  throw new Error(ERROR_MESSAGES.LOGIN_TIMEOUT);