aemeathcli 1.0.0 → 1.0.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 +1 -0
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
Agent teams · Split-panel coordination · Role-based routing
|
|
9
9
|
<br />
|
|
10
10
|
<br />
|
|
11
|
+
<a href="https://www.npmjs.com/package/aemeathcli"><img src="https://img.shields.io/npm/v/aemeathcli?style=flat-square&color=red" alt="npm" /></a>
|
|
11
12
|
<a href="#installation"><img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen?style=flat-square" alt="Node.js >= 20" /></a>
|
|
12
13
|
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="MIT License" /></a>
|
|
13
14
|
<a href="#supported-models"><img src="https://img.shields.io/badge/models-9-orange?style=flat-square" alt="9 Models" /></a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aemeathcli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Next-generation multi-model CLI coding tool with agent teams and split-panel coordination",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -52,21 +52,23 @@
|
|
|
52
52
|
"@inquirer/prompts": "^7.0.0",
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
54
54
|
"ai": "^4.3.19",
|
|
55
|
-
"better-sqlite3": "^11.0.0",
|
|
56
55
|
"commander": "^13.0.0",
|
|
57
56
|
"execa": "^9.0.0",
|
|
58
57
|
"fast-glob": "^3.3.0",
|
|
59
58
|
"ink": "^5.0.0",
|
|
60
59
|
"ink-spinner": "^5.0.0",
|
|
61
|
-
"keytar": "^7.9.0",
|
|
62
60
|
"open": "^10.0.0",
|
|
63
|
-
"picocolors": "^1.
|
|
61
|
+
"picocolors": "^1.11.0",
|
|
64
62
|
"pino": "^9.0.0",
|
|
65
63
|
"react": "^18.3.0",
|
|
66
64
|
"update-notifier": "^7.0.0",
|
|
67
65
|
"yaml": "^2.4.0",
|
|
68
66
|
"zod": "^3.23.0"
|
|
69
67
|
},
|
|
68
|
+
"optionalDependencies": {
|
|
69
|
+
"better-sqlite3": "^11.0.0",
|
|
70
|
+
"keytar": "^7.9.0"
|
|
71
|
+
},
|
|
70
72
|
"devDependencies": {
|
|
71
73
|
"@testing-library/react": "^15.0.0",
|
|
72
74
|
"@types/better-sqlite3": "^7.6.0",
|