Extension 0.5.9
·
59 commits
to main
since this release
Agent Upgrades & Streaming Fixes
🤖 Agent Improvements
- Abort support: Stopping a chat now cancels all in-flight MCP and agent tool requests via
AbortSignal, preventing dangling network connections getCurrentTimeTool: Agents can now query the current date and time, enabling time-aware responses without a manual prompt- Retry button: A retry icon appears on user messages so you can re-send without retyping
- Expanded tool loop: The agent tool execution loop limit has been raised from 5 → 50 steps, supporting longer autonomous workflows
🖥️ Streaming
- Scroll pin fix:
useScrollPinToBottomnow usesuseLayoutEffectwith directscrollTopassignment and a raised 160 px threshold — eliminating the jitter and flicker that occurred during streaming when rAF/scrollIntoViewraced with new content
Full Changelog: ext/v0.5.8...ext/v0.5.9