@oriro/orirocli 0.1.3 → 0.1.5

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 (3) hide show
  1. package/README.md +16 -12
  2. package/dist/cli.js +1327 -1019
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,21 +2,25 @@
2
2
 
3
3
  # ORIRO‑Terminal - **“Head | Memory | Eyeball for AI”**
4
4
 
5
- # **FREE TIER | BYOK** | **Works in 100 Languages | Live Security Gaurdian-V3 (MCP Watch)**
5
+ # **FREE · KEYLESS · BYOK** | **Works in 100 Languages | Deterministic Security Guardian V3**
6
6
 
7
- A terminal coder that **sees the web**, **speaks and listens in 100 languages**, **guards itself**, and can wear a **floating avatar that talks back in its own voice** — all on‑device.
8
-
9
- A free, on-device-friendly terminal AI agent built on the Pi agent harness (used as a library).
7
+ A free, keyless terminal AI coder built on the Pi agent harness (used as a library).
8
+ It **writes and runs code** from a pool of free routers, works in **your language**, **guards every action**,
9
+ can **inspect a live site's structure**, and greets you with an **avatar in its own on-device voice**.
10
10
  Your language, your machine, no paid keys required.
11
11
 
12
- ## What's inside
13
- - **Keyless free-router Mux** — best-router selection + invisible failover across free providers, with an on-device floor. Never a paid key.
14
- - **100 languages** — type in your language; the model reasons in English; replies come back translated (on-device NLLB).
15
- - **Guardian V3** — a security gate on every tool call, default-on, fail-closed.
16
- - **Head** — goes out, inspects a live site, and reverse-engineers it to code.
17
- - **Scriber** — a consent-gated, self-healing local work journal (never leaves your machine).
18
- - **323 skills**, **multi-agent orchestration** on the free pool, and **MCP connectors**.
19
- - **Channels** — drive ORIRO from Telegram/Discord/WhatsApp with your own bot.
12
+ ## What's inside (this release)
13
+ - **Keyless free-router Mux** — best-router selection + invisible failover across free providers, with an on-device floor. **Never a paid key.** BYOK optional (live-validated).
14
+ - **100 languages** — pick yours at first run; the model works in English. On-device NLLB translation is an optional add-on (without it, your text passes through as-is).
15
+ - **Guardian V3 (Lite)** — a **deterministic** security gate on every tool call (default-on, fail-closed): blocks `curl|sh` remote-exec, destructive wipes, reverse shells, and env/secret exfil. No weights, no tokenizer, no download.
16
+ - **Head** — fetches a live site, detects its **sections/structure**, and reports the gaps to build from (the coder writes the code from that report).
17
+ - **Scriber (memory)** — a consent-gated local work journal, **off by default**; turns are recalled across sessions and never leave your machine.
18
+ - **323 skills** (CORE/TAIL tiered) + **multi-agent orchestration** on the free pool.
19
+ - **MCP connector catalog** (59) and **Channels** — run ORIRO from Telegram/Discord/WhatsApp with **your own** bot.
20
+ - **Avatar** — pick a face at onboarding; it greets you aloud in its paired on-device voice.
21
+
22
+ ## On the roadmap (not in this release)
23
+ Full-page **screenshot → code** Head (Playwright), the **two-way voice loop** (speak + listen/STT), in-REPL **permission modes**, and **`oriro mcp`** guided setup. Today the Head is fetch/structure-based and voice is the avatar's spoken greeting.
20
24
 
21
25
  ## Install
22
26