@bonginkan/maria 4.2.11 → 4.2.13

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.11
1
+ # MARIA - AI Development Platform v4.2.13
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.11 (September 3, 2025)
13
+ ## 🚀 What's New in v4.2.13 (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.11
738
+ npm install -g @bonginkan/maria@4.2.13
739
739
 
740
740
  # Verify installation
741
- maria --version # Should show v4.2.11
741
+ maria --version # Should show v4.2.13
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.11`
942
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.13`
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-04T06:48:50.491Z",
3
+ "generatedAt": "2025-09-04T07:10:40.845Z",
4
4
  "totalCommands": 76,
5
5
  "readyCount": 74,
6
6
  "partialCount": 1,
@@ -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,
@@ -363,6 +356,13 @@
363
356
  "depsAvailable": true,
364
357
  "description": "About MARIA - version, features, and credits"
365
358
  },
359
+ "conversation/clear": {
360
+ "status": "READY",
361
+ "hasExecute": true,
362
+ "hasMetadata": true,
363
+ "depsAvailable": true,
364
+ "description": "Clear conversation history"
365
+ },
366
366
  "configuration/setup": {
367
367
  "status": "READY",
368
368
  "hasExecute": true,
@@ -497,19 +497,19 @@
497
497
  "depsAvailable": true,
498
498
  "description": "Advanced memory service operations"
499
499
  },
500
- "core/enhanced-help": {
500
+ "configuration/hooks": {
501
501
  "status": "READY",
502
502
  "hasExecute": true,
503
503
  "hasMetadata": true,
504
504
  "depsAvailable": true,
505
- "description": "Advanced help system with interactive features"
505
+ "description": "Configure and manage command hooks"
506
506
  },
507
- "configuration/hooks": {
507
+ "core/enhanced-help": {
508
508
  "status": "READY",
509
509
  "hasExecute": true,
510
510
  "hasMetadata": true,
511
511
  "depsAvailable": true,
512
- "description": "Configure and manage command hooks"
512
+ "description": "Advanced help system with interactive features"
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.11",
21946
- description: "\u{1F680} MARIA v4.2.11 - 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.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.",
21947
21947
  keywords: [
21948
21948
  "ai",
21949
21949
  "cli",
@@ -23280,7 +23280,11 @@ var init_AuthenticationManager = __esm({
23280
23280
  return await this.loginWithLocalMock();
23281
23281
  }
23282
23282
  let tokens;
23283
- if (options.device) {
23283
+ const forceDevice = options.device || process.env.MARIA_AUTH_DEVICE_FLOW === "true" || !this.canLaunchBrowser();
23284
+ if (forceDevice) {
23285
+ if (!options.device) {
23286
+ console.warn("PKCE is unavailable in this environment; using device flow.");
23287
+ }
23284
23288
  tokens = await this.loginWithDeviceFlow();
23285
23289
  } else {
23286
23290
  try {