@bonginkan/maria 4.3.10 โ 4.3.12
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 +1 -1
- package/dist/bin/maria.cjs +2295 -1718
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +2285 -1708
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +33 -9
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +50 -4
- package/dist/server/express-server.js +50 -4
- package/dist/server-express.cjs +50 -4
- package/dist/server-express.cjs.map +1 -1
- package/package.json +7 -4
- 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.12
|
|
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.12 (September 16, 2025)
|
|
14
14
|
|
|
15
15
|
### โก /code Orchestrator v2.1 (Fast ยท Safe ยท Deterministic)
|
|
16
16
|
- **Plan-first flow** with deterministic path/extension inference (TypeScript/React/Next/test runner/JS module type)
|
|
@@ -913,10 +913,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
913
913
|
### Quick Installation
|
|
914
914
|
```bash
|
|
915
915
|
# Install globally (recommended)
|
|
916
|
-
npm install -g @bonginkan/maria@4.3.
|
|
916
|
+
npm install -g @bonginkan/maria@4.3.12
|
|
917
917
|
|
|
918
918
|
# Verify installation
|
|
919
|
-
maria --version # Should show v4.3.
|
|
919
|
+
maria --version # Should show v4.3.9
|
|
920
920
|
|
|
921
921
|
# Initialize with authentication
|
|
922
922
|
maria /login # Setup OAuth2.0 + PKCE authentication
|
|
@@ -1117,7 +1117,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1117
1117
|
|
|
1118
1118
|
*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.*
|
|
1119
1119
|
|
|
1120
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.
|
|
1120
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.12`
|
|
1121
1121
|
|
|
1122
1122
|
๐ **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1123
1123
|
๐ฌ **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|