Skip to content

fix: project ID conflict, and update on same session id#15596

Open
noamzbr wants to merge 1 commit intoanomalyco:devfrom
noamzbr:fix/15588-fix-session-import
Open

fix: project ID conflict, and update on same session id#15596
noamzbr wants to merge 1 commit intoanomalyco:devfrom
noamzbr:fix/15588-fix-session-import

Conversation

@noamzbr
Copy link
Contributor

@noamzbr noamzbr commented Mar 1, 2026

Issue for this PR

Closes #15588

Type of change

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

What does this PR do?

  • modify the session insert to use the importers project id rather than the imported project id
  • update on session id match, rather than do nothing

How did you verify your code works?

Fixed the 2 issued described in the issue for me

Screenshots / recordings

Checklist

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Hey! Your PR title Fix: project ID conflict, and update on same session id 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.

@noamzbr noamzbr changed the title Fix: project ID conflict, and update on same session id fix: project ID conflict, and update on same session id Mar 1, 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.

Session import fails on different machine but same path & doesn't update on same session id

1 participant