@bonginkan/maria 4.3.12 โ 4.3.14
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 +11 -2
- package/dist/READY.manifest.json +1 -1
- package/dist/bin/maria.cjs +5230 -1126
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +5219 -1115
- package/dist/cli.cjs.map +1 -1
- package/dist/server/express-server.cjs +28 -18
- package/dist/server/express-server.js +28 -18
- package/dist/server-express.cjs +28 -18
- 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.13
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](LICENSE)
|
|
@@ -10,7 +10,16 @@
|
|
|
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.13 (September 16, 2025)
|
|
14
|
+
|
|
15
|
+
### ๐ฏ Interactive Improvements & Choice Memory
|
|
16
|
+
- **Choice Memory System**: Smart persistence of user selections across sessions
|
|
17
|
+
- **Enhanced Approval Prompts**: Improved interactive CLI experience with better formatting
|
|
18
|
+
- **Telemetry Enhancements**: Expanded tracking for better insights and performance monitoring
|
|
19
|
+
- **Jobs Command**: New media category command for job processing workflows
|
|
20
|
+
- **Express Server Updates**: Improved server architecture for better scalability
|
|
21
|
+
|
|
22
|
+
## Previous Release - v4.3.12 (September 16, 2025)
|
|
14
23
|
|
|
15
24
|
### โก /code Orchestrator v2.1 (Fast ยท Safe ยท Deterministic)
|
|
16
25
|
- **Plan-first flow** with deterministic path/extension inference (TypeScript/React/Next/test runner/JS module type)
|