-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
The sessions.updated_at field in the session store is set once (at session creation or first checkpoint) and never updated as new conversation turns are added. This causes long-running sessions to appear stale in queries, making them difficult to find when searching for recent work.
Affected version
Copilot CLI 1.0.10-1
Steps to reproduce the behavior
- Start a new session and note the
sessions.updated_atvalue. - Have a multi-turn conversation (5+ turns) over a period of time.
- Query
sessions.updated_at— it will still reflect the original value, not the latest turn. - Optionally run
/compactand re-check —updated_atmay still not refresh.
Expected behavior
sessions.updated_at should reflect the timestamp of the most recent turn (or at minimum, the most recent checkpoint). This field is the natural "last active" indicator and is the first thing queried when searching for recent sessions.
Additional context
Copilot-generated issue details: session-store-updated-at-bug.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for Bug.