@bonginkan/maria 2.1.0 → 2.1.2
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 +25 -2
- package/dist/bin/maria.js +21013 -11461
- package/dist/bin/maria.js.map +1 -1
- package/dist/cli.js +20094 -10752
- package/dist/cli.js.map +1 -1
- package/dist/index.js +131662 -0
- package/dist/index.js.map +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/services/linux-command-intelligence/command-knowledge-base.d.ts +96 -0
- package/dist/services/linux-command-intelligence/command-knowledge-base.js +597 -0
- package/dist/services/linux-command-intelligence/command-knowledge-base.js.map +1 -0
- package/dist/services/linux-command-intelligence/context-analyzer.d.ts +111 -0
- package/dist/services/linux-command-intelligence/context-analyzer.js +427 -0
- package/dist/services/linux-command-intelligence/context-analyzer.js.map +1 -0
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🤖 MARIA Platform v2.
|
|
1
|
+
# 🤖 MARIA Platform v2.1.2 "Extended Command & Mode Edition"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
4
|
[](https://nodejs.org/)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://github.com/bonginkan/maria)
|
|
10
10
|
[](https://github.com/bonginkan/maria)
|
|
11
11
|
|
|
12
|
-
> 🎉 **MARIA Platform v2.
|
|
12
|
+
> 🎉 **MARIA Platform v2.1.2** - Enterprise AI Development CLI with **60 Internal Modes**, **5 New Slash Commands** (workspace, db, api, deploy, monitor), **2 New Internal Modes** (Focus, Learning), **Revolutionary Dual-Layer Memory System**, **Complete Local LLM Integration**, and **Privacy-First Development** Environment!
|
|
13
13
|
|
|
14
14
|
## 🖥️ **MARIA CODE CLI Interface**
|
|
15
15
|
|
|
@@ -27,6 +27,29 @@ _MARIA's beautiful startup interface with automatic AI service initialization an
|
|
|
27
27
|
- **Personalized Experience**: Adapts to your coding style and preferences
|
|
28
28
|
- **60% Faster Startup**: Lazy loading with <50ms memory operations
|
|
29
29
|
|
|
30
|
+
### 🤔 **Self-Questioning Internal Mode (Auto-Active)**
|
|
31
|
+
|
|
32
|
+
MARIA起動後に、自動で待機する内部モードとして、Self-Questioning内部モードを追加しました。このモードは以下の機能を提供します:
|
|
33
|
+
|
|
34
|
+
- **文脈推測**: 理解困難・矛盾・不明瞭な入力でも文脈から意図を自動推測
|
|
35
|
+
- **Ultrathink発動**: 複雑な場合に深層思考モードで多角的分析を実行
|
|
36
|
+
- **矛盾解析**: 相反する要求の根本原因を探り優先順位仮説を構築
|
|
37
|
+
- **推測根拠明示**: 推測内容と信頼度(0.1-1.0)を透明化して提示
|
|
38
|
+
- **柔軟適応**: 推測が外れても修正可能な回答構造を自動維持
|
|
39
|
+
|
|
40
|
+
### 🆕 **New in v2.1.2: Extended Commands & Modes**
|
|
41
|
+
|
|
42
|
+
**5 New Slash Commands:**
|
|
43
|
+
- **/workspace**: Project workspace management with session isolation
|
|
44
|
+
- **/db**: Database schema generation, migration, and query optimization
|
|
45
|
+
- **/api**: RESTful API development with OpenAPI generation and mock servers
|
|
46
|
+
- **/deploy**: Multi-environment deployment automation with rollback support
|
|
47
|
+
- **/monitor**: Real-time system monitoring with metrics and alerts
|
|
48
|
+
|
|
49
|
+
**2 New Internal Modes:**
|
|
50
|
+
- **Focus Mode** (`/focus`): Distraction-free coding with time-boxed sessions
|
|
51
|
+
- **Learning Mode** (`/learn`): Educational assistance with multi-level explanations
|
|
52
|
+
|
|
30
53
|
### 🏠 **Complete Local LLM Integration**
|
|
31
54
|
|
|
32
55
|
- **Automatic Detection & Setup**: Auto-configures Ollama, vLLM, LM Studio
|