Skip to content

Releases: tsenchenko/claude-banners-macos

v1.1.2

Choose a tag to compare

@tsenchenko tsenchenko released this 08 Jun 03:40

Fixed

  • False "Needs your approval" banners when a tool errored, was denied, or was cancelled. PostToolUse only fires for tools that complete, so those markers leaked and the detector eventually fired on them. The detector now distinguishes a genuine block (session frozen — nothing happens after the tool) from a leaked marker (activity continues afterwards) and only banners the former.

v1.1.1

Choose a tag to compare

@tsenchenko tsenchenko released this 08 Jun 03:17

Fixed

  • False "Needs your approval" banners from the waiting-detector under heavy parallel workflows. Raised the wait threshold (5s → 30s) and narrowed the tool hooks to only the relevant tools, so a slow-but-unblocked tool no longer false-fires.

v1.1.0

Choose a tag to compare

@tsenchenko tsenchenko released this 08 Jun 01:57

Added

  • Native banners for tool-permission prompts ("Allow reading from X?"). The VS Code extension fires no hook for these, so a waiting-detector notices when a Read/Edit/Write tool is left blocked on your approval and raises a banner.

Fixed

  • Click-to-focus opened a new VS Code window when the session's working directory was a subfolder of the project. The click now resolves to the project root and focuses the existing window (also fixes focus-aware suppression and notification grouping for nested directories).

Changed

  • Renamed the project to claude-banners-macos (was claude-toast-macos) — now a standalone macOS tool.