@bonginkan/maria 4.4.7 → 4.4.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 +8 -5
- package/dist/READY.manifest.json +1 -1
- package/dist/bin/maria.cjs +981 -1193
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +974 -1186
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +3 -52
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +21 -25
- package/dist/server/express-server.js +21 -25
- package/dist/server-express.cjs +21 -25
- 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.4.
|
|
1
|
+
# MARIA - AI Development Platform v4.4.9
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](LICENSE)
|
|
@@ -10,7 +10,11 @@
|
|
|
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.9 (November, 2025)
|
|
14
|
+
### Functional enhancements
|
|
15
|
+
- **Improved image support**
|
|
16
|
+
|
|
17
|
+
## 🚀 What's New in v4.4.8 (October, 2025)
|
|
14
18
|
### Functional enhancements
|
|
15
19
|
- **Improved coding**
|
|
16
20
|
- **Enhanced video/image support**
|
|
@@ -521,7 +525,6 @@ $ maria /evolve --review
|
|
|
521
525
|
```bash
|
|
522
526
|
# Advanced configuration
|
|
523
527
|
/config setup --template=enterprise
|
|
524
|
-
/model recommend --task=code_generation
|
|
525
528
|
/config brain optimize --profile=performance
|
|
526
529
|
/config permissions --role=developer
|
|
527
530
|
```
|
|
@@ -933,7 +936,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
933
936
|
### Quick Installation
|
|
934
937
|
```bash
|
|
935
938
|
# Install globally (recommended)
|
|
936
|
-
npm install -g @bonginkan/maria@4.4.
|
|
939
|
+
npm install -g @bonginkan/maria@4.4.9
|
|
937
940
|
|
|
938
941
|
# Verify installation
|
|
939
942
|
maria --version # Should show v4.3.9
|
|
@@ -1137,7 +1140,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1137
1140
|
|
|
1138
1141
|
*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
1142
|
|
|
1140
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.
|
|
1143
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.9`
|
|
1141
1144
|
|
|
1142
1145
|
🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1143
1146
|
💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|