@bonginkan/maria 4.3.34 → 4.3.36
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 +51 -19
- package/dist/bin/maria.cjs +957 -293
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +959 -295
- 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 +49 -9
- package/dist/server/express-server.js +49 -9
- package/dist/server-express.cjs +49 -9
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +51 -19
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.3.
|
|
1
|
+
# MARIA - AI Development Platform v4.3.36
|
|
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.36 (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.36
|
|
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.36`
|
|
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "lite-1.0.0",
|
|
3
|
-
"generatedAt": "2025-10-
|
|
4
|
-
"totalCommands":
|
|
5
|
-
"readyCount":
|
|
3
|
+
"generatedAt": "2025-10-03T06:19:05.074Z",
|
|
4
|
+
"totalCommands": 18,
|
|
5
|
+
"readyCount": 18,
|
|
6
6
|
"partialCount": 0,
|
|
7
7
|
"brokenCount": 0,
|
|
8
8
|
"commands": {
|
|
@@ -11,112 +11,144 @@
|
|
|
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]"
|
|
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 [--mode display|session|all]"
|
|
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"
|
|
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"
|
|
64
88
|
},
|
|
65
89
|
"configuration/setup": {
|
|
66
90
|
"status": "READY",
|
|
67
91
|
"hasExecute": true,
|
|
68
92
|
"hasMetadata": true,
|
|
69
93
|
"depsAvailable": true,
|
|
70
|
-
"description": "First-time setup wizard"
|
|
94
|
+
"description": "First-time setup wizard",
|
|
95
|
+
"usage": "/setup"
|
|
71
96
|
},
|
|
72
97
|
"configuration/init": {
|
|
73
98
|
"status": "READY",
|
|
74
99
|
"hasExecute": true,
|
|
75
100
|
"hasMetadata": true,
|
|
76
101
|
"depsAvailable": true,
|
|
77
|
-
"description": "Initialize project guidance and generate MARIA.md at repo root"
|
|
102
|
+
"description": "Initialize project guidance and generate MARIA.md at repo root",
|
|
103
|
+
"usage": "/init"
|
|
78
104
|
},
|
|
79
105
|
"code/code": {
|
|
80
106
|
"status": "READY",
|
|
81
107
|
"hasExecute": true,
|
|
82
108
|
"hasMetadata": true,
|
|
83
109
|
"depsAvailable": true,
|
|
84
|
-
"description": "Generate code with AI assistance"
|
|
110
|
+
"description": "Generate code with AI assistance",
|
|
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]"
|
|
85
112
|
},
|
|
86
113
|
"memory/recall": {
|
|
87
114
|
"status": "READY",
|
|
88
115
|
"hasExecute": true,
|
|
89
116
|
"hasMetadata": true,
|
|
90
117
|
"depsAvailable": true,
|
|
91
|
-
"description": "Retrieve stored memories"
|
|
118
|
+
"description": "Retrieve stored memories",
|
|
119
|
+
"usage": "/recall \"query\" [--tags t1,t2] [--limit N]"
|
|
92
120
|
},
|
|
93
121
|
"memory/memory-status": {
|
|
94
122
|
"status": "READY",
|
|
95
123
|
"hasExecute": true,
|
|
96
124
|
"hasMetadata": true,
|
|
97
125
|
"depsAvailable": true,
|
|
98
|
-
"description": "Show memory usage statistics and health"
|
|
126
|
+
"description": "Show memory usage statistics and health",
|
|
127
|
+
"usage": "/memory-status"
|
|
99
128
|
},
|
|
100
129
|
"multimodal/image": {
|
|
101
130
|
"status": "READY",
|
|
102
131
|
"hasExecute": true,
|
|
103
132
|
"hasMetadata": true,
|
|
104
133
|
"depsAvailable": true,
|
|
105
|
-
"description": "Generate images with AI"
|
|
134
|
+
"description": "Generate images with AI",
|
|
135
|
+
"usage": "/image \"prompt\" [--size 1024x1024] [--format png|webp|jpg] [--count N]"
|
|
106
136
|
},
|
|
107
137
|
"multimodal/video": {
|
|
108
138
|
"status": "READY",
|
|
109
139
|
"hasExecute": true,
|
|
110
140
|
"hasMetadata": true,
|
|
111
141
|
"depsAvailable": true,
|
|
112
|
-
"description": "Generate videos with AI"
|
|
142
|
+
"description": "Generate videos with AI",
|
|
143
|
+
"usage": "/video \"prompt\""
|
|
113
144
|
},
|
|
114
145
|
"workflow/resume": {
|
|
115
146
|
"status": "READY",
|
|
116
147
|
"hasExecute": true,
|
|
117
148
|
"hasMetadata": true,
|
|
118
149
|
"depsAvailable": true,
|
|
119
|
-
"description": "Resume previous task context and propose next /code step"
|
|
150
|
+
"description": "Resume previous task context and propose next /code step",
|
|
151
|
+
"usage": "/workflow/resume [<taskId>] [--latest] [--date YYYY-MM-DD] [--limit N] [--rehydrate summary|full] [--open] [--tests] [--fix] [--apply] [--dry-run]"
|
|
120
152
|
}
|
|
121
153
|
}
|
|
122
154
|
}
|