Skip to content

v0.19.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 21:26
· 321 commits to main since this release
5089a92

Features

  • Inline question cards for AskUserQuestion (#285) - Claude's clarifying questions now render as an inline card in the conversation, the same style as the existing permission-request and plan-approval cards, instead of popping up in a blocking modal. You can see the surrounding conversation while answering, and a pending question now survives thread switches, reloads, or a crash - it restores automatically right where you left it.

Bug Fixes

  • Kanban board no longer resets your scroll position or flickers (#282) - Fixed a long-standing bug (a prior fix attempt in #234 never actually worked) where the kanban board's scroll position was lost on every re-render. Task-list updates from Claude agents (which can fire multiple times per second) now patch just the affected card in place instead of rebuilding the whole board, eliminating visible flicker during active threads. No visual or behavioral changes - purely a rendering-correctness fix.

Improvements

  • Claude Agent SDK bumped to 0.3.207 (#288, from 0.3.190) - picks up upstream fixes for canUseTool allow/deny misclassification, dead-turn terminal_reason corrections, a tool-use-ID dedup fix, and a workflow-progress-drop fix. No breaking changes found against this plugin's SDK integration points (system subtypes, tool names, task result format, message types, rate-limit shape all verified compatible).

Notes

  • No migration steps required for this release.
  • Screenshots regenerated for this version to reflect the current UI baseline.