@bonginkan/maria 4.2.7 โ 4.2.9
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 +48 -12
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +48 -12
- 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.9
|
|
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.9 (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.9
|
|
711
711
|
|
|
712
712
|
# Verify installation
|
|
713
|
-
maria --version # Should show v4.2.
|
|
713
|
+
maria --version # Should show v4.2.9
|
|
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.9`
|
|
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-04T02:21:07.489Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -174,13 +174,6 @@
|
|
|
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
|
-
},
|
|
184
177
|
"intelligence/quality-gate": {
|
|
185
178
|
"status": "READY",
|
|
186
179
|
"hasExecute": true,
|
|
@@ -202,6 +195,13 @@
|
|
|
202
195
|
"depsAvailable": true,
|
|
203
196
|
"description": "Manage MARIA Intelligence canary deployments for zero-downtime releases"
|
|
204
197
|
},
|
|
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,
|
|
@@ -363,6 +363,13 @@
|
|
|
363
363
|
"depsAvailable": true,
|
|
364
364
|
"description": "About MARIA - version, features, and credits"
|
|
365
365
|
},
|
|
366
|
+
"configuration/setup": {
|
|
367
|
+
"status": "READY",
|
|
368
|
+
"hasExecute": true,
|
|
369
|
+
"hasMetadata": true,
|
|
370
|
+
"depsAvailable": true,
|
|
371
|
+
"description": "First-time environment setup wizard"
|
|
372
|
+
},
|
|
366
373
|
"code/mm": {
|
|
367
374
|
"status": "READY",
|
|
368
375
|
"hasExecute": true,
|
|
@@ -384,13 +391,6 @@
|
|
|
384
391
|
"depsAvailable": true,
|
|
385
392
|
"description": "Generate code with AI assistance"
|
|
386
393
|
},
|
|
387
|
-
"configuration/setup": {
|
|
388
|
-
"status": "READY",
|
|
389
|
-
"hasExecute": true,
|
|
390
|
-
"hasMetadata": true,
|
|
391
|
-
"depsAvailable": true,
|
|
392
|
-
"description": "First-time environment setup wizard"
|
|
393
|
-
},
|
|
394
394
|
"business/sales-dashboard": {
|
|
395
395
|
"status": "READY",
|
|
396
396
|
"hasExecute": true,
|
|
@@ -412,13 +412,6 @@
|
|
|
412
412
|
"depsAvailable": true,
|
|
413
413
|
"description": "GPU management and monitoring"
|
|
414
414
|
},
|
|
415
|
-
"analysis/research": {
|
|
416
|
-
"status": "READY",
|
|
417
|
-
"hasExecute": true,
|
|
418
|
-
"hasMetadata": true,
|
|
419
|
-
"depsAvailable": true,
|
|
420
|
-
"description": "AI-powered research and analysis"
|
|
421
|
-
},
|
|
422
415
|
"system/terminal-setup": {
|
|
423
416
|
"status": "READY",
|
|
424
417
|
"hasExecute": true,
|
|
@@ -441,6 +434,13 @@
|
|
|
441
434
|
"depsAvailable": false,
|
|
442
435
|
"description": "No description available"
|
|
443
436
|
},
|
|
437
|
+
"analysis/research": {
|
|
438
|
+
"status": "READY",
|
|
439
|
+
"hasExecute": true,
|
|
440
|
+
"hasMetadata": true,
|
|
441
|
+
"depsAvailable": true,
|
|
442
|
+
"description": "AI-powered research and analysis"
|
|
443
|
+
},
|
|
444
444
|
"core/update": {
|
|
445
445
|
"status": "READY",
|
|
446
446
|
"hasExecute": true,
|
|
@@ -497,19 +497,19 @@
|
|
|
497
497
|
"depsAvailable": true,
|
|
498
498
|
"description": "Advanced memory service operations"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"configuration/hooks": {
|
|
501
501
|
"status": "READY",
|
|
502
502
|
"hasExecute": true,
|
|
503
503
|
"hasMetadata": true,
|
|
504
504
|
"depsAvailable": true,
|
|
505
|
-
"description": "
|
|
505
|
+
"description": "Configure and manage command hooks"
|
|
506
506
|
},
|
|
507
|
-
"
|
|
507
|
+
"core/enhanced-help": {
|
|
508
508
|
"status": "READY",
|
|
509
509
|
"hasExecute": true,
|
|
510
510
|
"hasMetadata": true,
|
|
511
511
|
"depsAvailable": true,
|
|
512
|
-
"description": "
|
|
512
|
+
"description": "Advanced help system with interactive features"
|
|
513
513
|
},
|
|
514
514
|
"business/analytics": {
|
|
515
515
|
"status": "READY",
|
package/dist/bin/maria.cjs
CHANGED
|
@@ -7092,15 +7092,36 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7092
7092
|
"src/services/intelligent-model-selector/SecretManagerIntegration.ts"() {
|
|
7093
7093
|
import_secret_manager = require("@google-cloud/secret-manager");
|
|
7094
7094
|
SecretManagerIntegration = class {
|
|
7095
|
-
// 1 hour
|
|
7096
7095
|
constructor(config2) {
|
|
7097
7096
|
this.config = config2;
|
|
7098
|
-
this.
|
|
7097
|
+
this.useGsm = this.shouldUseGsm();
|
|
7099
7098
|
}
|
|
7100
|
-
client;
|
|
7099
|
+
client = null;
|
|
7101
7100
|
cache = /* @__PURE__ */ new Map();
|
|
7102
7101
|
cacheExpiry = /* @__PURE__ */ new Map();
|
|
7103
7102
|
CACHE_TTL = 36e5;
|
|
7103
|
+
// 1 hour
|
|
7104
|
+
useGsm;
|
|
7105
|
+
/** Determine whether GSM should be used in this environment */
|
|
7106
|
+
shouldUseGsm() {
|
|
7107
|
+
if (process.env.MARIA_DISABLE_GSM === "true") return false;
|
|
7108
|
+
if (process.env.GOOGLE_APPLICATION_CREDENTIALS) return true;
|
|
7109
|
+
if (process.env.GOOGLE_CLOUD_PROJECT || process.env.GCLOUD_PROJECT) return true;
|
|
7110
|
+
if (process.env.CLOUD_RUN_SERVICE || process.env.K_SERVICE) return true;
|
|
7111
|
+
if (process.env.GCE_METADATA_HOST) return true;
|
|
7112
|
+
return false;
|
|
7113
|
+
}
|
|
7114
|
+
/** Lazily create Secret Manager client only when permitted */
|
|
7115
|
+
ensureClient() {
|
|
7116
|
+
if (!this.useGsm) return null;
|
|
7117
|
+
if (this.client) return this.client;
|
|
7118
|
+
try {
|
|
7119
|
+
this.client = new import_secret_manager.SecretManagerServiceClient();
|
|
7120
|
+
} catch {
|
|
7121
|
+
this.client = null;
|
|
7122
|
+
}
|
|
7123
|
+
return this.client;
|
|
7124
|
+
}
|
|
7104
7125
|
/**
|
|
7105
7126
|
* Get API key from Secret Manager with caching
|
|
7106
7127
|
*/
|
|
@@ -7109,13 +7130,17 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7109
7130
|
if (!secretName) {
|
|
7110
7131
|
return void 0;
|
|
7111
7132
|
}
|
|
7133
|
+
const client = this.ensureClient();
|
|
7134
|
+
if (!client) {
|
|
7135
|
+
return this.getFallbackFromEnv(provider);
|
|
7136
|
+
}
|
|
7112
7137
|
const cached = this.getCachedSecret(secretName);
|
|
7113
7138
|
if (cached) {
|
|
7114
7139
|
return cached;
|
|
7115
7140
|
}
|
|
7116
7141
|
try {
|
|
7117
7142
|
const name2 = `projects/${this.config.projectId}/secrets/${secretName}/versions/latest`;
|
|
7118
|
-
const [version] = await
|
|
7143
|
+
const [version] = await client.accessSecretVersion({ name: name2 });
|
|
7119
7144
|
const payload = version.payload?.data;
|
|
7120
7145
|
if (!payload) {
|
|
7121
7146
|
return void 0;
|
|
@@ -7148,6 +7173,10 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7148
7173
|
* Verify that required secrets exist
|
|
7149
7174
|
*/
|
|
7150
7175
|
async verifySecrets() {
|
|
7176
|
+
const client = this.ensureClient();
|
|
7177
|
+
if (!client) {
|
|
7178
|
+
return { available: [], missing: [] };
|
|
7179
|
+
}
|
|
7151
7180
|
const available = [];
|
|
7152
7181
|
const missing = [];
|
|
7153
7182
|
const providers = ["google", "openai", "anthropic", "groq"];
|
|
@@ -7156,7 +7185,7 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7156
7185
|
if (!secretName) continue;
|
|
7157
7186
|
try {
|
|
7158
7187
|
const name2 = `projects/${this.config.projectId}/secrets/${secretName}`;
|
|
7159
|
-
await
|
|
7188
|
+
await client.getSecret({ name: name2 });
|
|
7160
7189
|
available.push(provider);
|
|
7161
7190
|
} catch (error2) {
|
|
7162
7191
|
missing.push(provider);
|
|
@@ -7172,17 +7201,21 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7172
7201
|
if (!secretName) {
|
|
7173
7202
|
return false;
|
|
7174
7203
|
}
|
|
7204
|
+
const client = this.ensureClient();
|
|
7205
|
+
if (!client) {
|
|
7206
|
+
return false;
|
|
7207
|
+
}
|
|
7175
7208
|
const secretId = `projects/${this.config.projectId}/secrets/${secretName}`;
|
|
7176
7209
|
try {
|
|
7177
7210
|
let secretExists = false;
|
|
7178
7211
|
try {
|
|
7179
|
-
await
|
|
7212
|
+
await client.getSecret({ name: secretId });
|
|
7180
7213
|
secretExists = true;
|
|
7181
7214
|
} catch {
|
|
7182
7215
|
secretExists = false;
|
|
7183
7216
|
}
|
|
7184
7217
|
if (!secretExists) {
|
|
7185
|
-
await
|
|
7218
|
+
await client.createSecret({
|
|
7186
7219
|
parent: `projects/${this.config.projectId}`,
|
|
7187
7220
|
secretId: secretName,
|
|
7188
7221
|
secret: {
|
|
@@ -7196,7 +7229,7 @@ var init_SecretManagerIntegration = __esm({
|
|
|
7196
7229
|
}
|
|
7197
7230
|
});
|
|
7198
7231
|
}
|
|
7199
|
-
await
|
|
7232
|
+
await client.addSecretVersion({
|
|
7200
7233
|
parent: secretId,
|
|
7201
7234
|
payload: {
|
|
7202
7235
|
data: Buffer.from(apiKey, "utf8")
|
|
@@ -21909,8 +21942,8 @@ var init_package = __esm({
|
|
|
21909
21942
|
"package.json"() {
|
|
21910
21943
|
package_default = {
|
|
21911
21944
|
name: "@bonginkan/maria",
|
|
21912
|
-
version: "4.2.
|
|
21913
|
-
description: "\u{1F680} MARIA v4.2.
|
|
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.",
|
|
21914
21947
|
keywords: [
|
|
21915
21948
|
"ai",
|
|
21916
21949
|
"cli",
|
|
@@ -26246,8 +26279,11 @@ var init_autocomplete_dropdown = __esm({
|
|
|
26246
26279
|
const isSelected = index === this.selectedIndex;
|
|
26247
26280
|
const prefix = isSelected ? import_chalk15.default.cyan("\u25BA ") : " ";
|
|
26248
26281
|
const nameStyle = isSelected ? import_chalk15.default.inverse : (s2) => s2;
|
|
26249
|
-
const
|
|
26250
|
-
const
|
|
26282
|
+
const safeName = (suggestion?.name ?? "").toString();
|
|
26283
|
+
const safeDescRaw = suggestion?.description ?? "";
|
|
26284
|
+
const safeDesc = typeof safeDescRaw === "string" ? safeDescRaw : String(safeDescRaw ?? "");
|
|
26285
|
+
const displayName = safeName.padEnd(20);
|
|
26286
|
+
const displayDesc = safeDesc.length > 30 ? safeDesc.substring(0, 27) + "..." : safeDesc.padEnd(30);
|
|
26251
26287
|
const line = `\u2502${prefix}${nameStyle(import_chalk15.default.white(displayName) + " " + import_chalk15.default.gray(displayDesc))} \u2502`;
|
|
26252
26288
|
process.stdout.write("\x1B[K" + line + "\n");
|
|
26253
26289
|
});
|