@bonginkan/maria 4.3.10 โ†’ 4.3.13

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 CHANGED
@@ -1,4 +1,4 @@
1
- # MARIA - AI Development Platform v4.3.10
1
+ # MARIA - AI Development Platform v4.3.13
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@bonginkan/maria.svg)](https://www.npmjs.com/package/@bonginkan/maria)
4
4
  [![License](https://img.shields.io/badge/license-Multi--tier-blue.svg)](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.10 (September 15, 2025)
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)
@@ -913,10 +922,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
913
922
  ### Quick Installation
914
923
  ```bash
915
924
  # Install globally (recommended)
916
- npm install -g @bonginkan/maria@4.3.10
925
+ npm install -g @bonginkan/maria@4.3.12
917
926
 
918
927
  # Verify installation
919
- maria --version # Should show v4.3.10
928
+ maria --version # Should show v4.3.9
920
929
 
921
930
  # Initialize with authentication
922
931
  maria /login # Setup OAuth2.0 + PKCE authentication
@@ -1117,7 +1126,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
1117
1126
 
1118
1127
  *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
1128
 
1120
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.10`
1129
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.12`
1121
1130
 
1122
1131
  ๐ŸŒ **Official Website**: [https://maria-code.ai](https://maria-code.ai)
1123
1132
  ๐Ÿ’ฌ **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "lite-1.0.0",
3
- "generatedAt": "2025-09-15T06:45:27.412Z",
3
+ "generatedAt": "2025-09-16T01:16:56.833Z",
4
4
  "totalCommands": 17,
5
5
  "readyCount": 17,
6
6
  "partialCount": 0,