Skip to content

v0.2.8

Choose a tag to compare

@ualtinok ualtinok released this 29 Mar 00:30
· 1215 commits to master since this release

Bug Fixes

  • Note nudge state persisted to DB — trigger and sticky state now survives restarts without cache busts. Previously, restarting would lose deferred triggers and cause delivered nudge text to vanish from user messages (cache bust).
  • Note nudge deferred to next user message — triggers mid-turn (e.g., from todowrite) no longer inject into the current cached user message. The nudge waits for the next user turn.
  • Sticky note nudge replay — delivered nudges re-inject at the same anchored message on subsequent transform passes, following the same pattern as sticky turn reminders.
  • Commit detection guard — false commit_detected triggers no longer fire on first pass after restart.