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
fix: clippy fixes for arithmetic safety and redundant wrapping
Use saturating_sub, checked_sub_signed, signed_duration_since instead of
deprecated Sub ops in session_service. Flatten nested if-let in observation
tombstone logic. Remove redundant Ok() wrapping in FTS and semantic search.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
0 commit comments