@bonginkan/maria 4.2.11 โ 4.2.14
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 +5 -5
- package/dist/READY.manifest.json +32 -32
- package/dist/bin/maria.cjs +7 -3
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +7 -3
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +32 -32
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.2.
|
|
1
|
+
# MARIA - AI Development Platform v4.2.14
|
|
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.14 (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.
|
|
738
|
+
npm install -g @bonginkan/maria@4.2.14
|
|
739
739
|
|
|
740
740
|
# Verify installation
|
|
741
|
-
maria --version # Should show v4.2.
|
|
741
|
+
maria --version # Should show v4.2.14
|
|
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.
|
|
942
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.14`
|
|
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)
|
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-04T09:31:30.371Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -139,13 +139,6 @@
|
|
|
139
139
|
"depsAvailable": true,
|
|
140
140
|
"description": "AI-powered error analysis and solution system (Enhanced POC) - 80% accuracy, 100% safety"
|
|
141
141
|
},
|
|
142
|
-
"multilingual/language": {
|
|
143
|
-
"status": "READY",
|
|
144
|
-
"hasExecute": true,
|
|
145
|
-
"hasMetadata": true,
|
|
146
|
-
"depsAvailable": true,
|
|
147
|
-
"description": "Multilingual operations and translation"
|
|
148
|
-
},
|
|
149
142
|
"memory/remember": {
|
|
150
143
|
"status": "READY",
|
|
151
144
|
"hasExecute": true,
|
|
@@ -174,6 +167,13 @@
|
|
|
174
167
|
"depsAvailable": true,
|
|
175
168
|
"description": "Delete stored memories"
|
|
176
169
|
},
|
|
170
|
+
"multilingual/language": {
|
|
171
|
+
"status": "READY",
|
|
172
|
+
"hasExecute": true,
|
|
173
|
+
"hasMetadata": true,
|
|
174
|
+
"depsAvailable": true,
|
|
175
|
+
"description": "Multilingual operations and translation"
|
|
176
|
+
},
|
|
177
177
|
"learning/l2r": {
|
|
178
178
|
"status": "READY",
|
|
179
179
|
"hasExecute": true,
|
|
@@ -202,13 +202,6 @@
|
|
|
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
|
-
},
|
|
212
205
|
"evolution/quality": {
|
|
213
206
|
"status": "READY",
|
|
214
207
|
"hasExecute": true,
|
|
@@ -230,26 +223,26 @@
|
|
|
230
223
|
"depsAvailable": true,
|
|
231
224
|
"description": "๐งช Run statistical benchmarks and A/B tests for evolution system performance"
|
|
232
225
|
},
|
|
233
|
-
"
|
|
226
|
+
"graphrag/search": {
|
|
234
227
|
"status": "READY",
|
|
235
228
|
"hasExecute": true,
|
|
236
229
|
"hasMetadata": true,
|
|
237
230
|
"depsAvailable": true,
|
|
238
|
-
"description": "
|
|
231
|
+
"description": "GraphRAG hybrid search engine"
|
|
239
232
|
},
|
|
240
|
-
"evaluation/
|
|
233
|
+
"evaluation/run": {
|
|
241
234
|
"status": "READY",
|
|
242
235
|
"hasExecute": true,
|
|
243
236
|
"hasMetadata": true,
|
|
244
237
|
"depsAvailable": true,
|
|
245
|
-
"description": "
|
|
238
|
+
"description": "๐งช Run evaluation suites with regression analysis and performance benchmarking"
|
|
246
239
|
},
|
|
247
|
-
"
|
|
240
|
+
"evaluation/evaluate": {
|
|
248
241
|
"status": "READY",
|
|
249
242
|
"hasExecute": true,
|
|
250
243
|
"hasMetadata": true,
|
|
251
244
|
"depsAvailable": true,
|
|
252
|
-
"description": "
|
|
245
|
+
"description": "Evaluate and test AI model performance"
|
|
253
246
|
},
|
|
254
247
|
"core/whoami": {
|
|
255
248
|
"status": "READY",
|
|
@@ -370,6 +363,13 @@
|
|
|
370
363
|
"depsAvailable": true,
|
|
371
364
|
"description": "First-time environment setup wizard"
|
|
372
365
|
},
|
|
366
|
+
"conversation/clear": {
|
|
367
|
+
"status": "READY",
|
|
368
|
+
"hasExecute": true,
|
|
369
|
+
"hasMetadata": true,
|
|
370
|
+
"depsAvailable": true,
|
|
371
|
+
"description": "Clear conversation history"
|
|
372
|
+
},
|
|
373
373
|
"code/mm": {
|
|
374
374
|
"status": "READY",
|
|
375
375
|
"hasExecute": true,
|
|
@@ -483,19 +483,19 @@
|
|
|
483
483
|
"depsAvailable": true,
|
|
484
484
|
"description": "Configuration management"
|
|
485
485
|
},
|
|
486
|
-
"
|
|
486
|
+
"memory/service": {
|
|
487
487
|
"status": "READY",
|
|
488
488
|
"hasExecute": true,
|
|
489
489
|
"hasMetadata": true,
|
|
490
490
|
"depsAvailable": true,
|
|
491
|
-
"description": "
|
|
491
|
+
"description": "Advanced memory service operations"
|
|
492
492
|
},
|
|
493
|
-
"
|
|
493
|
+
"monitoring/monitor": {
|
|
494
494
|
"status": "READY",
|
|
495
495
|
"hasExecute": true,
|
|
496
496
|
"hasMetadata": true,
|
|
497
497
|
"depsAvailable": true,
|
|
498
|
-
"description": "
|
|
498
|
+
"description": "Real-time system monitoring dashboard"
|
|
499
499
|
},
|
|
500
500
|
"core/enhanced-help": {
|
|
501
501
|
"status": "READY",
|
|
@@ -511,13 +511,6 @@
|
|
|
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
|
-
},
|
|
521
514
|
"auth/usage": {
|
|
522
515
|
"status": "READY",
|
|
523
516
|
"hasExecute": true,
|
|
@@ -538,6 +531,13 @@
|
|
|
538
531
|
"hasMetadata": true,
|
|
539
532
|
"depsAvailable": true,
|
|
540
533
|
"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.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.",
|
|
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
|
-
|
|
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 {
|