Releases: Nuo27/Nestra
Releases · Nuo27/Nestra
Release list
v0.1.3
v0.1.3 gives the whole app a UX overhaul: a new overview dashboard, restructured navigation, and a reworked Settings page.
- Overview: New landing page with gateway health, agent modes, 30-day usage, and an aggregated anomaly feed (open breakers, keep-alive failures, offline agents).
- Navigation: Sidebar regrouped into Overview + Run/Records/Extend with a collapsible rail and pinned Settings; ⌘K palette now covers every route; the topbar breadcrumb resolves route params to entity names.
- Settings: Reworked with a storage overview card, opt-in launch update check, observability-data danger clear, capture-level switch with NESTRA_LOG override hint, and richer diagnostics rows; fixed a dead log-retention pruner that read the wrong config key.
- Gateway: New circuit-breaker health card; tuning (timeouts & breaker) moved in from Settings; page reordered Runtime → Breaker → Agents → Activity.
- Content pages: Whole-card agent navigation, provider-edit section anchors, sessions date filter, session-detail overflow menu, MCP draft-server probe, gateway-log task deep links with filtered log export, and a shared RoleChip anatomy.
- Fixes: Provider-card header overflow with long model ids; phantom document scrollbar from an escaping hidden checkbox; clear-caches now drops the pi dev cache too.
v0.1.2
v0.1.2 turns the gateway into a first-class routing plane.
- Agent & routing: Codex Desktop joins the agent registry with Responses API inbound bridging. Routing now supports per-role ordered chains, tier-aware roles, and quota-aware failover.
- Gateway: Added configurable timeouts, model-level circuit breakers, shared upstream connection pooling, accurate
499responses on client disconnects, and a live/gateway/logsviewer. - Sessions: Added Context Lifecycle R1 with pressure estimation, handoff artifacts,
.pi/injection, supervised spawning, and the new Pi Review Runtime. - Usage: Introduced schema-v2 usage rollups with 30-day views across the dashboard, provider cards, and agent pages.
- Stability & security: Completed a full repository audit with ~55 stability and security fixes, plus quota resume fixes.
- UI polish: Improved contrast, alignment, and empty states across the app.
v0.1.1
Nestra v0.1.1
A local-first control center for AI coding agents (Claude Code / OpenCode Desktop / Pi)
Windows only for now; please build from source.
Build from source
Requires Node.js, pnpm, and Rust (with the Windows build tools).
git clone https://github.com/Nuo27/Nestra.git
cd Nestra
pnpm install
pnpm tauri buildOutput lands in src-tauri/target/release/bundle/ (NSIS *-setup.exe / msi).
Changes
First release. See the README for details.