@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.
Files changed (2) hide show
  1. package/README.md +26 -8
  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
@@ -171,8 +180,19 @@ vLLM [โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—] 0% โš™
171
180
 
172
181
  **Natural language interaction (no commands needed!):**
173
182
  ```bash
174
- You: "ใ‚ณใƒผใƒ‰ใ‚’ๆ›ธใ„ใฆ" # โ†’ Automatically triggers /code
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.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",