Changelog¶
All notable changes to DevLoop are documented here. Format follows Keep a Changelog.
The canonical source is CHANGELOG.md in the repo — this page mirrors the current and previous releases. For older entries, see the GitHub file or the Releases page.
[5.3.0] — 2026-05-22¶
TUI Redesign. devloop-tui graduates from a rough side-binary into a first-class user surface. Dashboard, Focus Mode, Command Palette, and an Onboarding Wizard land together — plus the backend hooks they consume.
CLI behaviour is unchanged. The redesign is purely additive: devloop-tui is opt-in, and the existing devloop run/work/review/fix commands keep running exactly as before.
Added — TUI (cmd/devloop-tui)¶
- Dashboard with provider top bar, fuzzy task filter, collapsible SPEC and DIFF side panels, and stuck-task detection.
- Focus Mode — single-task full-screen view with LOG / SPEC / DIFF / PERMIT tabs, phase track, and
←/→task navigation. - Command Palette — 18 default actions, dispatched through a single audited shell entry point.
- Onboarding Wizard — first-run setup wraps
devloop initanddevloop doctorin a guided flow.
Added — engine¶
phase.escalateevent emitted when the fix loop exhausts its retry budget and re-architect kicks in. The TUI subscribes to this to flip the active phase card.- Permission queue formalised at
.devloop/permission-queue/<UUID>.jsonwith a contract documented in Events Stream.
Changed¶
devloopwith no arguments now launches the dashboard by default. SetDEVLOOP_DEFAULT_VIEW=helpto restore the old behaviour.
[5.2.0] — 2026-05-12¶
- Auto-failover restored — main and worker chains, configurable probe interval, restart-safe overrides in
provider-health.sh. devloop agent-syncintroduced — 24h-TTL cache of provider docs.devloop resumerebuilt around session events for safe re-entry.
[5.1.0] — 2026-05-08¶
devloop donatural-language entry point.- Smart Permissions modes (
off/auto/smart/strict). - Fix escalation strategy (
escalatevsstandard).
[5.0.0] — 2026-04-XX¶
- Multi-provider architecture:
claude,copilot,opencode,pi. github-agentworker mode.- Session viewer + replay.
For the full historical changelog see CHANGELOG.md or the Releases page.