Skip to content

fix(core): prevent auto-updating session timestamps on metadata changes#28430

Open
ariane-emory wants to merge 10 commits into
anomalyco:devfrom
ariane-emory:pr/fix/session-timestamp-regression
Open

fix(core): prevent auto-updating session timestamps on metadata changes#28430
ariane-emory wants to merge 10 commits into
anomalyco:devfrom
ariane-emory:pr/fix/session-timestamp-regression

Conversation

@ariane-emory
Copy link
Copy Markdown
Contributor

@ariane-emory ariane-emory commented May 20, 2026

Issue for this PR

Closes #23354

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Prevents session timestamps from being updated on metadata-only changes, so as to, for example, prevent sessions from jumping unexpectedly in the session_list 's ordering when they are renamed.

This is a recreation of this PR that was mistakenly closed by the auto cleanup routine: #28429

How did you verify your code works?

bun test, bun typecheck, manual testing.

Screenshots / recordings

N/A

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@ariane-emory ariane-emory marked this pull request as ready for review May 20, 2026 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: Session timestamps ought not be updated on metadata-only changes.

1 participant