Skip to content

Extension 0.5.9

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:23
· 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: useScrollPinToBottom now uses useLayoutEffect with direct scrollTop assignment and a raised 160 px threshold — eliminating the jitter and flicker that occurred during streaming when rAF/scrollIntoView raced with new content

Full Changelog: ext/v0.5.8...ext/v0.5.9