Changelog

Release history

v1.0.5Polish & reliability2026-06-09
New

/cost command — full cache token breakdown with savings estimate; cache-aware pricing for all 9 providers

New

First-run setup wizard — 3-step interactive onboarding (provider → API key → model) on first launch

New

/help now groups all 51 commands into 6 categories (Setup, Session, Agents, Context, Tools, Info)

New

QuickSearch recency tie-break — equal fuzzy score results sorted by last updated

New

Auto-update check — notifies when a newer version is on npm (24h cache, non-blocking)

v1.0.4Token counting2026-06-08
New

Full token breakdown — cache reads, cache writes, and reasoning tokens now tracked separately (was only input/output)

New

Rate limit retry — automatic 2-attempt backoff; reads Retry-After header with 15s default

New

Provider error parsing — maps raw HTTP errors to actionable messages (invalid key, rate limit, network, unavailable)

Fix

Context window usage now correctly counts cached tokens (input + cacheRead + cacheWrite)

v1.0.3UI polish2026-06-08
New

Spinner, Message, StreamingView, StartupBanner now use theme accent colors — all 20 themes apply correctly

New

Streaming errors shown inline in chat instead of crashing — actionable error box with retry hint

New

Paste truncation notification — system message shows original vs. trimmed character count

New

Draft save indicator — StatusBar shows ✓ saved for 3s after auto-save

New

CommandSuggest +N more — shows hidden match count and 'type to narrow' hint

New

TaskFloatingPanel scroll — ↑↓ navigation with N above / N below overflow hints

Fix

StatusBar wide mode hint text cleanup

v1.0.1Bug fixes2026-06-07
Fix

StatusBar token type — Props interface updated to accept full TokenBreakdown

Fix

loop.ts compaction early-return was returning incomplete token object (missing cacheRead/cacheWrite/reasoning)

Fix

CommandContext.tokens type widened to include optional cache fields

v1.0.0Initial release2026-06-07
New

Multi-agent orchestration — 9 specialist agents (Explore, Code, Review, Test, Docs, Security, Debug, Performance, Analytics)

New

218+ contextual skills auto-injected based on project framework and language

New

Bash classifier — safe commands run instantly, dangerous ones require confirmation

New

Policy sandbox — risky processes run with guarded execution and Docker remains optional

New

MCP client — reads claude_desktop_config.json, all existing servers work instantly

New

Design agent wizard — 150+ design systems, 111 skill templates

New

Custom tool loader — drop .js ESM files in .aurict/tools/

New

Custom skill loader — drop .md files in .aurict/skills/

New

Model persistence — selected provider/model saved across restarts

New

Platform binaries for macOS arm64/x64, Linux x64/arm64

New

Published to npm as `aurict` and `@aurict/cli`