Skip to content

feat(frontend): make investigation overview replay-first#22

Merged
ThomsenDrake merged 8 commits intomainfrom
chore/replay-first-overview-pr
Mar 24, 2026
Merged

feat(frontend): make investigation overview replay-first#22
ThomsenDrake merged 8 commits intomainfrom
chore/replay-first-overview-pr

Conversation

@ThomsenDrake
Copy link
Copy Markdown
Owner

@ThomsenDrake ThomsenDrake commented Mar 24, 2026

Summary

  • make the investigation overview replay-first with curated replay surfaced at the top
  • add evidence-linked revelation, gap, and action drill-down across replay and wiki context
  • preserve lazy graph mounting by handing wiki drawer opens across the investigation tabs

Verification

  • npm test -- src/components/OverviewPane.test.ts src/components/InvestigationPane.test.ts src/components/GraphPane.test.ts src/api/invoke.test.ts

Open with Devin

devin-ai-integration[bot]

This comment was marked as resolved.

devin-ai-integration[bot]

This comment was marked as resolved.

devin-ai-integration[bot]

This comment was marked as resolved.

@ThomsenDrake
Copy link
Copy Markdown
Owner Author

@codex

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 79d61af5fe

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +1455 to +1458
replayEntries = [];
replayStatus = "idle";
replayError = "";
selectedReplaySeq = null;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Invalidate pending replay loads on session switch

Bump or cancel the replay request sequence when handling session-changed; otherwise an in-flight loadReplay from the previous session can still pass the seq !== replaySeq guard and overwrite the newly reset pane with stale history. This happens when the user switches sessions while getSessionHistory(...) is still resolving, because this reset block clears UI state but does not invalidate older requests.

Useful? React with 👍 / 👎.

@ThomsenDrake ThomsenDrake merged commit bbfbf3b into main Mar 24, 2026
3 checks passed
@ThomsenDrake ThomsenDrake deleted the chore/replay-first-overview-pr branch March 24, 2026 20:17
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.

1 participant