Terax
Changelog

Changelog

Notable changes across releases. SemVer, loosely - pre-1.0 minors may include breaking changes.

Latest ยท v0.5.9Apache-2.0
GitHub ReleasesSource CHANGELOG.md
  1. v0.5.9

    2026Latest

    Linux adaptions and auto-updater fixes.

    Added
    • Window management for linux
    Changed
    • Secrets (keyring) redesign
    • Auto updater stabilization
  2. 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.
  3. v0.5.7

    Changed
    • New sessions now open in $HOME by default.
    • Stabilized zsh / bash / pwsh init scripts - fewer first-prompt edge cases.
  4. v0.5.6

    Changed
    • Editor and AI modules now lazy-load - smaller install, faster cold start.
  5. v0.5.5

    Added
    • Demo assets and updated README screenshots.
    Changed
    • Dependency version sweep.
  6. v0.5.4

    Changed
    • Snippets and commands merged into a single palette.
  7. v0.5.3

    Changed
    • UI polish across AI and agent views.
  8. v0.5.2

    Changed
    • AI mini-window UI/UX improvements.
  9. v0.5.1

    Plans, sub-agents, tasks.

    Added
    • Full agentic workflow: plans, sub-agents, tasks, project init.
    • Improved shell tool for the agent.
  10. v0.4.7

    Vim mode in the editor.

    Added
    • Vim mode in the editor (motions, registers, marks).
    • Keyboard navigation across the file explorer.
  11. v0.4.6

    Changed
    • Cleanup pass: dependencies, UI, icons.
  12. v0.4.5

    Changed
    • Optimized PTY resize, session lifecycle, and AI context handling.
  13. v0.4.4

    Changed
    • Agents UI/UX improvements.
  14. v0.4.3

    Skills and multi-agent.

    Added
    • Skills and multi-agent support.
    • Settings UI improvements.
  15. v0.4.2

    Changed
    • AI autocomplete: improved latency and accuracy.
  16. v0.4.1

    Local LLMs + AI autocomplete.

    Added
    • Local LLM support via LM Studio.
    • Groq and Cerebras providers.
    • AI autocomplete in the editor.
  17. v0.3.9

    AI Edit Diffs.

    Added
    • AI Edit Diffs - preview and approve agent edits before applying.
  18. v0.3.8

    Added
    • Workspace-wide file search.
    • Editor tabs decoupled from terminal tabs.
  19. v0.3.7

    Web preview tab.

    Added
    • Web preview tab with auto-detection of local dev servers.
  20. v0.3.6

    Added
    • Autostart and window-state persistence.
    Changed
    • Settings UI improvements.
  21. v0.3.5

    Added
    • Standalone settings window.
  22. v0.3.4

    Added
    • New AI mini-window.
    • Text selection handling and session persistence.
  23. v0.3.1

    Changed
    • Internal refactor.
  24. v0.3.0

    AI agents (initial).

    Added
    • AI agents (initial implementation).
    • Apache-2.0 license.
  25. v0.2.9

    Keys move to the OS keychain.

    Added
    • Tauri keyring - API keys now stored in the OS keychain.
    Changed
    • Internal renaming pass.
  26. v0.2.8

    Changed
    • Icon set and theme refresh.
  27. v0.2.7

    Added
    • File explorer context menu.
    Changed
    • General refactor; editor improvements.
  28. v0.2.4

    Fixed
    • Various bug fixes.
  29. v0.2.3

    File explorer + editor.

    Added
    • File explorer (first version).
    • Code editor based on CodeMirror 6.
  30. v0.2.1

    Added
    • Logging.
    Fixed
    • Shell script handling and session edge cases.
  31. v0.2.0

    Added
    • AI side panel.
    • Status bar.
    • Keyboard shortcuts.
  32. v0.1.3

    Added
    • AI SDK and AI Elements integration.
  33. v0.1.2

    Added
    • New app logo.
    • Configurable window size.
  34. v0.1.1

    Changed
    • Rendering and resize improvements.
    • Header and tabs UI polish.
  35. v0.1.0

    Changed
    • New UI shell.
    • Internal refactor; fixed render/resize race.
  36. v0.0.8

    Added
    • Multi-tab support.
    • Basic layout UI.
  37. v0.0.7

    Changed
    • Switched icon library from Lucide to HugeIcons.
  38. v0.0.6

    Added
    • Custom font and theme.
    • Tauri window management.
  39. v0.0.5

    Added
    • xterm.js WebGL renderer, search, and link plugins.
  40. v0.0.4

    Added
    • shadcn/ui component set and supporting deps.
  41. v0.0.3

    Added
    • Child process lifecycle handling.
    • Per-session locking.
  42. v0.0.2

    First prototype.

    Added
    • Initial Rust PTY backend with xterm.js in React.