Skip to content

v0.19.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:11
· 329 commits to main since this release
3d74ab2

What's New in v0.19.2

Features

  • Skills Manager: "Check for updates" button — A new button in the Installed tab re-fetches staleness for all GitHub plugin sources concurrently. Shows a spinner while running, then reports "All up to date" or "N plugin(s) have updates." (#274)
  • Public roadmap — Vote on what comes next at compass.rbcodelabs.com/portal/rbcodelabs/claude-threads/roadmap. (#276)

Bug Fixes

  • Skills Manager: block scalar YAML descriptions now render correctly — Skills using >- (folded) or |- (literal) multi-line frontmatter descriptions no longer show the raw indicator character. Fixes display of Agentic PM Playbook skills and any other SKILL.md files using block scalar syntax. (#274)
  • Task list icons replaced with Lucide — Status indicators (completed ✔, in-progress ■, pending ○) and expand/collapse arrows in task list cards now use proper Lucide SVG icons, consistent with the rest of the plugin. Color-coded: green for completed, amber for in-progress, muted for pending. (#275)

Improvements

  • SDK bump: @anthropic-ai/claude-agent-sdk → 0.3.190 — Picks up 25 SDK versions including Claude Fable 5 support, ReadMcpResourceDir tool (now icon-registered), tool call display-name metadata, and typed permission-denial reasons. No breaking changes. (#273)