Skip to content

Conversation

@Raviguntakala
Copy link
Contributor

@Raviguntakala Raviguntakala commented Dec 14, 2025

Problem

--continue selects sessions based on ID order, but IDs reflect creation time, not last activity.
This causes --continue to open an old session instead of the one you were last working on.

Solution

Sort sessions by time.updated (descending) before selecting, so --continue opens the most recently used session.

fixes #5510

@rekram1-node rekram1-node merged commit fdf560c into sst:dev Dec 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--continue selects wrong session due to incorrect sort order in sync.tsx

2 participants