You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.