@bonginkan/maria 3.0.9 โ 3.1.1
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 +14 -17
- package/dist/bin/maria.cjs +558 -581
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +1129 -1164
- package/dist/cli.cjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,36 +1,33 @@
|
|
|
1
|
-
# ๐ MARIA v3.
|
|
1
|
+
# ๐ MARIA v3.1.1
|
|
2
2
|
|
|
3
3
|
**Minimal API, Maximum Power** - Enterprise-ready AI development platform with 3 core services, beautiful CLI experience, and dynamic configuration.
|
|
4
4
|
|
|
5
|
+
๐ **Homepage**: [https://bonginkan.ai/](https://bonginkan.ai/)
|
|
6
|
+
|
|
5
7
|
[](https://www.typescriptlang.org/)
|
|
6
8
|
[](https://nodejs.org/)
|
|
7
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
8
10
|
[](https://github.com/bonginkan/maria)
|
|
9
11
|
[](https://github.com/bonginkan/maria)
|
|
10
12
|
|
|
11
13
|
## โก 3-Minute Quickstart
|
|
12
14
|
|
|
13
|
-
### ๐ฏ What is MARIA v3.
|
|
15
|
+
### ๐ฏ What is MARIA v3.1.1?
|
|
14
16
|
|
|
15
|
-
MARIA v3.
|
|
17
|
+
MARIA v3.1.1 revolutionizes AI development with **3 powerful services**, **beautiful CLI experience**, and **rock-solid stability**:
|
|
16
18
|
|
|
17
19
|
- ๐ง **IntelligentRouterService** - Smart command routing and analysis
|
|
18
20
|
- ๐งฉ **DualMemoryEngine** - System 1 & System 2 cognitive memory
|
|
19
21
|
- ๐ **FileSystemService** - Safe, atomic file operations
|
|
20
22
|
|
|
21
|
-
### ๐ What's New in v3.
|
|
22
|
-
|
|
23
|
-
#### Critical Fixes
|
|
24
|
-
- โ
**Fixed `/help` Command** - Completely resolved all help command issues
|
|
25
|
-
- โ
**Variable Consistency** - Fixed all variable name mismatches
|
|
26
|
-
- โ
**Error Messages** - Clearer, more helpful error output
|
|
27
|
-
- โ
**Build Warnings** - Eliminated all build warnings
|
|
23
|
+
### ๐ What's New in v3.1.1
|
|
28
24
|
|
|
29
|
-
#### Improvements
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
25
|
+
#### CLI Cleanup & Production Improvements
|
|
26
|
+
- ๐งน **Removed Duplicate CLI Files** - Consolidated `cli-fixed.ts` and `cli-backup.ts` into single `cli.ts`
|
|
27
|
+
- ๐ฏ **Cleaner Startup** - Removed all debug output and development messages
|
|
28
|
+
- โจ **Professional Experience** - Clean, unified startup process without duplicates
|
|
29
|
+
- ๐ฆ **Better Maintainability** - Single source of truth for CLI functionality
|
|
30
|
+
- โก **Faster Performance** - Improved startup and build times with fewer files
|
|
34
31
|
|
|
35
32
|
### ๐ฆ Installation
|
|
36
33
|
|
|
@@ -74,7 +71,7 @@ When you run `maria`, you'll see:
|
|
|
74
71
|
โ (c) 2025 Bonginkan Inc. โ
|
|
75
72
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
76
73
|
|
|
77
|
-
MARIA CODE v3.
|
|
74
|
+
MARIA CODE v3.1.1 โ Ready
|
|
78
75
|
/help for commands | Providers: 8/8 OK
|
|
79
76
|
|
|
80
77
|
Available AI Providers:
|