Changelog

Release history for ansi-tui.

Release notes from GitHub Releases.Live source: GitHub Releases

v0.1.0

Initial Release

Added

  • -Full-terminal workstation shell with themed header, grouped sidebar, framed dashboard, and compact footer.
  • -8 color themes: Cyan, Blue, White, Gray, Yellow, Violet, Red, and Neon.
  • -Workspace sessions with full context persistence.
  • -4-phase guided workflows for 11 tool screens.
  • -Live streaming execution output with scroll, pause, and elapsed time.
  • -Ctrl+F file and directory browser on all path fields.
  • -Jobs screen with execution history, detail views, and deletion.
  • -Proxy-aware execution with session-level override.
  • -Automatic Ansible toolchain detection and health matrix.
  • -Offline installation via npm pack and install script.
  • -297-test suite with CI across Node 20, 22, and 24.

Fixed

  • -Global shortcuts no longer fire during form input.
  • -Left and right cursor movement works correctly in text fields.
  • -Long-form overflow is clipped safely to terminal height.
  • -ANSI-heavy lint output is safe in constrained layouts.
  • -OSC 8 hyperlinks are stripped before display.
  • -ansible-test correctly runs from collection root.