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
Skip sync push on read-only commands — get no longer triggers a sync push, eliminating unnecessary file hashing and potential network round-trips on every read
Skip sync push on read-only TUI sessions — browsing credentials without editing no longer triggers a push on exit
UX
"Syncing... done" feedback — write commands (add, update, delete) and TUI write sessions now show sync progress on stderr
Internal
SmartPush returns (bool, error) so callers know if a push occurred without redundant checks
TUI tracks write operations via AppState.MarkWriteOperation() to distinguish read-only sessions