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
feat: wire remaining notifications; manual index off the shared DB lock
Notifications: the Agent Error and Task Completed toggles were dead
settings. Wire them (and the existing Review Completed) through one
notifyIfEnabled helper that respects each toggle's default:
- Review Completed -> review finishes (default on)
- Agent Error -> review or fix run fails (default on)
- Task Completed -> agent fix completes (default off)
Indexer: instead of holding the shared DbState connection lock for the
whole manual re-index, trigger_index now opens its own WAL connection
(the same pattern the periodic/startup indexer already uses) on a
blocking thread. With WAL + busy_timeout, other DB-backed commands stay
responsive during a cold index. The indexer logic itself is unchanged.
Bumps desktop app to 1.1.58.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments