@bonginkan/maria 4.3.33 → 4.3.35
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 +4 -4
- package/dist/READY.manifest.json +33 -17
- package/dist/bin/maria.cjs +196 -96
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +196 -96
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +259 -250
- package/dist/server/express-server.js +259 -250
- package/dist/server-express.cjs +259 -250
- package/dist/server-express.cjs.map +1 -1
- package/package.json +3 -3
- package/src/slash-commands/READY.manifest.json +33 -17
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.3.
|
|
1
|
+
# MARIA - AI Development Platform v4.3.35
|
|
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.35 (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.
|
|
925
|
+
npm install -g @bonginkan/maria@4.3.35
|
|
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.
|
|
1129
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.35`
|
|
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)
|
package/dist/READY.manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "lite-1.0.0",
|
|
3
|
-
"generatedAt": "2025-
|
|
3
|
+
"generatedAt": "2025-10-01T07:40:48.664Z",
|
|
4
4
|
"totalCommands": 16,
|
|
5
5
|
"readyCount": 16,
|
|
6
6
|
"partialCount": 0,
|
|
@@ -11,112 +11,128 @@
|
|
|
11
11
|
"hasExecute": true,
|
|
12
12
|
"hasMetadata": true,
|
|
13
13
|
"depsAvailable": true,
|
|
14
|
-
"description": "Show command help and documentation"
|
|
14
|
+
"description": "Show command help and documentation",
|
|
15
|
+
"usage": "/help [command] [--category <category>] [--search <term>] [--quickstart] [--stats]"
|
|
15
16
|
},
|
|
16
17
|
"core/version": {
|
|
17
18
|
"status": "READY",
|
|
18
19
|
"hasExecute": true,
|
|
19
20
|
"hasMetadata": true,
|
|
20
21
|
"depsAvailable": true,
|
|
21
|
-
"description": "Show version information"
|
|
22
|
+
"description": "Show version information",
|
|
23
|
+
"usage": "/version"
|
|
22
24
|
},
|
|
23
25
|
"core/exit": {
|
|
24
26
|
"status": "READY",
|
|
25
27
|
"hasExecute": true,
|
|
26
28
|
"hasMetadata": true,
|
|
27
29
|
"depsAvailable": true,
|
|
28
|
-
"description": "Exit MARIA CLI"
|
|
30
|
+
"description": "Exit MARIA CLI",
|
|
31
|
+
"usage": "/exit"
|
|
29
32
|
},
|
|
30
33
|
"core/update": {
|
|
31
34
|
"status": "READY",
|
|
32
35
|
"hasExecute": true,
|
|
33
36
|
"hasMetadata": true,
|
|
34
37
|
"depsAvailable": true,
|
|
35
|
-
"description": "Incremental codebase updates; refresh MARIA.md with latest changes"
|
|
38
|
+
"description": "Incremental codebase updates; refresh MARIA.md with latest changes",
|
|
39
|
+
"usage": "/update"
|
|
36
40
|
},
|
|
37
41
|
"conversation/clear": {
|
|
38
42
|
"status": "READY",
|
|
39
43
|
"hasExecute": true,
|
|
40
44
|
"hasMetadata": true,
|
|
41
45
|
"depsAvailable": true,
|
|
42
|
-
"description": "Clear conversation history"
|
|
46
|
+
"description": "Clear conversation history",
|
|
47
|
+
"usage": "/clear"
|
|
43
48
|
},
|
|
44
49
|
"system/status": {
|
|
45
50
|
"status": "READY",
|
|
46
51
|
"hasExecute": true,
|
|
47
52
|
"hasMetadata": true,
|
|
48
53
|
"depsAvailable": true,
|
|
49
|
-
"description": "System health information"
|
|
54
|
+
"description": "System health information",
|
|
55
|
+
"usage": "/status"
|
|
50
56
|
},
|
|
51
57
|
"system/doctor": {
|
|
52
58
|
"status": "READY",
|
|
53
59
|
"hasExecute": true,
|
|
54
60
|
"hasMetadata": true,
|
|
55
61
|
"depsAvailable": true,
|
|
56
|
-
"description": "System diagnostics"
|
|
62
|
+
"description": "System diagnostics",
|
|
63
|
+
"usage": "/doctor"
|
|
57
64
|
},
|
|
58
65
|
"auth/whoami": {
|
|
59
66
|
"status": "READY",
|
|
60
67
|
"hasExecute": true,
|
|
61
68
|
"hasMetadata": true,
|
|
62
69
|
"depsAvailable": true,
|
|
63
|
-
"description": "Show current authenticated user information"
|
|
70
|
+
"description": "Show current authenticated user information",
|
|
71
|
+
"usage": "/whoami"
|
|
64
72
|
},
|
|
65
73
|
"configuration/setup": {
|
|
66
74
|
"status": "READY",
|
|
67
75
|
"hasExecute": true,
|
|
68
76
|
"hasMetadata": true,
|
|
69
77
|
"depsAvailable": true,
|
|
70
|
-
"description": "First-time setup wizard"
|
|
78
|
+
"description": "First-time setup wizard",
|
|
79
|
+
"usage": "/setup"
|
|
71
80
|
},
|
|
72
81
|
"configuration/init": {
|
|
73
82
|
"status": "READY",
|
|
74
83
|
"hasExecute": true,
|
|
75
84
|
"hasMetadata": true,
|
|
76
85
|
"depsAvailable": true,
|
|
77
|
-
"description": "Initialize project guidance and generate MARIA.md at repo root"
|
|
86
|
+
"description": "Initialize project guidance and generate MARIA.md at repo root",
|
|
87
|
+
"usage": "/init"
|
|
78
88
|
},
|
|
79
89
|
"code/code": {
|
|
80
90
|
"status": "READY",
|
|
81
91
|
"hasExecute": true,
|
|
82
92
|
"hasMetadata": true,
|
|
83
93
|
"depsAvailable": true,
|
|
84
|
-
"description": "Generate code with AI assistance"
|
|
94
|
+
"description": "Generate code with AI assistance",
|
|
95
|
+
"usage": "/code [options]"
|
|
85
96
|
},
|
|
86
97
|
"memory/recall": {
|
|
87
98
|
"status": "READY",
|
|
88
99
|
"hasExecute": true,
|
|
89
100
|
"hasMetadata": true,
|
|
90
101
|
"depsAvailable": true,
|
|
91
|
-
"description": "Retrieve stored memories"
|
|
102
|
+
"description": "Retrieve stored memories",
|
|
103
|
+
"usage": "/recall [options]"
|
|
92
104
|
},
|
|
93
105
|
"memory/memory-status": {
|
|
94
106
|
"status": "READY",
|
|
95
107
|
"hasExecute": true,
|
|
96
108
|
"hasMetadata": true,
|
|
97
109
|
"depsAvailable": true,
|
|
98
|
-
"description": "Show memory usage statistics and health"
|
|
110
|
+
"description": "Show memory usage statistics and health",
|
|
111
|
+
"usage": "/memory-status"
|
|
99
112
|
},
|
|
100
113
|
"multimodal/image": {
|
|
101
114
|
"status": "READY",
|
|
102
115
|
"hasExecute": true,
|
|
103
116
|
"hasMetadata": true,
|
|
104
117
|
"depsAvailable": true,
|
|
105
|
-
"description": "Generate images with AI"
|
|
118
|
+
"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]"
|
|
106
120
|
},
|
|
107
121
|
"multimodal/video": {
|
|
108
122
|
"status": "READY",
|
|
109
123
|
"hasExecute": true,
|
|
110
124
|
"hasMetadata": true,
|
|
111
125
|
"depsAvailable": true,
|
|
112
|
-
"description": "Generate videos with AI"
|
|
126
|
+
"description": "Generate videos with AI",
|
|
127
|
+
"usage": "/video \"prompt\" [options]"
|
|
113
128
|
},
|
|
114
129
|
"workflow/resume": {
|
|
115
130
|
"status": "READY",
|
|
116
131
|
"hasExecute": true,
|
|
117
132
|
"hasMetadata": true,
|
|
118
133
|
"depsAvailable": true,
|
|
119
|
-
"description": "Resume previous task context and propose next /code step"
|
|
134
|
+
"description": "Resume previous task context and propose next /code step",
|
|
135
|
+
"usage": "/workflow/resume [options]"
|
|
120
136
|
}
|
|
121
137
|
}
|
|
122
138
|
}
|