@bonginkan/maria 4.2.8 โ 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 +6 -6
- package/dist/READY.manifest.json +26 -26
- package/dist/bin/maria.cjs +16 -8
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +16 -8
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +26 -26
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.2.
|
|
1
|
+
# MARIA - AI Development Platform v4.2.10
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](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
|
+
## ๐ 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.
|
|
710
|
+
npm install -g @bonginkan/maria@4.2.10
|
|
711
711
|
|
|
712
712
|
# Verify installation
|
|
713
|
-
maria --version # Should show v4.2.
|
|
713
|
+
maria --version # Should show v4.2.10
|
|
714
714
|
|
|
715
715
|
# Initialize with authentication
|
|
716
716
|
maria /login # Setup OAuth2.0 + PKCE authentication
|
|
@@ -819,7 +819,7 @@ gcloud run deploy --set-secrets="GOOGLE_CLIENT_ID=google-client-id:latest,..."
|
|
|
819
819
|
|
|
820
820
|
#### Production Deployment Success
|
|
821
821
|
**Real deployment results** (2025ๅนด9ๆ1ๆฅ):
|
|
822
|
-
- **maria-landing-page**: โ
Running - https://maria-
|
|
822
|
+
- **maria-landing-page**: โ
Running - https://maria-code.ai
|
|
823
823
|
- **auth-server**: โ
Running - OAuth2.0 + PKCE authentication functional
|
|
824
824
|
- **discord-bot**: โ
Running - Full Discord API integration active
|
|
825
825
|
|
|
@@ -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.
|
|
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)
|
package/dist/READY.manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2025-09-
|
|
3
|
+
"generatedAt": "2025-09-04T04:59:03.918Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -356,19 +356,19 @@
|
|
|
356
356
|
"depsAvailable": true,
|
|
357
357
|
"description": "About MARIA - version, features, and credits"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"configuration/setup": {
|
|
360
360
|
"status": "READY",
|
|
361
361
|
"hasExecute": true,
|
|
362
362
|
"hasMetadata": true,
|
|
363
363
|
"depsAvailable": true,
|
|
364
|
-
"description": "
|
|
364
|
+
"description": "First-time environment setup wizard"
|
|
365
365
|
},
|
|
366
|
-
"
|
|
366
|
+
"conversation/clear": {
|
|
367
367
|
"status": "READY",
|
|
368
368
|
"hasExecute": true,
|
|
369
369
|
"hasMetadata": true,
|
|
370
370
|
"depsAvailable": true,
|
|
371
|
-
"description": "
|
|
371
|
+
"description": "Clear conversation history"
|
|
372
372
|
},
|
|
373
373
|
"business/sales-dashboard": {
|
|
374
374
|
"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,
|
|
@@ -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": {
|
package/dist/bin/maria.cjs
CHANGED
|
@@ -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.
|
|
21946
|
-
description: "\u{1F680} MARIA v4.2.
|
|
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
|
|
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: ${
|
|
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);
|