aiden-runtime 3.16.2 → 3.17.0

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 CHANGED
@@ -1,14 +1,18 @@
1
1
  ```
2
- █████╗ ██╗██████╗ ███████╗███╗ ██╗
2
+ █████╗ ██╗██████╗ ███████╗███╗ ██╗
3
3
  ██╔══██╗██║██╔══██╗██╔════╝████╗ ██║
4
4
  ███████║██║██║ ██║█████╗ ██╔██╗ ██║
5
5
  ██╔══██║██║██║ ██║██╔══╝ ██║╚██╗██║
6
6
  ██║ ██║██║██████╔╝███████╗██║ ╚████║
7
7
  ╚═╝ ╚═╝╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝
8
8
 
9
- local-first AI operating system
10
- 1,400+ skills · 80+ tools · 15+ providers · AGPL-3.0
11
- Windows · Linux · WSL · macOS (API mode)
9
+ Autonomous AI Operating System
10
+
11
+ 1,500+ Skills 89+ Tools 14+ Providers • AGPL-3.0
12
+
13
+ Windows • Linux • WSL • macOS (API Mode)
14
+
15
+ Self-Healing • Browser Automation • Terminal Control • Persistent Memory
12
16
  ```
13
17
 
14
18
  <p align="center">
@@ -17,6 +21,7 @@ Windows · Linux · WSL · macOS (API mode)
17
21
  <a href="https://discord.gg/gMZ3hUnQTm"><img src="https://img.shields.io/badge/chat-discord-7289da?logo=discord&logoColor=white" alt="Discord" /></a>
18
22
  <a href="./LICENSE"><img src="https://img.shields.io/badge/license-AGPL--3.0-orange" alt="License: AGPL-3.0" /></a>
19
23
  <a href="https://github.com/taracodlabs/aiden/stargazers"><img src="https://img.shields.io/github/stars/taracodlabs/aiden?style=flat&color=f9d71c" alt="Stars" /></a>
24
+ <a href="https://www.npmjs.com/package/aiden-os"><img src="https://img.shields.io/npm/v/aiden-os?color=f97316&label=npm" alt="npm" /></a>
20
25
  </p>
21
26
 
22
27
  <p align="center">
@@ -28,8 +33,21 @@ Windows · Linux · WSL · macOS (API mode)
28
33
 
29
34
  ---
30
35
 
31
- > **v3.16`npx aiden-os` single-command launch · programmatic API · in-process server + CLI**
32
- > Run Aiden with one command no clone, no build, no two terminals. `npx aiden-os` installs the runtime, runs the setup wizard on first use, then starts the server and CLI together in the same process. New `start()` / `run()` exports for embedding Aiden in your own Node.js apps. See [changelog](#changelog) below.
36
+ > **v3.17local web dashboard · MCP server · plugin system · chat streaming fix**
37
+ > Browse to `localhost:4200/ui` for a full chat UI with live SSE streaming no terminal required. Expose Aiden's tools to Claude Code, Cursor, and VS Code via the new MCP server mode. Drop a `.js` file into `workspace/plugins/` and it hot-loads automatically. See [changelog](#changelog) below.
38
+
39
+ ---
40
+
41
+ ## Why Aiden
42
+
43
+ Most AI agents answer questions. Aiden executes work.
44
+
45
+ - **Runs on your machine** — local-first, no telemetry, no cloud required
46
+ - **Controls your desktop** — vision loop, mouse, keyboard, window management
47
+ - **Automates any browser** — navigate, click, extract via playwright-cli
48
+ - **Learns from every session** — writes skills from successes, lessons from failures
49
+ - **Works fully offline** — Ollama support, zero cloud dependency
50
+ - **One command to start** — `npx aiden-os` installs, configures, runs everything
33
51
 
34
52
  ---
35
53
 
@@ -192,7 +210,7 @@ Model: aiden-3.13
192
210
 
193
211
  ![TUI](docs/images/tui.png)
194
212
 
195
- Full command palette, 1,400+ skills, 80+ tools, automatic provider routing (Groq → BOA → Ollama). Runs in any terminal.
213
+ Full command palette, 1,400+ skills, 89+ tools, automatic provider routing (Groq → OpenRouter → Ollama). Runs in any terminal.
196
214
 
197
215
  ### Desktop app
198
216
 
@@ -223,6 +241,23 @@ Full chat interface with live activity panel. Local-first, connects to Ollama or
223
241
 
224
242
  ---
225
243
 
244
+ ## Aiden vs alternatives
245
+
246
+ | Feature | Aiden | Hermes | OpenClaw |
247
+ |---|---|---|---|
248
+ | **Windows native installer** | ✅ | ❌ | ❌ |
249
+ | **Desktop OS control** | ✅ vision + mouse + keyboard | ❌ | ❌ |
250
+ | **One-command install** | ✅ `npx aiden-os` | ❌ | ❌ |
251
+ | **OpenAI-compatible API** | ✅ `/v1/chat/completions` | ❌ | ❌ |
252
+ | **agentskills.io skills** | ✅ 1500+ | ✅ | ✅ 13K+ |
253
+ | **Offline (Ollama)** | ✅ | ✅ | ✅ |
254
+ | **Local web dashboard** | ✅ | ✅ | ✅ |
255
+ | **Pro license system** | ✅ | ❌ | ❌ |
256
+ | **Zero CVEs** | ✅ | ❌ | ❌ |
257
+ | **License** | AGPL-3.0 | MIT | MIT |
258
+
259
+ ---
260
+
226
261
  ## Architecture
227
262
 
228
263
  ```
@@ -353,6 +388,42 @@ Or toggle live from the Aiden CLI without restarting:
353
388
 
354
389
  ---
355
390
 
391
+ ## Commands
392
+
393
+ ### Start Aiden
394
+ | Command | Description |
395
+ |---------|-------------|
396
+ | `npx aiden-os` | Install, configure, and start (recommended) |
397
+ | `npm start` | Start API server (port 4200) |
398
+ | `npm run cli` | Start TUI (connect to running server) |
399
+ | `npm run build` | Rebuild after source changes |
400
+ | `aiden --reconfigure` | Re-run setup wizard, change providers |
401
+
402
+ ### In-chat commands
403
+ | Command | Description |
404
+ |---------|-------------|
405
+ | `/help` | Show all commands |
406
+ | `/switch <provider>` | Change primary provider live |
407
+ | `/budget` | Show daily token spend + remaining |
408
+ | `/budget set <n>` | Set daily limit in USD |
409
+ | `/memory` | View distilled facts and memory stats |
410
+ | `/memory search <q>` | Search remembered facts |
411
+ | `/profile` | View structured user profile |
412
+ | `/failed [reason]` | Teach Aiden from a wrong answer |
413
+ | `/skills` | List loaded skills |
414
+ | `/install <skill>` | Install from community registry |
415
+ | `/publish <skill>` | Publish skill to registry |
416
+ | `/skills validate <n>` | Validate agentskills.io compliance |
417
+ | `/sandbox status` | Docker sandbox mode |
418
+ | `/sandbox auto` | Enable sandboxed shell/python |
419
+ | `/permissions` | View permission mode |
420
+ | `/permissions ask` | Require approval for destructive ops |
421
+ | `/permissions allow` | Allow all operations silently |
422
+ | `/retry` | Retry last query |
423
+ | `/exit` | Save memory and exit |
424
+
425
+ ---
426
+
356
427
  ## Contributing
357
428
 
358
429
  Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide.
@@ -376,6 +447,55 @@ Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the ful
376
447
 
377
448
  ## Changelog
378
449
 
450
+ ### v3.17.0 — 2026-04-28
451
+
452
+ **Local web dashboard**
453
+ - Browser UI at localhost:4200/ui — no terminal needed
454
+ - Chat, Providers, Memory, Skills panels
455
+ - Live SSE streaming, markdown rendering
456
+
457
+ **Plugin system**
458
+ - Drop workspace/plugins/<name>.js → auto-loads
459
+ - preTool/postTool hooks, custom tool registration
460
+ - Session lifecycle hooks (onSessionStart/onSessionEnd)
461
+ - Hot-reload with /plugins reload
462
+ - Examples: audit-log.js, hello-tool.js
463
+
464
+ **MCP server mode**
465
+ - Expose Aiden's tools to Claude Code, Cursor, VS Code
466
+ - Run: node dist-bundle/cli.js mcp
467
+ - 28 safe tools exposed by default
468
+ - MCP_ALLOW_DESTRUCTIVE=true for full tool access
469
+ - Config examples in docs/mcp/
470
+
471
+ **Bug fixes**
472
+ - Dashboard chat showed "(no response)" for every message — SSE event field names in the browser client (`ev.type`) didn't match the server's wire format (`ev.token`, `ev.done`, `ev.tool`). All event handlers rewritten to match actual shapes.
473
+ - SOUL.md provider honesty: removed stale BayOfAssets reference, added explicit rule against claiming Ollama when running on Groq/OpenRouter.
474
+
475
+ ---
476
+
477
+ ### v3.16.0 — 2026-04-28
478
+
479
+ **One-command install**
480
+ - `npx aiden-os` — zero-install launcher; works on Windows, macOS, Linux (Node.js 18+)
481
+ - `aiden-os` npm package bootstraps `aiden-runtime` automatically, no git clone needed
482
+ - Setup wizard on first run with `--reconfigure` flag to re-run anytime
483
+
484
+ **Security**
485
+ - Shell blocklist — dangerous commands flagged before execution
486
+ - Permission mode — explicit user approval gate for destructive actions
487
+ - Token budget enforcement — per-request ceiling to prevent runaway loops
488
+
489
+ **Memory**
490
+ - Conflict resolution — contradictory memories detected and reconciled automatically
491
+ - `/memory` command — inspect, edit, and prune the memory store from the CLI
492
+
493
+ **UX**
494
+ - Aiden branded banner replaces DevOS; orange `#FF6B35` identity throughout CLI
495
+ - `--reconfigure` flag to re-run first-time setup without reinstalling
496
+
497
+ ---
498
+
379
499
  ### v3.15.0 — 2026-04-28
380
500
 
381
501
  **Browser & Automation**
@@ -460,6 +580,16 @@ See [releases page](https://github.com/taracodlabs/aiden-releases/releases) for
460
580
 
461
581
  ---
462
582
 
583
+ ## Sponsors
584
+
585
+ Aiden is built and maintained by one person.
586
+ If it saves you time, consider sponsoring:
587
+
588
+ [![Sponsor on GitHub](https://img.shields.io/badge/sponsor-❤-pink)](https://github.com/sponsors/shivadeore111-design)
589
+ [![Donate via Razorpay](https://img.shields.io/badge/donate-Razorpay-blue)](https://razorpay.me/@shivadeore)
590
+
591
+ ---
592
+
463
593
  ## License
464
594
 
465
595
  | Component | License |
@@ -25,7 +25,7 @@
25
25
  "model": "llama-3.3-70b-versatile",
26
26
  "enabled": true,
27
27
  "rateLimited": false,
28
- "usageCount": 30,
28
+ "usageCount": 33,
29
29
  "name": "groq-1",
30
30
  "provider": "groq",
31
31
  "key": "env:GROQ_API_KEY"
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "gpu": "NVIDIA GeForce GTX 1060 6GB",
3
3
  "vramGB": 6,
4
- "ramGB": 16,
4
+ "ramGB": 32,
5
5
  "platform": "windows",
6
6
  "cudaAvailable": true,
7
7
  "appleSilicon": false,
8
- "detectedAt": "2026-04-27T17:24:32.210Z"
8
+ "detectedAt": "2026-04-28T18:43:46.939Z"
9
9
  }