Skip to content

v1.0.4 - Lagless UI Engine, Frame Debouncing & High-Performance Search

Choose a tag to compare

@PwnedBytes0x1 PwnedBytes0x1 released this 07 Sep 14:24
· 6 commits to main since this release

What's New in v1.0.4

  • Lagless 30 FPS UI Debouncing: Coalesces rapid token stream updates and terminal repaint events to completely eliminate frame lag and UI stutter on Android Termux and desktop terminals.
  • Rich Console Instance Caching: Replaces per-chunk terminal reallocations with thread-local cached consoles in render_rich_to_string().
  • Ripgrep (rg) Fast-Path Acceleration: Automatic binary acceleration for grep_search when ripgrep is detected on the host system.
  • Non-blocking Background MCP Discovery: Spawns and initialises stdio JSON-RPC MCP servers in background threads without pausing the TUI startup.
  • Zero-Latency System Clipboard: Tool caching in copy_to_clipboard for instantaneous clipboard transfers.