@bonginkan/maria 1.7.6 โ 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 +42 -14
- 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
|
|
@@ -149,9 +158,14 @@ maria setup-vllm # Install and configure vLLM
|
|
|
149
158
|
|
|
150
159
|
# Start interactive mode with natural language
|
|
151
160
|
maria
|
|
152
|
-
|
|
153
|
-
# Example CLI Session Output:
|
|
154
161
|
```
|
|
162
|
+
|
|
163
|
+
### ๐ฅ๏ธ **Live CLI Session Example**
|
|
164
|
+
|
|
165
|
+

|
|
166
|
+
|
|
167
|
+
**Terminal Output:**
|
|
168
|
+
```bash
|
|
155
169
|
๐ Initializing AI Services...
|
|
156
170
|
|
|
157
171
|
Local AI Services:
|
|
@@ -164,19 +178,33 @@ vLLM [โโโโโโโโโโโโโโโโโโโ] 0% โ
|
|
|
164
178
|
> _
|
|
165
179
|
```
|
|
166
180
|
|
|
167
|
-
|
|
168
|
-
|
|
181
|
+
**Natural language interaction (no commands needed!):**
|
|
182
|
+
```bash
|
|
183
|
+
You: "write code for me" # โ Automatically triggers /code
|
|
169
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
|
|
196
|
+
```
|
|
170
197
|
|
|
171
|
-
|
|
198
|
+
**Advanced Code Quality Analysis Commands:**
|
|
199
|
+
```bash
|
|
172
200
|
> /lint check # Comprehensive code quality analysis
|
|
173
|
-
> /typecheck analyze # TypeScript type safety (87% coverage)
|
|
201
|
+
> /typecheck analyze # TypeScript type safety (87% coverage)
|
|
174
202
|
> /security-review scan # OWASP compliance check (89/100 score)
|
|
175
203
|
> /bug fix "null pointer" # AI-powered bug fix suggestions
|
|
176
|
-
|
|
177
|
-
You: "็ ็ฉถ่ซๆใๅฎ่ฃ
ใใฆ" # โ Triggers /paper for paper-to-code
|
|
204
|
+
```
|
|
178
205
|
|
|
179
|
-
|
|
206
|
+
**Traditional slash commands (34+ available):**
|
|
207
|
+
```bash
|
|
180
208
|
/code # AI-powered code generation
|
|
181
209
|
/paper # Research paper โ code transformation
|
|
182
210
|
/vibe # Autonomous development from requirements
|
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",
|