@bonginkan/maria 4.3.45 → 4.4.0
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 +9 -4
- package/dist/READY.manifest.json +1 -1
- package/dist/bin/maria.cjs +1761 -878
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +1760 -877
- 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 +301 -74
- package/dist/server/express-server.js +301 -74
- package/dist/server-express.cjs +301 -74
- package/dist/server-express.cjs.map +1 -1
- package/package.json +3 -3
- package/src/slash-commands/READY.manifest.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.
|
|
1
|
+
# MARIA - AI Development Platform v4.4.0
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](LICENSE)
|
|
@@ -10,7 +10,12 @@
|
|
|
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.
|
|
13
|
+
## 🚀 What's New in v4.4.0 (October, 2025)
|
|
14
|
+
### Functional enhancements
|
|
15
|
+
- ** Improved coding **
|
|
16
|
+
- ** Enhanced video/image support **
|
|
17
|
+
|
|
18
|
+
## 🚀 What's New in v4.3.46 (October, 2025)
|
|
14
19
|
|
|
15
20
|
### Functinal enhancements
|
|
16
21
|
- **Enhanced Natural Language Support**: Main commands called automatically by natural language input
|
|
@@ -927,7 +932,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
927
932
|
### Quick Installation
|
|
928
933
|
```bash
|
|
929
934
|
# Install globally (recommended)
|
|
930
|
-
npm install -g @bonginkan/maria@4.
|
|
935
|
+
npm install -g @bonginkan/maria@4.4.0
|
|
931
936
|
|
|
932
937
|
# Verify installation
|
|
933
938
|
maria --version # Should show v4.3.9
|
|
@@ -1131,7 +1136,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1131
1136
|
|
|
1132
1137
|
*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.*
|
|
1133
1138
|
|
|
1134
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.
|
|
1139
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.0`
|
|
1135
1140
|
|
|
1136
1141
|
🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1137
1142
|
💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|