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
"Generating AI suggestions" screen could hang indefinitely on
import. If a single LLM call timed out or errored during the
on-import suggestion pass, the sidecar correctly logged the
failure but never marked that row as attempted — so the in-app
progress counter never decremented past it, and the screen
stayed at "N of M analyzed" forever even though the backend
was idle. Reported by a v0.1.8 user who saw a 30-minute hang
on a 2-transaction statement (the same bug also affected v0.1.7
and earlier). The error path now marks errored rows as
attempted, matching what the low-confidence-skip path already
did, so progress unblocks immediately. As a defense-in-depth
measure, the screen also gains a safety net: if progress
hasn't moved for 90 seconds it switches to a clear "Suggestions
seem stuck — open Transactions" panel with a button. Users
can never get trapped on this screen again regardless of the
underlying cause.
Notes for existing users
Upgrade in place. No database changes, no settings to migrate.
Open Preferences → About → Check for updates, or download the
new .dmg from centproof.com/download.