@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.
Files changed (2) hide show
  1. package/README.md +42 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ๐Ÿค– MARIA Platform v1.7.4 "Algorithm Education Revolution"
1
+ # ๐Ÿค– MARIA Platform v1.7.8 "Algorithm Education Revolution"
2
2
 
3
3
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue)](https://www.typescriptlang.org/)
4
4
  [![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)](https://nodejs.org/)
@@ -8,7 +8,7 @@
8
8
  [![Quality](https://img.shields.io/badge/Code%20Quality-100%25-brightgreen)](https://github.com/bonginkan/maria)
9
9
  [![Cognitive Modes](https://img.shields.io/badge/Cognitive%20Modes-50-purple)](https://github.com/bonginkan/maria)
10
10
 
11
- > ๐ŸŽ‰ **MARIA Platform v1.7.4** - Enterprise AI Development CLI with **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Automatic Setup**, 36+ Interactive Commands, and **Privacy-First Development** Environment!
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
- - **5-Language Support**: Native understanding in Japanese, English, Chinese, Korean, Vietnamese
60
- - **Intent Recognition**: "ใ‚ณใƒผใƒ‰ใ‚’ๆ›ธใ„ใฆ" โ†’ `/code` automatic execution (95%+ accuracy)
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.5 "Algorithm Education Revolution"
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
+ ![MARIA CLI Startup](./images/CLI_visual.png)
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
- # Natural language interaction (no commands needed!)
168
- You: "ใ‚ณใƒผใƒ‰ใ‚’ๆ›ธใ„ใฆ" # โ†’ Automatically triggers /code
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
- # NEW: Code Quality Analysis Commands
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
- You: "analyze this bug" # โ†’ Auto-switches to /bug mode
177
- You: "็ ”็ฉถ่ซ–ๆ–‡ใ‚’ๅฎŸ่ฃ…ใ—ใฆ" # โ†’ Triggers /paper for paper-to-code
204
+ ```
178
205
 
179
- # Traditional slash commands (34+ available)
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.6",
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",