miii-agent 0.1.18 → 0.1.20
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 +78 -247
- package/dist/cli.js +1138 -124
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miii-agent",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.20",
|
|
4
|
+
"description": "Cursor / Claude Code, but local. An offline AI pair-programmer in your terminal, powered by Ollama. Private by default, free forever.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"miii": "dist/cli.js"
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"cli-highlight": "^2.1.11",
|
|
60
60
|
"execa": "^9.0.0",
|
|
61
61
|
"ink": "^5.0.0",
|
|
62
|
+
"marked": "^12.0.2",
|
|
63
|
+
"marked-terminal": "^7.3.0",
|
|
62
64
|
"ollama": "^0.5.0",
|
|
63
65
|
"react": "^18.3.0",
|
|
64
66
|
"zod": "^3.23.0"
|