@bonginkan/maria 4.3.35 → 4.3.37

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.35
1
+ # MARIA - AI Development Platform v4.3.37
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,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.35 (September 29, 2025)
13
+ ## 🚀 What's New in v4.3.37 (September 29, 2025)
14
14
 
15
15
  ### 🎯 Interactive Improvements & Choice Memory
16
16
  - **Choice Memory System**: Smart persistence of user selections across sessions
@@ -922,7 +922,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
922
922
  ### Quick Installation
923
923
  ```bash
924
924
  # Install globally (recommended)
925
- npm install -g @bonginkan/maria@4.3.35
925
+ npm install -g @bonginkan/maria@4.3.37
926
926
 
927
927
  # Verify installation
928
928
  maria --version # Should show v4.3.9
@@ -1126,7 +1126,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
1126
1126
 
1127
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.*
1128
1128
 
1129
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.35`
1129
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.37`
1130
1130
 
1131
1131
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
1132
1132
  💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "lite-1.0.0",
3
- "generatedAt": "2025-10-01T07:40:48.664Z",
4
- "totalCommands": 16,
5
- "readyCount": 16,
3
+ "generatedAt": "2025-10-05T04:35:10.910Z",
4
+ "totalCommands": 17,
5
+ "readyCount": 17,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -12,7 +12,7 @@
12
12
  "hasMetadata": true,
13
13
  "depsAvailable": true,
14
14
  "description": "Show command help and documentation",
15
- "usage": "/help [command] [--category <category>] [--search <term>] [--quickstart] [--stats]"
15
+ "usage": "/help [command]"
16
16
  },
17
17
  "core/version": {
18
18
  "status": "READY",
@@ -44,7 +44,7 @@
44
44
  "hasMetadata": true,
45
45
  "depsAvailable": true,
46
46
  "description": "Clear conversation history",
47
- "usage": "/clear"
47
+ "usage": "/clear [--mode display|session|all]"
48
48
  },
49
49
  "system/status": {
50
50
  "status": "READY",
@@ -70,6 +70,22 @@
70
70
  "description": "Show current authenticated user information",
71
71
  "usage": "/whoami"
72
72
  },
73
+ "auth/login": {
74
+ "status": "READY",
75
+ "hasExecute": true,
76
+ "hasMetadata": true,
77
+ "depsAvailable": true,
78
+ "description": "Login to MARIA CLI",
79
+ "usage": "/login"
80
+ },
81
+ "auth/logout": {
82
+ "status": "READY",
83
+ "hasExecute": true,
84
+ "hasMetadata": true,
85
+ "depsAvailable": true,
86
+ "description": "Logout from MARIA CLI",
87
+ "usage": "/logout"
88
+ },
73
89
  "configuration/setup": {
74
90
  "status": "READY",
75
91
  "hasExecute": true,
@@ -92,7 +108,7 @@
92
108
  "hasMetadata": true,
93
109
  "depsAvailable": true,
94
110
  "description": "Generate code with AI assistance",
95
- "usage": "/code [options]"
111
+ "usage": "/code \"prompt\" [--plan-only|--sow] [--apply] [--dry-run] [--interactive] [--yes] [--max-files N] [--root DIR] [--rollback on|off] [--output names|summary|detail|diff] [--no-code] [--preview-lines N] [--verbose] [--only-attached] [--attach-mode strict|assist] [--max-attachments N] [--diff-lines N] [--diff-bytes N] [--diff-hunks N] [--confirm-overwrites <globs>] [--git-guard on|off] [--git-commit on|off] [--git-branch <name>] [--git-tag <name>] [--git-tag-prefix <pfx>] [--git-push on|off] [--git-push-remote <name>] [--allow-dotfiles]"
96
112
  },
97
113
  "memory/recall": {
98
114
  "status": "READY",
@@ -100,15 +116,7 @@
100
116
  "hasMetadata": true,
101
117
  "depsAvailable": true,
102
118
  "description": "Retrieve stored memories",
103
- "usage": "/recall [options]"
104
- },
105
- "memory/memory-status": {
106
- "status": "READY",
107
- "hasExecute": true,
108
- "hasMetadata": true,
109
- "depsAvailable": true,
110
- "description": "Show memory usage statistics and health",
111
- "usage": "/memory-status"
119
+ "usage": "/recall \"query\" [--tags t1,t2] [--limit N]"
112
120
  },
113
121
  "multimodal/image": {
114
122
  "status": "READY",
@@ -116,7 +124,7 @@
116
124
  "hasMetadata": true,
117
125
  "depsAvailable": true,
118
126
  "description": "Generate images with AI",
119
- "usage": "/image \"prompt\" [--size 1024x1024] [--format webp|png|jpg] [--count 1..8] [--model gemini-...] [--seed N] [--out dir] [--apply|--plan-only|--dry-run] [--concurrency N] [--retry N]"
127
+ "usage": "/image \"prompt\" [--size 1024x1024] [--format png|webp|jpg] [--count N]"
120
128
  },
121
129
  "multimodal/video": {
122
130
  "status": "READY",
@@ -124,7 +132,7 @@
124
132
  "hasMetadata": true,
125
133
  "depsAvailable": true,
126
134
  "description": "Generate videos with AI",
127
- "usage": "/video \"prompt\" [options]"
135
+ "usage": "/video \"prompt\""
128
136
  },
129
137
  "workflow/resume": {
130
138
  "status": "READY",
@@ -132,7 +140,7 @@
132
140
  "hasMetadata": true,
133
141
  "depsAvailable": true,
134
142
  "description": "Resume previous task context and propose next /code step",
135
- "usage": "/workflow/resume [options]"
143
+ "usage": "/workflow/resume [<taskId>] [--latest] [--date YYYY-MM-DD] [--limit N] [--rehydrate summary|full] [--open] [--tests] [--fix] [--apply] [--dry-run]"
136
144
  }
137
145
  }
138
146
  }