Releases: tsenchenko/claude-banners-macos
Releases · tsenchenko/claude-banners-macos
Release list
v1.1.2
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
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
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.