Skip to content

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

Open
ariane-emory wants to merge 2 commits intodevfrom
fix/session-timestamp-regression
Open

fix(core): prevent auto-updating session timestamps on metadata changes#268
ariane-emory wants to merge 2 commits intodevfrom
fix/session-timestamp-regression

Conversation

@ariane-emory
Copy link
Copy Markdown
Owner

@ariane-emory ariane-emory commented Apr 18, 2026

Issue for this PR

Closes anomalyco#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 orderinng when they are renamed.

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

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.

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

1 participant