changelog
Release notes.
Every version, what shipped, what broke, what we'd do differently. Authoritative source is GitHub releases — this page tracks the curated narrative.
v0.1.0
First public release. The core orchestration surface: profiles, providers, cost tracking, hooks, remote sessions, web dashboard, Tauri app.
- Feature Profile isolation with per-profile HOME, credentials, history, and config.
- Feature Provider switching across Anthropic, OpenAI, MiniMax, OpenRouter, and OpenAI-compatible gateways.
- Feature Token + cost accounting with SQLite ledger; `ringlet usage` aggregation; CSV export.
- Feature Event hooks: pre-tool-use, tool-use, stop, notify, daily-rollup, cost-threshold.
- Feature Remote terminal sessions with bwrap/sandbox-exec, WebSocket PTY, xterm.js dashboard.
- Feature Keychain-backed credentials (macOS Keychain, Secret Service, WinCred).
- Feature Web dashboard (Vue 3) + Tauri desktop app (ringlet-app).
- Feature Rhai scripting for hook logic.
- Feature Registry sync (GitHub-hosted agent/provider metadata).
- Feature `ringlet import` for existing Claude Code / Codex usage logs.
- Docs Documentation site at docs.neullabs.com/ringlet.