@bonginkan/maria 4.2.14 โ 4.2.16
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 +19 -19
- package/dist/bin/maria.cjs +47 -12
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +44 -11
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +19 -19
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.2.
|
|
1
|
+
# MARIA - AI Development Platform v4.2.16
|
|
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.16 (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.16
|
|
739
739
|
|
|
740
740
|
# Verify installation
|
|
741
|
-
maria --version # Should show v4.2.
|
|
741
|
+
maria --version # Should show v4.2.16
|
|
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.16`
|
|
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-05T02:33:51.382Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -139,6 +139,13 @@
|
|
|
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
|
+
},
|
|
142
149
|
"memory/remember": {
|
|
143
150
|
"status": "READY",
|
|
144
151
|
"hasExecute": true,
|
|
@@ -167,13 +174,6 @@
|
|
|
167
174
|
"depsAvailable": true,
|
|
168
175
|
"description": "Delete stored memories"
|
|
169
176
|
},
|
|
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,6 +202,13 @@
|
|
|
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
|
+
},
|
|
205
212
|
"evolution/quality": {
|
|
206
213
|
"status": "READY",
|
|
207
214
|
"hasExecute": true,
|
|
@@ -223,13 +230,6 @@
|
|
|
223
230
|
"depsAvailable": true,
|
|
224
231
|
"description": "๐งช Run statistical benchmarks and A/B tests for evolution system performance"
|
|
225
232
|
},
|
|
226
|
-
"graphrag/search": {
|
|
227
|
-
"status": "READY",
|
|
228
|
-
"hasExecute": true,
|
|
229
|
-
"hasMetadata": true,
|
|
230
|
-
"depsAvailable": true,
|
|
231
|
-
"description": "GraphRAG hybrid search engine"
|
|
232
|
-
},
|
|
233
233
|
"evaluation/run": {
|
|
234
234
|
"status": "READY",
|
|
235
235
|
"hasExecute": true,
|
|
@@ -356,19 +356,19 @@
|
|
|
356
356
|
"depsAvailable": true,
|
|
357
357
|
"description": "About MARIA - version, features, and credits"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"conversation/clear": {
|
|
360
360
|
"status": "READY",
|
|
361
361
|
"hasExecute": true,
|
|
362
362
|
"hasMetadata": true,
|
|
363
363
|
"depsAvailable": true,
|
|
364
|
-
"description": "
|
|
364
|
+
"description": "Clear conversation history"
|
|
365
365
|
},
|
|
366
|
-
"
|
|
366
|
+
"configuration/setup": {
|
|
367
367
|
"status": "READY",
|
|
368
368
|
"hasExecute": true,
|
|
369
369
|
"hasMetadata": true,
|
|
370
370
|
"depsAvailable": true,
|
|
371
|
-
"description": "
|
|
371
|
+
"description": "First-time environment setup wizard"
|
|
372
372
|
},
|
|
373
373
|
"code/mm": {
|
|
374
374
|
"status": "READY",
|
package/dist/bin/maria.cjs
CHANGED
|
@@ -93,11 +93,9 @@ function autoConfigureForEnvironment() {
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
var
|
|
96
|
+
var sharedManager;
|
|
97
97
|
var init_responsive_width = __esm({
|
|
98
98
|
"src/ui/integrated-cli/responsive-width.ts"() {
|
|
99
|
-
stripAnsiModule = __toESM(require("strip-ansi"), 1);
|
|
100
|
-
stringWidthModule = __toESM(require("string-width"), 1);
|
|
101
99
|
sharedManager = null;
|
|
102
100
|
autoConfigureForEnvironment();
|
|
103
101
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -8316,10 +8314,10 @@ var init_llm_health_checker = __esm({
|
|
|
8316
8314
|
}
|
|
8317
8315
|
async startLMStudio() {
|
|
8318
8316
|
try {
|
|
8319
|
-
const { spawn } = await import("child_process");
|
|
8317
|
+
const { spawn: spawn2 } = await import("child_process");
|
|
8320
8318
|
const _lmsPath = "/Users/bongin_max/.lmstudio/bin/lms";
|
|
8321
8319
|
return new Promise((resolve4) => {
|
|
8322
|
-
const _child =
|
|
8320
|
+
const _child = spawn2(_lmsPath, ["server", "start"], {
|
|
8323
8321
|
stdio: "ignore",
|
|
8324
8322
|
detached: true
|
|
8325
8323
|
});
|
|
@@ -21942,8 +21940,8 @@ var init_package = __esm({
|
|
|
21942
21940
|
"package.json"() {
|
|
21943
21941
|
package_default = {
|
|
21944
21942
|
name: "@bonginkan/maria",
|
|
21945
|
-
version: "4.2.
|
|
21946
|
-
description: "\u{1F680} MARIA v4.2.
|
|
21943
|
+
version: "4.2.16",
|
|
21944
|
+
description: "\u{1F680} MARIA v4.2.16 - 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
21945
|
keywords: [
|
|
21948
21946
|
"ai",
|
|
21949
21947
|
"cli",
|
|
@@ -23111,8 +23109,45 @@ var init_AuthSecretManager = __esm({
|
|
|
23111
23109
|
}
|
|
23112
23110
|
});
|
|
23113
23111
|
|
|
23112
|
+
// src/utils/open-url.ts
|
|
23113
|
+
async function openUrl(url) {
|
|
23114
|
+
if (process.env.CI === "true" || process.env.SSH_CONNECTION || process.env.CONTAINER === "true") {
|
|
23115
|
+
throw new Error("Headless environment");
|
|
23116
|
+
}
|
|
23117
|
+
const platform3 = process.platform;
|
|
23118
|
+
if (platform3 === "win32") {
|
|
23119
|
+
await execDetached("cmd", ["/c", "start", "", url.replace(/&/g, "^&")]);
|
|
23120
|
+
return;
|
|
23121
|
+
}
|
|
23122
|
+
if (platform3 === "darwin") {
|
|
23123
|
+
await execDetached("open", [url]);
|
|
23124
|
+
return;
|
|
23125
|
+
}
|
|
23126
|
+
if (!process.env.DISPLAY) {
|
|
23127
|
+
throw new Error("No DISPLAY");
|
|
23128
|
+
}
|
|
23129
|
+
await execDetached("xdg-open", [url]);
|
|
23130
|
+
}
|
|
23131
|
+
function execDetached(command, args) {
|
|
23132
|
+
return new Promise((resolve4, reject) => {
|
|
23133
|
+
const child2 = (0, import_child_process.spawn)(command, args, {
|
|
23134
|
+
stdio: "ignore",
|
|
23135
|
+
detached: true
|
|
23136
|
+
});
|
|
23137
|
+
child2.on("error", reject);
|
|
23138
|
+
child2.unref();
|
|
23139
|
+
resolve4();
|
|
23140
|
+
});
|
|
23141
|
+
}
|
|
23142
|
+
var import_child_process;
|
|
23143
|
+
var init_open_url = __esm({
|
|
23144
|
+
"src/utils/open-url.ts"() {
|
|
23145
|
+
import_child_process = require("child_process");
|
|
23146
|
+
}
|
|
23147
|
+
});
|
|
23148
|
+
|
|
23114
23149
|
// src/services/cli-auth/AuthenticationManager.ts
|
|
23115
|
-
var import_crypto4, import_http, import_url,
|
|
23150
|
+
var import_crypto4, import_http, import_url, AuthenticationManager, authManager;
|
|
23116
23151
|
var init_AuthenticationManager = __esm({
|
|
23117
23152
|
"src/services/cli-auth/AuthenticationManager.ts"() {
|
|
23118
23153
|
init_types();
|
|
@@ -23121,7 +23156,7 @@ var init_AuthenticationManager = __esm({
|
|
|
23121
23156
|
import_crypto4 = __toESM(require("crypto"), 1);
|
|
23122
23157
|
import_http = require("http");
|
|
23123
23158
|
import_url = require("url");
|
|
23124
|
-
|
|
23159
|
+
init_open_url();
|
|
23125
23160
|
AuthenticationManager = class {
|
|
23126
23161
|
tokenStorage;
|
|
23127
23162
|
secretManager;
|
|
@@ -23444,7 +23479,7 @@ var init_AuthenticationManager = __esm({
|
|
|
23444
23479
|
const authUrl = this.buildAuthUrl(pkceParams, redirectUri);
|
|
23445
23480
|
console.log("\u{1F4F1} Opening browser for authentication...");
|
|
23446
23481
|
try {
|
|
23447
|
-
await (
|
|
23482
|
+
await openUrl(authUrl);
|
|
23448
23483
|
} catch (error2) {
|
|
23449
23484
|
server.close();
|
|
23450
23485
|
console.error("Failed to open browser for authentication:", error2);
|
|
@@ -33561,8 +33596,8 @@ function createCLI() {
|
|
|
33561
33596
|
console.log(import_chalk19.default.green("\u{1F680} Starting MARIA server mode..."));
|
|
33562
33597
|
try {
|
|
33563
33598
|
const serverPath = path13.join(process.cwd(), "server.mjs");
|
|
33564
|
-
const { spawn } = await import("child_process");
|
|
33565
|
-
const serverProcess =
|
|
33599
|
+
const { spawn: spawn2 } = await import("child_process");
|
|
33600
|
+
const serverProcess = spawn2("node", [serverPath], {
|
|
33566
33601
|
stdio: "inherit",
|
|
33567
33602
|
env: process.env
|
|
33568
33603
|
});
|