Skip to content

fix timestamp regression#28429

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

fix timestamp regression#28429
ariane-emory wants to merge 8 commits into
anomalyco:devfrom
ariane-emory:pr/fix/session-timestamp-regression

Conversation

@ariane-emory

Copy link
Copy Markdown
Contributor

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 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

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title https://canary.discord.com/channels/1391832426048651334/1391832428024430645/1490810451066491062 doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@ariane-emory ariane-emory changed the title https://canary.discord.com/channels/1391832426048651334/1391832428024430645/1490810451066491062 fix timestamp regression May 20, 2026
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