Skip to content

fix: allow replays list/download for deleted browser sessions#135

Merged
jarugupj merged 1 commit intomainfrom
phani/kernel-1098-replay-list-deleted-sessions
Mar 17, 2026
Merged

fix: allow replays list/download for deleted browser sessions#135
jarugupj merged 1 commit intomainfrom
phani/kernel-1098-replay-list-deleted-sessions

Conversation

@jarugupj
Copy link
Contributor

@jarugupj jarugupj commented Mar 17, 2026

The CLI was calling GET /browsers/{id} before listing or downloading replays, which returns 404 for deleted sessions. Skip that lookup and pass the session ID directly to the replay endpoints, which already work for deleted sessions.

Fixes KERNEL-1098


Note

Low Risk
Low risk: small CLI change to remove a preflight GET /browsers/{id} call; main risk is that Identifier must be a session ID for replay endpoints and error messaging may change slightly.

Overview
Fixes browsers replays list and browsers replays download to skip the browser lookup and call the replay endpoints directly with the provided identifier, allowing replay operations to work even when the browser session has been deleted.

Written by Cursor Bugbot for commit 30546b0. This will update automatically on new commits. Configure here.

The CLI was calling GET /browsers/{id} before listing or downloading
replays, which returns 404 for deleted sessions. Skip that lookup
and pass the session ID directly to the replay endpoints, which
already work for deleted sessions.

Fixes KERNEL-1098
@jarugupj jarugupj requested a review from masnwilliams March 17, 2026 18:38
Copy link
Contributor

@masnwilliams masnwilliams left a comment

Choose a reason for hiding this comment

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

lgtm

@jarugupj jarugupj merged commit 5d4e3bc into main Mar 17, 2026
2 checks passed
@jarugupj jarugupj deleted the phani/kernel-1098-replay-list-deleted-sessions branch March 17, 2026 18:39
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.

2 participants