miii-cli 1.3.1 → 1.3.3

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,20 +1,20 @@
1
- # miii — Ollama Coding CLI. 176 KB. No API Key.
1
+ # miii — The Local-First Autonomous Coding Agent
2
2
 
3
- > **Claude Code UX. Ollama models. No invoice.**
3
+ > **Claude Code's power. Ollama's privacy. Zero cost.**
4
4
 
5
- ![MIII Demo](mii-cli.gif)
5
+ ![MIII Demo](miii-demo.png)
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/miii-cli)](https://www.npmjs.com/package/miii-cli)
8
8
  [![license](https://img.shields.io/npm/l/miii-cli)](LICENSE)
9
9
  [![node](https://img.shields.io/node/v/miii-cli)](https://nodejs.org)
10
10
 
11
- **176 KB · no API key · works offline**
11
+ **176 KB · No API keys · Fully Offline · MIT Licensed**
12
12
 
13
13
  ---
14
14
 
15
- Buy hardware once. Pay for AI never.
15
+ ### Stop renting your intelligence. Own your workflow.
16
16
 
17
- Your code never leaves your machine. Nothing sent to Anthropic, OpenAI, or anyone. If you're already running Ollama, miii adds $0 to your stack.
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.1",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
- "description": "The high-performance local AI coding agent for your terminal. Automate complex workflows with local LLMs.",
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-assistant",
21
- "local-llm",
20
+ "ai-coding-agent",
22
21
  "ollama",
23
- "terminal-agent",
22
+ "local-llm",
24
23
  "autonomous-coding",
24
+ "privacy-first",
25
25
  "cli-tool",
26
- "developer-experience",
27
- "open-source-ai",
28
- "local-ai",
29
- "software-engineering"
26
+ "offline-ai",
27
+ "developer-tooling",
28
+ "open-source",
29
+ "agentic-workflow"
30
30
  ],
31
31
  "files": [
32
32
  "dist",