miii-cli 1.3.2 → 1.3.4
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 +5 -5
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# miii —
|
|
1
|
+
# miii — The Local-First Autonomous Coding Agent
|
|
2
2
|
|
|
3
|
-
> **Claude Code
|
|
3
|
+
> **Claude Code's power. Ollama's privacy. Zero cost.**
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](https://nodejs.org)
|
|
10
10
|
|
|
11
|
-
**176 KB ·
|
|
11
|
+
**176 KB · No API keys · Fully Offline · MIT Licensed**
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Stop renting your intelligence. Own your workflow.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
miii is a high-precision autonomous agent that brings the state-of-the-art "Agentic Loop" to your local machine. No subscriptions, no token bills, and zero data leakage. Your code never leaves your hardware.
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
npm install -g miii-cli && miii
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miii-cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "The
|
|
5
|
+
"description": "The local-first autonomous coding agent. Claude Code UX powered by Ollama. Zero cost, maximum privacy, fully offline.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18"
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"url": "https://github.com/maruakshay/miii-cli/issues"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
-
"ai-coding-
|
|
21
|
-
"local-llm",
|
|
20
|
+
"ai-coding-agent",
|
|
22
21
|
"ollama",
|
|
23
|
-
"
|
|
22
|
+
"local-llm",
|
|
24
23
|
"autonomous-coding",
|
|
24
|
+
"privacy-first",
|
|
25
25
|
"cli-tool",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
26
|
+
"offline-ai",
|
|
27
|
+
"developer-tooling",
|
|
28
|
+
"open-source",
|
|
29
|
+
"agentic-workflow"
|
|
30
30
|
],
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|