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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Cron mutations are now durable. Disabling, updating, or deleting a scheduled task (/loop, Settings → Scheduled Tasks) now waits for the change to be persisted to disk before returning. Previously the in-memory state updated immediately but the save to disk was fire-and-forget — if Obsidian reloaded (or crashed) in that window, the item reverted to its last-saved state on disk, silently resurrecting a task you'd just disabled or deleted. (#314)
Missed/overdue scheduled items now catch up with a staggered delay (5s, plus up to 30s more per additional overdue item) instead of all firing simultaneously on startup, and logs a warning when catching up more than one overdue item.
Also included
Consecutive tool calls in a thread now group into a collapsible pill instead of rendering as a long flat list. (#313)