Changelog
Changelog
Notable changes across releases. SemVer, loosely - pre-1.0 minors may include breaking changes.
Latest ยท v0.5.9Apache-2.0
v0.5.9
2026LatestLinux adaptions and auto-updater fixes.
Added- Window management for linux
Changed- Secrets (keyring) redesign
- Auto updater stabilization
v0.5.8
Auto-updater + CI release pipeline.
Added- Auto-updater wired into release builds.
- GitHub Actions workflow for cross-platform builds and releases.
Fixed- Linux window initialization on first launch.
Changed- Bumped Node and pnpm in the release pipeline.
v0.5.7
Changed- New sessions now open in $HOME by default.
- Stabilized zsh / bash / pwsh init scripts - fewer first-prompt edge cases.
v0.5.6
Changed- Editor and AI modules now lazy-load - smaller install, faster cold start.
v0.5.5
Added- Demo assets and updated README screenshots.
Changed- Dependency version sweep.
v0.5.4
Changed- Snippets and commands merged into a single palette.
v0.5.3
Changed- UI polish across AI and agent views.
v0.5.2
Changed- AI mini-window UI/UX improvements.
v0.5.1
Plans, sub-agents, tasks.
Added- Full agentic workflow: plans, sub-agents, tasks, project init.
- Improved shell tool for the agent.
v0.4.7
Vim mode in the editor.
Added- Vim mode in the editor (motions, registers, marks).
- Keyboard navigation across the file explorer.
v0.4.6
Changed- Cleanup pass: dependencies, UI, icons.
v0.4.5
Changed- Optimized PTY resize, session lifecycle, and AI context handling.
v0.4.4
Changed- Agents UI/UX improvements.
v0.4.3
Skills and multi-agent.
Added- Skills and multi-agent support.
- Settings UI improvements.
v0.4.2
Changed- AI autocomplete: improved latency and accuracy.
v0.4.1
Local LLMs + AI autocomplete.
Added- Local LLM support via LM Studio.
- Groq and Cerebras providers.
- AI autocomplete in the editor.
v0.3.9
AI Edit Diffs.
Added- AI Edit Diffs - preview and approve agent edits before applying.
v0.3.8
Added- Workspace-wide file search.
- Editor tabs decoupled from terminal tabs.
v0.3.7
Web preview tab.
Added- Web preview tab with auto-detection of local dev servers.
v0.3.6
Added- Autostart and window-state persistence.
Changed- Settings UI improvements.
v0.3.5
Added- Standalone settings window.
v0.3.4
Added- New AI mini-window.
- Text selection handling and session persistence.
v0.3.1
Changed- Internal refactor.
v0.3.0
AI agents (initial).
Added- AI agents (initial implementation).
- Apache-2.0 license.
v0.2.9
Keys move to the OS keychain.
Added- Tauri keyring - API keys now stored in the OS keychain.
Changed- Internal renaming pass.
v0.2.8
Changed- Icon set and theme refresh.
v0.2.7
Added- File explorer context menu.
Changed- General refactor; editor improvements.
v0.2.4
Fixed- Various bug fixes.
v0.2.3
File explorer + editor.
Added- File explorer (first version).
- Code editor based on CodeMirror 6.
v0.2.1
Added- Logging.
Fixed- Shell script handling and session edge cases.
v0.2.0
Added- AI side panel.
- Status bar.
- Keyboard shortcuts.
v0.1.3
Added- AI SDK and AI Elements integration.
v0.1.2
Added- New app logo.
- Configurable window size.
v0.1.1
Changed- Rendering and resize improvements.
- Header and tabs UI polish.
v0.1.0
Changed- New UI shell.
- Internal refactor; fixed render/resize race.
v0.0.8
Added- Multi-tab support.
- Basic layout UI.
v0.0.7
Changed- Switched icon library from Lucide to HugeIcons.
v0.0.6
Added- Custom font and theme.
- Tauri window management.
v0.0.5
Added- xterm.js WebGL renderer, search, and link plugins.
v0.0.4
Added- shadcn/ui component set and supporting deps.
v0.0.3
Added- Child process lifecycle handling.
- Per-session locking.
v0.0.2
First prototype.
Added- Initial Rust PTY backend with xterm.js in React.