@bonginkan/maria 4.4.1 → 4.4.3
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 +11 -3
- package/dist/bin/maria.cjs +1329 -113
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +2194 -978
- 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 +549 -8352
- package/dist/server/express-server.js +549 -8352
- package/dist/server-express.cjs +549 -8352
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +11 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.4.
|
|
1
|
+
# MARIA - AI Development Platform v4.4.3
|
|
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.4.
|
|
13
|
+
## 🚀 What's New in v4.4.3 (October, 2025)
|
|
14
14
|
### Functional enhancements
|
|
15
15
|
- **Improved coding**
|
|
16
16
|
- **Enhanced video/image support**
|
|
@@ -933,7 +933,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
933
933
|
### Quick Installation
|
|
934
934
|
```bash
|
|
935
935
|
# Install globally (recommended)
|
|
936
|
-
npm install -g @bonginkan/maria@4.4.
|
|
936
|
+
npm install -g @bonginkan/maria@4.4.3
|
|
937
937
|
|
|
938
938
|
# Verify installation
|
|
939
939
|
maria --version # Should show v4.3.9
|
|
@@ -1137,7 +1137,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1137
1137
|
|
|
1138
1138
|
*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.*
|
|
1139
1139
|
|
|
1140
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.
|
|
1140
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.3`
|
|
1141
1141
|
|
|
1142
1142
|
🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1143
1143
|
💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|
package/dist/READY.manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "lite-1.0.0",
|
|
3
|
-
"generatedAt": "2025-10-
|
|
4
|
-
"totalCommands":
|
|
5
|
-
"readyCount":
|
|
3
|
+
"generatedAt": "2025-10-21T04:00:45.377Z",
|
|
4
|
+
"totalCommands": 20,
|
|
5
|
+
"readyCount": 20,
|
|
6
6
|
"partialCount": 0,
|
|
7
7
|
"brokenCount": 0,
|
|
8
8
|
"commands": {
|
|
@@ -62,6 +62,14 @@
|
|
|
62
62
|
"description": "System diagnostics",
|
|
63
63
|
"usage": "/doctor"
|
|
64
64
|
},
|
|
65
|
+
"system/upgrade": {
|
|
66
|
+
"status": "READY",
|
|
67
|
+
"hasExecute": true,
|
|
68
|
+
"hasMetadata": true,
|
|
69
|
+
"depsAvailable": true,
|
|
70
|
+
"description": "Upgrade your subscription plan",
|
|
71
|
+
"usage": "/upgrade [starter|pro|ultra] [--compare]"
|
|
72
|
+
},
|
|
65
73
|
"auth/whoami": {
|
|
66
74
|
"status": "READY",
|
|
67
75
|
"hasExecute": true,
|