@bonginkan/maria 4.3.38 → 4.3.40
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 +9 -4
- package/dist/READY.manifest.json +11 -3
- package/dist/bin/maria.cjs +1166 -374
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +1163 -371
- 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 +1 -1
- package/dist/server/express-server.js +1 -1
- package/dist/server-express.cjs +1 -1
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +11 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.3.
|
|
1
|
+
# MARIA - AI Development Platform v4.3.40
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](LICENSE)
|
|
@@ -10,7 +10,12 @@
|
|
|
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.40 (October, 2025)
|
|
14
|
+
|
|
15
|
+
### Functinal enhancements
|
|
16
|
+
- **Enhanced Natural Language Support**: Main commands called automatically by natural language input
|
|
17
|
+
- **Research and novel**: Research and novel generation now fully functional
|
|
18
|
+
- **Improved coding**
|
|
14
19
|
|
|
15
20
|
### 🎯 Interactive Improvements & Choice Memory
|
|
16
21
|
- **Choice Memory System**: Smart persistence of user selections across sessions
|
|
@@ -922,7 +927,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
922
927
|
### Quick Installation
|
|
923
928
|
```bash
|
|
924
929
|
# Install globally (recommended)
|
|
925
|
-
npm install -g @bonginkan/maria@4.3.
|
|
930
|
+
npm install -g @bonginkan/maria@4.3.40
|
|
926
931
|
|
|
927
932
|
# Verify installation
|
|
928
933
|
maria --version # Should show v4.3.9
|
|
@@ -1126,7 +1131,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
1126
1131
|
|
|
1127
1132
|
*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
1133
|
|
|
1129
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.
|
|
1134
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.3.40`
|
|
1130
1135
|
|
|
1131
1136
|
🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
1132
1137
|
💬 **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-05T10:57:31.633Z",
|
|
4
|
+
"totalCommands": 19,
|
|
5
|
+
"readyCount": 19,
|
|
6
6
|
"partialCount": 0,
|
|
7
7
|
"brokenCount": 0,
|
|
8
8
|
"commands": {
|
|
@@ -110,6 +110,14 @@
|
|
|
110
110
|
"description": "Generate code with AI assistance",
|
|
111
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]"
|
|
112
112
|
},
|
|
113
|
+
"creative/novel": {
|
|
114
|
+
"status": "READY",
|
|
115
|
+
"hasExecute": true,
|
|
116
|
+
"hasMetadata": true,
|
|
117
|
+
"depsAvailable": true,
|
|
118
|
+
"description": "Generate novel outline and chapters",
|
|
119
|
+
"usage": "/novel \"idea or title\" [--lang <code>] [--format md|txt] [--genre <name>] [--plan-only]"
|
|
120
|
+
},
|
|
113
121
|
"analysis/research": {
|
|
114
122
|
"status": "READY",
|
|
115
123
|
"hasExecute": true,
|