2026-08-17
v0.8.17-alpha
Improved
- Much faster file lookup and content search in remote (SSH) workspaces: these operations used to make many round trips to the remote and queue up one by one, so larger directories often meant a wait; they now fetch in a single concurrent batch and, where the remote supports it, tap its own high-speed search tool directly, cutting the wait noticeably in common cases
- Faster remote file read/write: reading and writing large files over a remote connection switches from “sequential small chunks” to “concurrent large chunks,” raising single-file transfer speed by roughly 2.7–4×
- Smoother interface, lower usage: stutter and CPU usage in streaming replies, message-list scrolling, icon animations and similar spots are reduced further — several hot-path costs during streaming are optimized, so long conversations and tool-heavy calls feel more responsive and fluid
- Steadier auto-advance for goals / todos: goals and todos now cooperate in parallel instead of slowing each other down, and the task is pushed forward reliably when it should continue — including after a restart or an abnormal wrap-up, cases that used to be prone to “forgetting to continue”
- Cuts losses when idling: when several rounds pass with no real progress, it now detects the stall and stops promptly, avoiding needlessly burning through quota
