Skip to content

v0.2.0

Choose a tag to compare

@m1ckc3s m1ckc3s released this 25 Jun 09:15
· 22 commits to main since this release

Added

  • Awaiting-permission dot now works in the Claude desktop app, not just the terminal CLI. Previously the yellow "awaiting permission" dot only appeared in the CLI, because the only signal we had (the Notification hook) never fires for permission prompts in the desktop app. The app now also listens to Claude Code's PermissionRequest hook, which fires the moment an approval dialog is shown in both the CLI and the desktop app, so the dot lights up the instant Claude is waiting on you to approve a tool. A denied prompt clears the dot too: the app detects the interrupt in the transcript and returns to its resting state.