Skip to content

fix(code editor): allow file selection over exploration results#448

Merged
Harry19081 merged 3 commits into
developfrom
beruro/fix-444-files-read-selection
Jul 22, 2026
Merged

fix(code editor): allow file selection over exploration results#448
Harry19081 merged 3 commits into
developfrom
beruro/fix-444-files-read-selection

Conversation

@beruro

@beruro beruro commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • let explicit FILES READ selections override an active exploration result
  • scope the override to the current replay event
  • restore event-driven panel selection when the replay cursor moves

Closes #444

Validation

  • 5 targeted Vitest tests passed
  • pre-commit scoped TypeScript, ESLint, and Prettier passed
  • refreshed onto current develop
  • GitHub Frontend and Rust CI passed

Merge order

#458 also updates SessionReplay/index.tsx. Land this PR first, then refresh #458 and preserve both event-scoped FILES READ selection and explicit replay panel-mode switching.

@beruro

beruro commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator Author

Merge-order note: #458 also updates SessionReplay/index.tsx. Land #448 first, then refresh #458 so its replay-mode switching is applied on top of the event-scoped exploration selection behavior.

…es-read-selection

# Conflicts:
#	src/modules/WorkStation/CodeEditor/SessionReplay/index.tsx
@Harry19081
Harry19081 merged commit 1556726 into develop Jul 22, 2026
2 checks passed
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.

fix(code editor): FILES READ cannot override an active exploration result

2 participants