aiden-runtime 3.18.0 → 3.19.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 CHANGED
@@ -33,8 +33,18 @@ Self-Healing • Browser Automation • Terminal Control • Persistent Memory
33
33
 
34
34
  ---
35
35
 
36
- > **v3.18live dropdown UX · real PC control · smart model failover · anti-confabulation**
37
- > Type `/` for 63 commands or `@` for 61 tools with instant dropdown. Open/close apps, change volume, and control your PC for real no more fake responses. Smart per-model failover with free-tier defaults. See [changelog](#changelog) below.
36
+ > **v3.19.0 "ALIVE" identity refreshes every turn · real-time state via tools · honest failure diagnostics · plugin slash commands**
37
+ > Type `/` for 91 commands or `@` for 89 tools with instant dropdown. SOUL/USER/GOALS refresh every turn (not every 40 messages). Tool failures name the provider, retries, and fallback. Plugins extend slash commands via `commandCatalog.register()`. See [changelog](#changelog) below.
38
+
39
+ ---
40
+
41
+ ## Support Aiden
42
+
43
+ Solo-built, AGPL-3.0. If Aiden saves you time, consider sponsoring development.
44
+
45
+ [Sponsor →](https://razorpay.me/@whitelotus9625)
46
+
47
+ Funds go to ongoing development, infrastructure costs, and contributor bounties.
38
48
 
39
49
  ---
40
50
 
@@ -48,6 +58,10 @@ Most AI agents answer questions. Aiden executes work.
48
58
  - **Learns from every session** — writes skills from successes, lessons from failures
49
59
  - **Works fully offline** — Ollama support, zero cloud dependency
50
60
  - **One command to start** — `npx aiden-os` installs, configures, runs everything
61
+ - **Lives where you do** — identity (SOUL/USER/GOALS) refreshes every turn, not every 40 messages; edit `USER.md` mid-conversation and the change lands within one reply
62
+ - **Real-time state via tools** — `now_playing` and friends query live system state instead of returning stale snapshots cached at startup
63
+ - **Honest failures** — every tool failure names the tool, provider, retry count, fallback chain, error, and next step; no silent swallowing
64
+ - **Plugin extension** — drop a `.js` file into `workspace/plugins/` and call `ctx.commandCatalog.register('/mycommand', …)` to add slash commands without touching core
51
65
 
52
66
  ---
53
67
 
@@ -166,6 +180,34 @@ Set `AIDEN_HEADLESS=true` to suppress the Electron GUI when running the packaged
166
180
 
167
181
  ---
168
182
 
183
+ ## Getting Started
184
+
185
+ Once Aiden is running, type these in the chat prompt:
186
+
187
+ | First thing to do | What to type |
188
+ |---|---|
189
+ | See all available commands | `/help` |
190
+ | Check which AI provider is active | `/switch` |
191
+ | See your daily token budget | `/budget` |
192
+ | Browse available skills | `/skills` |
193
+ | Install a skill from the registry | `/install <skill-name>` |
194
+ | Open the web UI in a browser | navigate to `localhost:4200/ui` |
195
+ | Check model availability | `/models` |
196
+
197
+ **Ask anything in plain English** — no special syntax needed for regular tasks:
198
+
199
+ ```
200
+ summarize the PDF on my desktop
201
+ open chrome and search for latest AI news
202
+ close spotify
203
+ take a screenshot and describe what you see
204
+ what files did I download today
205
+ ```
206
+
207
+ Type `/` to browse all 91 commands with instant search. Type `@` to select any of 89 tools directly.
208
+
209
+ ---
210
+
169
211
  ## Troubleshooting
170
212
 
171
213
  **"Cannot find module" or TypeScript errors**
@@ -241,20 +283,15 @@ Full chat interface with live activity panel. Local-first, connects to Ollama or
241
283
 
242
284
  ---
243
285
 
244
- ## Aiden vs alternatives
286
+ ## What Aiden is
245
287
 
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 |
288
+ Aiden runs locally on your machine. It controls your desktop, browser, and terminal through natural conversation. It learns from your work and remembers what matters across sessions.
289
+
290
+ - **Local-first** your conversations and data stay on your machine. No cloud account required.
291
+ - **Real desktop control** vision, mouse, keyboard, browser, terminal, files. Not a chatbot wrapped in a sandbox.
292
+ - **Persistent memory** Aiden remembers facts, preferences, and lessons from prior sessions. The longer you use it, the better it knows your work.
293
+ - **Honest by design** when a tool fails, Aiden surfaces the failure rather than fabricating success.
294
+ - **Open source** AGPL-3.0. Read every line, modify anything, contribute back.
258
295
 
259
296
  ---
260
297
 
@@ -424,10 +461,43 @@ Or toggle live from the Aiden CLI without restarting:
424
461
 
425
462
  ---
426
463
 
464
+ ## CLI vs Dashboard Quick Reference
465
+
466
+ Both the terminal TUI and the browser dashboard (`localhost:4200/ui`) expose the full feature set. Use whichever fits your workflow.
467
+
468
+ | Feature | Terminal CLI | Browser (`localhost:4200/ui`) |
469
+ |---|---|---|
470
+ | Chat | ✅ inline prompt | ✅ chat panel |
471
+ | Streaming responses | ✅ token-by-token | ✅ live SSE |
472
+ | Markdown rendering | ✅ | ✅ |
473
+ | Slash commands | ✅ `/help`, `/switch`, `/budget`… | ✅ same commands |
474
+ | `/` command dropdown | ✅ instant, 91 commands | ✅ |
475
+ | `@` tool picker | ✅ instant, 89 tools | ✅ |
476
+ | Provider panel | `/switch` | ✅ Providers tab |
477
+ | Memory panel | `/memory` | ✅ Memory tab |
478
+ | Skills panel | `/skills` | ✅ Skills tab |
479
+ | Plugin hooks | ✅ | ✅ |
480
+ | MCP server mode | `aiden mcp` | — |
481
+ | OpenAI-compatible API | — | ✅ `localhost:4200/v1` |
482
+
483
+ ---
484
+
427
485
  ## Contributing
428
486
 
429
487
  Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide.
430
488
 
489
+ **Quickstart:**
490
+
491
+ ```bash
492
+ git clone https://github.com/taracodlabs/aiden.git
493
+ cd aiden
494
+ npm install
495
+ cp .env.example .env # add at minimum one API key (Groq is free: console.groq.com/keys)
496
+ npm run build
497
+ npm start # server on :4200
498
+ npm run cli # TUI in a second terminal
499
+ ```
500
+
431
501
  - Bug fixes and new skills are the easiest entry points
432
502
  - All contributors sign the [CLA](.github/CLA.md) once via PR comment
433
503
  - Follow [Conventional Commits](https://www.conventionalcommits.org/)
@@ -435,21 +505,85 @@ Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the ful
435
505
 
436
506
  ---
437
507
 
438
- ## Resources
508
+ ## Community
439
509
 
440
510
  | | |
441
511
  |---|---|
442
- | **Download installer** | [Latest release](https://github.com/taracodlabs/aiden-releases/releases/latest) |
512
+ | **Discord** | [discord.gg/gMZ3hUnQTm](https://discord.gg/gMZ3hUnQTm) — chat, support, share what you build |
513
+ | **Skills registry** | [agentskills.io](https://agentskills.io) — 1,500+ community skills |
514
+ | **Bug reports & features** | [github.com/taracodlabs/aiden/issues](https://github.com/taracodlabs/aiden/issues) |
515
+ | **Star the repo** | [github.com/taracodlabs/aiden](https://github.com/taracodlabs/aiden) ⭐ |
516
+ | **npm** | [`npm install -g aiden-os`](https://www.npmjs.com/package/aiden-os) |
517
+ | **Sponsor** | [github.com/sponsors/taracodlabs](https://github.com/sponsors/taracodlabs) |
518
+
519
+ ---
520
+
521
+ ## Documentation
522
+
523
+ | Document | Description |
524
+ |---|---|
525
+ | [ARCHITECTURE.md](ARCHITECTURE.md) | Layer-by-layer breakdown, data flow diagrams, skill system design |
526
+ | [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute — skills, tools, providers, docs |
527
+ | [docs/ROADMAP.md](docs/ROADMAP.md) | Planned features and milestone tracker |
528
+ | [docs/mcp/](docs/mcp/) | MCP server setup — Claude Code, Cursor, VS Code integration |
529
+ | [.env.example](.env.example) | All ~90 environment variables with descriptions |
530
+ | [workspace-templates/](workspace-templates/) | Starter workspace configs and example plugins |
531
+ | **Download installer** | [github.com/taracodlabs/aiden-releases/releases/latest](https://github.com/taracodlabs/aiden-releases/releases/latest) |
443
532
  | **Releases & changelog** | [github.com/taracodlabs/aiden-releases](https://github.com/taracodlabs/aiden-releases) |
444
533
  | **License** | AGPL-3.0 core · Apache-2.0 skills |
445
534
 
446
535
  ---
447
536
 
537
+ ## Migration from Other Agents
538
+
539
+ > Short version (no breaking changes in v3.18 or v3.19 — existing plugins and `.env` files continue to work):
540
+
541
+ - **Skills** — Aiden is fully compatible with [agentskills.io](https://agentskills.io). Any skill with a valid `skill.json` manifest loads automatically via `/install <name>`.
542
+ - **API clients** — Aiden exposes an OpenAI-compatible API at `localhost:4200/v1`. If you pointed your client at another agent, update the base URL and you're done.
543
+ - **Config / env** — Most standard keys (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GROQ_API_KEY`, etc.) are recognized as-is. Copy your existing `.env` and Aiden picks them up on first start.
544
+
545
+ ---
546
+
448
547
  ## Changelog
449
548
 
549
+ ### v3.19.0 — 2026-05-01 "ALIVE"
550
+
551
+ **Source-of-truth tool registry**
552
+ - 13 hand-maintained tool lists collapsed into a single `TOOL_REGISTRY`; every derived list is generated, not maintained
553
+ - Validator throws on drift at startup — no more silent orphan tools
554
+ - 12 previously-unreachable tools now reachable by the planner (`fetch_url`, `cmd`, `ps`, `wsl`, `git_status`, `manage_goals`, `get_calendar`, `read_email`, `send_email`, `ingest_youtube`, `schedule_reminder`, `compact_context`)
555
+
556
+ **Per-turn protected context refresh**
557
+ - SOUL / USER / GOALS / STANDING_ORDERS / LESSONS refresh every turn instead of every 40 messages
558
+ - Hash-based file-level cache — 24× token reduction on stable turns (3,860 → 159 tokens)
559
+ - Edit `USER.md` mid-conversation; Aiden picks up changes within one reply
560
+
561
+ **Honesty enforcement**
562
+ - 5 fake InstantActions removed (`screenshot`, `volume_up/down/mute`, `lock_screen`) — now route to real handlers, surface real errors
563
+ - Action-verb planner guard: prevents respond-only plans for action intents
564
+ - Diagnostic failure messages: every failure names tool, provider, retries, fallback, error, suggestion
565
+ - Hidden bug fixed: `fastPath` was bypassing the planner for short action messages
566
+
567
+ **Real-time state via tools**
568
+ - `now_playing` tool: live media query via Windows `WinRT GlobalSystemMediaTransportControlsSessionManager`
569
+ - Volatile startup state dump removed from system prompt
570
+ - SOUL.md lazy-state rule: model calls tools for current state instead of using cached values
571
+
572
+ **Registry-backed slash completer**
573
+ - `commandCatalog` is the single source of truth for slash commands (91 total)
574
+ - 6 previously-invisible commands now in dropdown (`/plugins`, `/profile`, `/failed`, `/install`, `/publish`, `/sandbox`)
575
+ - Plugin contribution path live: plugins call `commandCatalog.register()` to add commands
576
+ - Generation-cached dropdown: rebuild only when catalog changes
577
+
578
+ **Provider chain expansion**
579
+ - NVIDIA NIM promoted from executor-only to chat slots (`nvidia-1`, `nvidia-2`)
580
+ - Chain order: `groq → gemini → nvidia → openrouter → together → ollama`
581
+
582
+ ---
583
+
450
584
  ### v3.18.0 — 2026-04-30
451
585
 
452
- **Live dropdown UX (Hermes-style)**
586
+ **Live dropdown UX**
453
587
  - Type `/` for instant command dropdown (63 commands)
454
588
  - Type `@` for tool dropdown (61 tools)
455
589
  - Prefix-match filter, arrow nav, Tab to select, Esc to close
@@ -488,11 +622,6 @@ Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the ful
488
622
  **Skill loader fix**
489
623
  - 1,484 skills now load (was blocking 1,445 due to overly broad patterns)
490
624
 
491
- **Known issues — fixing in v3.19**
492
- - Cross-provider failover not always reliable (Groq may not try other providers)
493
- - Real-time state queries (now playing, open tabs) need dedicated tools
494
- - YouTube auto-click occasionally fails on slow-loading pages
495
-
496
625
  ---
497
626
 
498
627
  ### v3.17.0 — 2026-04-28
@@ -570,7 +699,7 @@ Contributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for the ful
570
699
 
571
700
  **Ecosystem & Interoperability**
572
701
  - OpenAI-compatible API — `/v1/chat/completions` + `/v1/models`. Point Open WebUI, LibreChat, Cursor, or any OpenAI SDK at `localhost:4200` and get Aiden's full 89-tool agent (not just raw LLM inference)
573
- - agentskills.io compatibility — skills now ship with `skill.json` manifest. Compatible with Hermes, OpenClaw, and any agentskills.io agent. 1,515 existing skills backfilled automatically
702
+ - agentskills.io compatibility — skills now ship with `skill.json` manifest. Compatible with the agentskills.io specification. 1,515 existing skills backfilled automatically
574
703
  - Streaming tool output — shell commands, Python scripts, and browser extraction stream live progress lines as they execute. Set `AIDEN_SHOW_TOOL_OUTPUT=false` to suppress
575
704
 
576
705
  ---
@@ -0,0 +1,225 @@
1
+ {
2
+ "user": {
3
+ "name": "shiva"
4
+ },
5
+ "model": {
6
+ "active": "groq-1",
7
+ "activeModel": "llama-3.3-70b-versatile"
8
+ },
9
+ "providers": {
10
+ "ollama": {
11
+ "enabled": true,
12
+ "models": []
13
+ },
14
+ "apis": [
15
+ {
16
+ "model": "gemini-3-flash",
17
+ "enabled": false,
18
+ "rateLimited": false,
19
+ "usageCount": 0,
20
+ "name": "boa-1",
21
+ "provider": "boa",
22
+ "key": "boa-5a949b90-094c-4f35-a6ae-3fab8acc42aa"
23
+ },
24
+ {
25
+ "model": "llama-3.3-70b-versatile",
26
+ "enabled": true,
27
+ "rateLimited": true,
28
+ "usageCount": 72,
29
+ "name": "groq-1",
30
+ "provider": "groq",
31
+ "key": "env:GROQ_API_KEY",
32
+ "rateLimitedAt": 1777579113083,
33
+ "rateLimitWindow": 300000
34
+ },
35
+ {
36
+ "model": "llama-3.3-70b-versatile",
37
+ "enabled": true,
38
+ "rateLimited": true,
39
+ "usageCount": 105,
40
+ "name": "groq-2",
41
+ "provider": "groq",
42
+ "key": "env:GROQ_API_KEY_2"
43
+ },
44
+ {
45
+ "model": "llama-3.3-70b-versatile",
46
+ "enabled": true,
47
+ "rateLimited": true,
48
+ "usageCount": 41,
49
+ "name": "groq-3",
50
+ "provider": "groq",
51
+ "key": "env:GROQ_API_KEY_3"
52
+ },
53
+ {
54
+ "model": "llama-3.3-70b-versatile",
55
+ "enabled": true,
56
+ "rateLimited": true,
57
+ "usageCount": 12,
58
+ "name": "groq-4",
59
+ "provider": "groq",
60
+ "key": "env:GROQ_API_KEY_4"
61
+ },
62
+ {
63
+ "model": "llama-3.3-70b-versatile",
64
+ "enabled": true,
65
+ "rateLimited": true,
66
+ "usageCount": 7,
67
+ "name": "groq-5",
68
+ "provider": "groq",
69
+ "key": "env:GROQ_API_KEY_5"
70
+ },
71
+ {
72
+ "model": "llama-3.3-70b-versatile",
73
+ "enabled": true,
74
+ "rateLimited": false,
75
+ "usageCount": 0,
76
+ "name": "groq-6",
77
+ "provider": "groq",
78
+ "key": "env:GROQ_API_KEY_6"
79
+ },
80
+ {
81
+ "model": "gemini-2.5-flash",
82
+ "enabled": true,
83
+ "rateLimited": false,
84
+ "usageCount": 17,
85
+ "name": "gemini-1",
86
+ "provider": "gemini",
87
+ "key": "env:GEMINI_API_KEY"
88
+ },
89
+ {
90
+ "model": "gemini-2.5-flash",
91
+ "enabled": true,
92
+ "rateLimited": false,
93
+ "usageCount": 9,
94
+ "name": "gemini-2",
95
+ "provider": "gemini",
96
+ "key": "env:GEMINI_API_KEY_2"
97
+ },
98
+ {
99
+ "model": "gemini-2.5-flash",
100
+ "enabled": true,
101
+ "rateLimited": false,
102
+ "usageCount": 9,
103
+ "name": "gemini-3",
104
+ "provider": "gemini",
105
+ "key": "env:GEMINI_API_KEY_3"
106
+ },
107
+ {
108
+ "model": "gemini-2.5-flash",
109
+ "enabled": true,
110
+ "rateLimited": false,
111
+ "usageCount": 9,
112
+ "name": "gemini-4",
113
+ "provider": "gemini",
114
+ "key": "env:GEMINI_API_KEY_4"
115
+ },
116
+ {
117
+ "model": "nvidia/llama-3.3-nemotron-super-49b-v1",
118
+ "enabled": true,
119
+ "rateLimited": false,
120
+ "usageCount": 0,
121
+ "name": "nvidia-1",
122
+ "provider": "nvidia",
123
+ "key": "env:NVIDIA_API_KEY"
124
+ },
125
+ {
126
+ "model": "meta/llama-3.3-70b-instruct",
127
+ "enabled": true,
128
+ "rateLimited": false,
129
+ "usageCount": 0,
130
+ "name": "nvidia-2",
131
+ "provider": "nvidia",
132
+ "key": "env:NVIDIA_API_KEY"
133
+ },
134
+ {
135
+ "model": "meta-llama/llama-3.3-70b-instruct:free",
136
+ "enabled": true,
137
+ "rateLimited": false,
138
+ "usageCount": 7,
139
+ "name": "openrouter-1",
140
+ "provider": "openrouter",
141
+ "key": "env:OPENROUTER_API_KEY"
142
+ },
143
+ {
144
+ "model": "meta-llama/llama-3.3-70b-instruct:free",
145
+ "enabled": true,
146
+ "rateLimited": false,
147
+ "usageCount": 6,
148
+ "name": "openrouter-2",
149
+ "provider": "openrouter",
150
+ "key": "env:OPENROUTER_API_KEY_2"
151
+ },
152
+ {
153
+ "model": "meta-llama/llama-3.3-70b-instruct:free",
154
+ "enabled": true,
155
+ "rateLimited": false,
156
+ "usageCount": 6,
157
+ "name": "openrouter-3",
158
+ "provider": "openrouter",
159
+ "key": "env:OPENROUTER_API_KEY_3"
160
+ },
161
+ {
162
+ "model": "meta-llama/llama-3.1-405b-instruct",
163
+ "enabled": true,
164
+ "rateLimited": false,
165
+ "usageCount": 7,
166
+ "name": "together-1",
167
+ "provider": "custom",
168
+ "baseUrl": "https://api.together.xyz/v1/chat/completions",
169
+ "key": "env:TOGETHER_API_KEY"
170
+ },
171
+ {
172
+ "model": "gpt-4o-mini",
173
+ "enabled": false,
174
+ "rateLimited": false,
175
+ "usageCount": 0,
176
+ "name": "boa-2",
177
+ "provider": "boa",
178
+ "key": "boa-5a949b90-094c-4f35-a6ae-3fab8acc42aa"
179
+ }
180
+ ]
181
+ },
182
+ "onboardingComplete": true,
183
+ "telegram": {
184
+ "enabled": false,
185
+ "botToken": "",
186
+ "allowedChatIds": [],
187
+ "pollingInterval": 1000
188
+ },
189
+ "routing": {
190
+ "mode": "auto",
191
+ "fallbackToOllama": true
192
+ },
193
+ "ollama": {
194
+ "fallbackModels": [],
195
+ "baseUrl": "http://localhost:11434",
196
+ "model": "gemma4:e4b",
197
+ "plannerModel": "gemma4:e4b",
198
+ "coderModel": "qwen2.5-coder:7b",
199
+ "fastModel": "llama3.2:latest"
200
+ },
201
+ "customProviders": [
202
+ {
203
+ "id": "bayofassets-haiku",
204
+ "displayName": "BayOfAssets Haiku 4.5",
205
+ "baseUrl": "https://api.bayofassets.com/v1/chat/completions",
206
+ "apiKey": "boa-dd14fba0-cdee-4247-ba03-90de01674c06",
207
+ "model": "claude-haiku-4-5",
208
+ "enabled": false,
209
+ "tier": 1
210
+ },
211
+ {
212
+ "id": "bayofassets",
213
+ "displayName": "Bay of Assets",
214
+ "baseUrl": "https://api.bayofassets.com/v1",
215
+ "apiKey": "boa-5a949b90-094c-4f35-a6ae-3fab8acc42aa",
216
+ "model": "gemini-3-flash",
217
+ "enabled": false,
218
+ "tier": 2
219
+ }
220
+ ],
221
+ "cli": {
222
+ "theme": "ember"
223
+ },
224
+ "primaryProvider": ""
225
+ }
@@ -23,81 +23,127 @@
23
23
  },
24
24
  {
25
25
  "model": "llama-3.3-70b-versatile",
26
- "enabled": true,
26
+ "enabled": false,
27
27
  "rateLimited": false,
28
- "usageCount": 63,
28
+ "usageCount": 97,
29
29
  "name": "groq-1",
30
30
  "provider": "groq",
31
31
  "key": "env:GROQ_API_KEY"
32
32
  },
33
33
  {
34
34
  "model": "llama-3.3-70b-versatile",
35
- "enabled": true,
36
- "rateLimited": false,
37
- "usageCount": 79,
35
+ "enabled": false,
36
+ "rateLimited": true,
37
+ "usageCount": 105,
38
38
  "name": "groq-2",
39
39
  "provider": "groq",
40
40
  "key": "env:GROQ_API_KEY_2"
41
41
  },
42
42
  {
43
43
  "model": "llama-3.3-70b-versatile",
44
- "enabled": true,
45
- "rateLimited": false,
46
- "usageCount": 37,
44
+ "enabled": false,
45
+ "rateLimited": true,
46
+ "usageCount": 41,
47
47
  "name": "groq-3",
48
48
  "provider": "groq",
49
49
  "key": "env:GROQ_API_KEY_3"
50
50
  },
51
51
  {
52
52
  "model": "llama-3.3-70b-versatile",
53
- "enabled": true,
54
- "rateLimited": false,
55
- "usageCount": 11,
53
+ "enabled": false,
54
+ "rateLimited": true,
55
+ "usageCount": 12,
56
56
  "name": "groq-4",
57
57
  "provider": "groq",
58
58
  "key": "env:GROQ_API_KEY_4"
59
59
  },
60
+ {
61
+ "model": "llama-3.3-70b-versatile",
62
+ "enabled": false,
63
+ "rateLimited": true,
64
+ "usageCount": 7,
65
+ "name": "groq-5",
66
+ "provider": "groq",
67
+ "key": "env:GROQ_API_KEY_5"
68
+ },
69
+ {
70
+ "model": "llama-3.3-70b-versatile",
71
+ "enabled": false,
72
+ "rateLimited": false,
73
+ "usageCount": 6,
74
+ "name": "groq-6",
75
+ "provider": "groq",
76
+ "key": "env:GROQ_API_KEY_6"
77
+ },
60
78
  {
61
79
  "model": "gemini-2.5-flash",
62
- "enabled": true,
80
+ "enabled": false,
63
81
  "rateLimited": false,
64
- "usageCount": 16,
82
+ "usageCount": 26,
65
83
  "name": "gemini-1",
66
84
  "provider": "gemini",
67
85
  "key": "env:GEMINI_API_KEY"
68
86
  },
69
87
  {
70
88
  "model": "gemini-2.5-flash",
71
- "enabled": true,
89
+ "enabled": false,
72
90
  "rateLimited": false,
73
- "usageCount": 9,
91
+ "usageCount": 10,
74
92
  "name": "gemini-2",
75
93
  "provider": "gemini",
76
94
  "key": "env:GEMINI_API_KEY_2"
77
95
  },
78
96
  {
79
97
  "model": "gemini-2.5-flash",
80
- "enabled": true,
98
+ "enabled": false,
81
99
  "rateLimited": false,
82
- "usageCount": 9,
100
+ "usageCount": 10,
83
101
  "name": "gemini-3",
84
102
  "provider": "gemini",
85
103
  "key": "env:GEMINI_API_KEY_3"
86
104
  },
87
105
  {
88
106
  "model": "gemini-2.5-flash",
89
- "enabled": true,
107
+ "enabled": false,
90
108
  "rateLimited": false,
91
109
  "usageCount": 9,
92
110
  "name": "gemini-4",
93
111
  "provider": "gemini",
94
112
  "key": "env:GEMINI_API_KEY_4"
95
113
  },
114
+ {
115
+ "model": "nvidia/llama-3.3-nemotron-super-49b-v1",
116
+ "enabled": false,
117
+ "rateLimited": false,
118
+ "usageCount": 0,
119
+ "name": "nvidia-1",
120
+ "provider": "nvidia",
121
+ "key": "env:NVIDIA_API_KEY"
122
+ },
123
+ {
124
+ "model": "meta/llama-3.3-70b-instruct",
125
+ "enabled": false,
126
+ "rateLimited": false,
127
+ "usageCount": 0,
128
+ "name": "nvidia-2",
129
+ "provider": "nvidia",
130
+ "key": "env:NVIDIA_API_KEY"
131
+ },
132
+ {
133
+ "model": "deepseek-ai/DeepSeek-V3.1",
134
+ "enabled": true,
135
+ "rateLimited": false,
136
+ "usageCount": 1061,
137
+ "name": "together-deepseek",
138
+ "provider": "custom",
139
+ "baseUrl": "https://api.together.xyz/v1/chat/completions",
140
+ "key": "env:TOGETHER_API_KEY"
141
+ },
96
142
  {
97
143
  "model": "meta-llama/llama-3.3-70b-instruct:free",
98
144
  "enabled": true,
99
145
  "rateLimited": false,
100
- "usageCount": 0,
146
+ "usageCount": 77,
101
147
  "name": "openrouter-1",
102
148
  "provider": "openrouter",
103
149
  "key": "env:OPENROUTER_API_KEY"
@@ -106,7 +152,7 @@
106
152
  "model": "meta-llama/llama-3.3-70b-instruct:free",
107
153
  "enabled": true,
108
154
  "rateLimited": false,
109
- "usageCount": 0,
155
+ "usageCount": 77,
110
156
  "name": "openrouter-2",
111
157
  "provider": "openrouter",
112
158
  "key": "env:OPENROUTER_API_KEY_2"
@@ -115,7 +161,7 @@
115
161
  "model": "meta-llama/llama-3.3-70b-instruct:free",
116
162
  "enabled": true,
117
163
  "rateLimited": false,
118
- "usageCount": 0,
164
+ "usageCount": 78,
119
165
  "name": "openrouter-3",
120
166
  "provider": "openrouter",
121
167
  "key": "env:OPENROUTER_API_KEY_3"
@@ -124,21 +170,12 @@
124
170
  "model": "meta-llama/llama-3.1-405b-instruct",
125
171
  "enabled": true,
126
172
  "rateLimited": false,
127
- "usageCount": 0,
173
+ "usageCount": 78,
128
174
  "name": "together-1",
129
175
  "provider": "custom",
130
176
  "baseUrl": "https://api.together.xyz/v1/chat/completions",
131
177
  "key": "env:TOGETHER_API_KEY"
132
178
  },
133
- {
134
- "model": "nvidia/llama-3.3-nemotron-super-49b-v1",
135
- "enabled": true,
136
- "rateLimited": false,
137
- "usageCount": 0,
138
- "name": "nvidia-1",
139
- "provider": "nvidia",
140
- "key": "env:NVIDIA_API_KEY"
141
- },
142
179
  {
143
180
  "model": "gpt-4o-mini",
144
181
  "enabled": false,
@@ -191,6 +228,5 @@
191
228
  ],
192
229
  "cli": {
193
230
  "theme": "ember"
194
- },
195
- "primaryProvider": "groq-2"
231
+ }
196
232
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "gpu": "NVIDIA GeForce GTX 1060 6GB",
3
3
  "vramGB": 6,
4
- "ramGB": 32,
4
+ "ramGB": 16,
5
5
  "platform": "windows",
6
6
  "cudaAvailable": true,
7
7
  "appleSilicon": false,
8
- "detectedAt": "2026-04-29T18:49:39.763Z"
8
+ "detectedAt": "2026-05-01T19:50:20.289Z"
9
9
  }