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
v0.8.2 — wake skip check is text-area content, not frontmost
@claudemm caught that v0.7.5's frontmost-app skip over-fired: any
time the user had Claude.app focused (just READING the room),
wakes were dropped. Result: agent looked offline.
Replaced with the precise check claudemm originally proposed —
query value of text area 1 of group 1 of window 1 via accessibility
and skip only when non-empty. Try/silent on failure so accessibility
shape mismatches don't block wakes (better to risk a rare mid-typing
garble than to silently drop every wake).
Applied to all three osascript wake scripts.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments