Brandt Weary
Brandt Weary
### Description Sessions are sorted by ID string comparison (a.id.localeCompare(b.id)) but session IDs use descending timestamp encoding (newer sessions have lexicographically smaller IDs via Identifier.descending()). This causes --continue to select...
## Summary - Fix unhandled promise rejections caused by `Storage.read` throwing `NotFoundError` when checking share status for unshared sessions - The TUI calls these functions during sync, resulting in ~1...
## Summary - Remove `console.log` calls in clipboard detection that fire on first clipboard use - Replace `console.error` with `Log.Default.error` in worker.ts and index.ts error handlers - Change `stderr: "inherit"`...