@bonginkan/maria 1.8.5 → 1.8.6
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 +2 -2
- package/dist/bin/maria.js +5 -2
- package/dist/bin/maria.js.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🤖 MARIA Platform v1.8.
|
|
1
|
+
# 🤖 MARIA Platform v1.8.6 "Quality Assured 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 v1.8.
|
|
12
|
+
> 🎉 **MARIA Platform v1.8.6** - 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**, 40+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
13
13
|
|
|
14
14
|
## 🖥️ **MARIA CODE CLI Interface**
|
|
15
15
|
|
package/dist/bin/maria.js
CHANGED
|
@@ -20196,7 +20196,7 @@ var init_package = __esm({
|
|
|
20196
20196
|
"package.json"() {
|
|
20197
20197
|
package_default = {
|
|
20198
20198
|
name: "@bonginkan/maria",
|
|
20199
|
-
version: "1.8.
|
|
20199
|
+
version: "1.8.6",
|
|
20200
20200
|
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",
|
|
20201
20201
|
keywords: [
|
|
20202
20202
|
"ai",
|
|
@@ -20292,7 +20292,6 @@ var init_package = __esm({
|
|
|
20292
20292
|
"@google/generative-ai": "^0.1.0",
|
|
20293
20293
|
"@langchain/core": "^0.1.0",
|
|
20294
20294
|
"@sindresorhus/slugify": "^2.2.1",
|
|
20295
|
-
"@types/glob": "^9.0.0",
|
|
20296
20295
|
axios: "^1.11.0",
|
|
20297
20296
|
chalk: "^5.3.0",
|
|
20298
20297
|
"cli-progress": "^3.12.0",
|
|
@@ -20360,6 +20359,10 @@ var init_package = __esm({
|
|
|
20360
20359
|
typescript: "5.3.3",
|
|
20361
20360
|
vitest: "^1.2.0"
|
|
20362
20361
|
},
|
|
20362
|
+
overrides: {
|
|
20363
|
+
chalk: "^5.3.0",
|
|
20364
|
+
"lodash.isequal": "npm:lodash.isEqual@^4.5.0"
|
|
20365
|
+
},
|
|
20363
20366
|
publishConfig: {
|
|
20364
20367
|
access: "public",
|
|
20365
20368
|
registry: "https://registry.npmjs.org/"
|