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
fix: note nudges now work outside fullFeatureMode and only clear state after successful placement
Root cause: note nudge delivery was gated by fullFeatureMode (false for
subagent sessions). Triggers set triggerPending, but delivery never ran.
Secondary bug: getNoteNudgeText cleared triggerPending before confirming
the append succeeded, causing silent drops.
Fixes:
- Moved note nudge injection outside the fullFeatureMode block
- Split getNoteNudgeText into peekNoteNudgeText + markNoteNudgeDelivered
- Only mark delivered after appendReminderToLatestUserMessage succeeds
- Added logging for trigger/delivery/skip events
0 commit comments