You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.