@bonginkan/maria 2.0.6 → 2.1.0
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 +4 -4
- package/dist/bin/maria.js +10909 -8336
- package/dist/bin/maria.js.map +1 -1
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +4428 -1903
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +173 -222
- package/package.json +25 -9
- package/dist/index.js +0 -30437
- package/dist/index.js.map +0 -1
- package/dist/metafile-cjs.json +0 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🤖 MARIA Platform v2.0.
|
|
1
|
+
# 🤖 MARIA Platform v2.0.7 "Memory Intelligence 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.0.
|
|
12
|
+
> 🎉 **MARIA Platform v2.0.7** - Enterprise AI Development CLI with **100% Tested & Verified Commands**, **Revolutionary Dual-Layer Memory System**, **Context-Aware Intelligence**, **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Personalized Learning**, 50+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
13
13
|
|
|
14
14
|
## 🖥️ **MARIA CODE CLI Interface**
|
|
15
15
|
|
|
@@ -19,7 +19,7 @@ _MARIA's beautiful startup interface with automatic AI service initialization an
|
|
|
19
19
|
|
|
20
20
|
## 🌟 Key Features - Local AI & Privacy-First Development
|
|
21
21
|
|
|
22
|
-
### 🧠 **Revolutionary Dual-Layer Memory System (v2.0.
|
|
22
|
+
### 🧠 **Revolutionary Dual-Layer Memory System (v2.0.7)**
|
|
23
23
|
|
|
24
24
|
- **System 1 (Fast/Intuitive)**: Instant pattern recognition and cache-based responses
|
|
25
25
|
- **System 2 (Deliberate/Analytical)**: Deep reasoning traces and decision trees
|
|
@@ -178,7 +178,7 @@ npm install -g @bonginkan/maria
|
|
|
178
178
|
|
|
179
179
|
# Verify installation
|
|
180
180
|
maria --version
|
|
181
|
-
# Output: MARIA Platform v2.0.
|
|
181
|
+
# Output: MARIA Platform v2.0.7 "Memory Intelligence Edition"
|
|
182
182
|
|
|
183
183
|
# Setup local AI models (optional)
|
|
184
184
|
maria setup-ollama # Install and configure Ollama
|