@bonginkan/maria 1.7.7 โ 1.7.8
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 +26 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# ๐ค MARIA Platform v1.7.
|
|
1
|
+
# ๐ค MARIA Platform v1.7.8 "Algorithm Education Revolution"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
4
|
[](https://nodejs.org/)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://github.com/bonginkan/maria)
|
|
9
9
|
[](https://github.com/bonginkan/maria)
|
|
10
10
|
|
|
11
|
-
> ๐ **MARIA Platform v1.7.
|
|
11
|
+
> ๐ **MARIA Platform v1.7.8** - Enterprise AI Development CLI with **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Automatic Setup**, 36+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
12
12
|
|
|
13
13
|
## ๐ฅ๏ธ **Beautiful CLI Interface**
|
|
14
14
|
|
|
@@ -56,11 +56,20 @@ maria # Start interactive development
|
|
|
56
56
|
|
|
57
57
|
### ๐ค Intelligent Router - Natural Language Command System
|
|
58
58
|
|
|
59
|
-
-
|
|
60
|
-
- **Intent Recognition**: "
|
|
59
|
+
- **๐ 5-Language Support**: Native understanding in **English, Japanese, Chinese, Korean, Vietnamese**
|
|
60
|
+
- **Intent Recognition**: "write code" โ `/code` automatic execution (95%+ accuracy)
|
|
61
61
|
- **Contextual Understanding**: Smart parameter extraction from natural conversation
|
|
62
62
|
- **Learning Engine**: Adapts to user patterns for personalized experience
|
|
63
63
|
|
|
64
|
+
**Multi-Language Examples:**
|
|
65
|
+
```bash
|
|
66
|
+
English: "write code" โ /code
|
|
67
|
+
Japanese: "ใณใผใใๆธใใฆ" โ /code
|
|
68
|
+
Chinese: "ๅไปฃ็ " โ /code
|
|
69
|
+
Korean: "์ฝ๋๋ฅผ ์์ฑํด" โ /code
|
|
70
|
+
Vietnamese: "viแบฟt code" โ /code
|
|
71
|
+
```
|
|
72
|
+
|
|
64
73
|
### ๐๏ธ Autonomous Development Ecosystem (/vibe, /paper, /agentic)
|
|
65
74
|
|
|
66
75
|
- **Paper-to-Code Transformation**: Research papers โ production implementations using DeepCode architecture
|
|
@@ -141,7 +150,7 @@ npm install -g @bonginkan/maria
|
|
|
141
150
|
|
|
142
151
|
# Verify installation
|
|
143
152
|
maria --version
|
|
144
|
-
# Output: MARIA Platform v1.7.
|
|
153
|
+
# Output: MARIA Platform v1.7.8 "Algorithm Education Revolution"
|
|
145
154
|
|
|
146
155
|
# Setup local AI models (optional)
|
|
147
156
|
maria setup-ollama # Install and configure Ollama
|
|
@@ -171,8 +180,19 @@ vLLM [โโโโโโโโโโโโโโโโโโโ] 0% โ
|
|
|
171
180
|
|
|
172
181
|
**Natural language interaction (no commands needed!):**
|
|
173
182
|
```bash
|
|
174
|
-
You: "
|
|
183
|
+
You: "write code for me" # โ Automatically triggers /code
|
|
175
184
|
You: "create a React app" # โ Intelligent routing to /code
|
|
185
|
+
You: "analyze this bug" # โ Auto-switches to /bug mode
|
|
186
|
+
You: "implement research" # โ Triggers /paper for paper-to-code
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**๐ Multi-Language Support (5 Languages):**
|
|
190
|
+
```bash
|
|
191
|
+
English: "write code" # โ /code
|
|
192
|
+
Japanese: "ใณใผใใๆธใใฆ" # โ /code
|
|
193
|
+
Chinese: "ๅไปฃ็ " # โ /code
|
|
194
|
+
Korean: "์ฝ๋๋ฅผ ์์ฑํด" # โ /code
|
|
195
|
+
Vietnamese: "viแบฟt code" # โ /code
|
|
176
196
|
```
|
|
177
197
|
|
|
178
198
|
**Advanced Code Quality Analysis Commands:**
|
|
@@ -181,8 +201,6 @@ You: "create a React app" # โ Intelligent routing to /code
|
|
|
181
201
|
> /typecheck analyze # TypeScript type safety (87% coverage)
|
|
182
202
|
> /security-review scan # OWASP compliance check (89/100 score)
|
|
183
203
|
> /bug fix "null pointer" # AI-powered bug fix suggestions
|
|
184
|
-
You: "analyze this bug" # โ Auto-switches to /bug mode
|
|
185
|
-
You: "็ ็ฉถ่ซๆใๅฎ่ฃ
ใใฆ" # โ Triggers /paper for paper-to-code
|
|
186
204
|
```
|
|
187
205
|
|
|
188
206
|
**Traditional slash commands (34+ available):**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.8",
|
|
4
4
|
"description": "Enterprise-Grade AI Development Platform - Intelligent CLI with Complete Local AI Integration (Ollama + vLLM + LM Studio), 50 Cognitive Modes, Vector-based Code Search, and Comprehensive Quality Analysis",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|