@bonginkan/maria 4.3.18 → 4.3.19
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 +4 -4
- package/dist/READY.manifest.json +1 -1
- package/dist/bin/maria.cjs +5 -5
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +5 -5
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +1 -1
- package/dist/server/express-server.js +1 -1
- package/dist/server-express.cjs +1 -1
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.3.
|
|
1
|
+
# MARIA - AI Development Platform v4.3.19
|
|
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.3.
|
|
13
|
+
## 🚀 What's New in v4.3.19 (September 16, 2025)
|
|
14
14
|
|
|
15
15
|
### 🎯 Interactive Improvements & Choice Memory
|
|
16
16
|
- **Choice Memory System**: Smart persistence of user selections across sessions
|
|
@@ -922,7 +922,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
922
922
|
### Quick Installation
|
|
923
923
|
```bash
|
|
924
924
|
# Install globally (recommended)
|
|
925
|
-
npm install -g @bonginkan/maria@4.3.
|
|
925
|
+
npm install -g @bonginkan/maria@4.3.19
|
|
926
926
|
|
|
927
927
|
# Verify installation
|
|
928
928
|
maria --version # Should show v4.3.9
|
|
@@ -1126,7 +1126,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1126
1126
|
|
|
1127
1127
|
*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.*
|
|
1128
1128
|
|
|
1129
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.
|
|
1129
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.19`
|
|
1130
1130
|
|
|
1131
1131
|
🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1132
1132
|
💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|
package/dist/READY.manifest.json
CHANGED
package/dist/bin/maria.cjs
CHANGED
|
@@ -26038,8 +26038,8 @@ var require_package = __commonJS({
|
|
|
26038
26038
|
"package.json"(exports, module) {
|
|
26039
26039
|
module.exports = {
|
|
26040
26040
|
name: "@bonginkan/maria",
|
|
26041
|
-
version: "4.3.
|
|
26042
|
-
description: "\u{1F680} MARIA v4.3.
|
|
26041
|
+
version: "4.3.19",
|
|
26042
|
+
description: "\u{1F680} MARIA v4.3.19 - Enterprise AI Development Platform with identity system and character voice implementation. 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.",
|
|
26043
26043
|
keywords: [
|
|
26044
26044
|
"ai",
|
|
26045
26045
|
"cli",
|
|
@@ -28071,7 +28071,7 @@ var init_AuthenticationManager = __esm({
|
|
|
28071
28071
|
const response = await fetch(`${this.apiBase}/api/user/profile`, {
|
|
28072
28072
|
headers: {
|
|
28073
28073
|
"Authorization": `Bearer ${tokens2.accessToken}`,
|
|
28074
|
-
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.
|
|
28074
|
+
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.19"}`
|
|
28075
28075
|
}
|
|
28076
28076
|
});
|
|
28077
28077
|
if (response.status === 401) {
|
|
@@ -28703,7 +28703,7 @@ async function callApi(path60, init3 = {}) {
|
|
|
28703
28703
|
"Authorization": `Bearer ${token}`,
|
|
28704
28704
|
"X-Device-Id": getDeviceId(),
|
|
28705
28705
|
"X-Session-Id": getSessionId() || "",
|
|
28706
|
-
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.
|
|
28706
|
+
"User-Agent": `maria-cli/${process.env.CLI_VERSION || "4.3.19"}`,
|
|
28707
28707
|
"Content-Type": init3.headers?.["Content-Type"] || "application/json"
|
|
28708
28708
|
});
|
|
28709
28709
|
const doFetch = async (token) => {
|
|
@@ -50559,7 +50559,7 @@ var init_about_command = __esm({
|
|
|
50559
50559
|
async execute(args2, context2) {
|
|
50560
50560
|
const output3 = [];
|
|
50561
50561
|
output3.push("");
|
|
50562
|
-
output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.
|
|
50562
|
+
output3.push(chalk14__default.default.cyan.bold("\u{1F916} About MARIA v4.3.19"));
|
|
50563
50563
|
output3.push(chalk14__default.default.gray("\u2550".repeat(40)));
|
|
50564
50564
|
output3.push("");
|
|
50565
50565
|
output3.push(chalk14__default.default.white.bold("MARIA - Minimal API, Maximum Power"));
|