Skip to content

Add manage_replays to default browser toolset - #5

Merged
dprevoznik merged 1 commit into
mainfrom
hypeship/add-manage-replays
Jul 21, 2026
Merged

Add manage_replays to default browser toolset#5
dprevoznik merged 1 commit into
mainfrom
hypeship/add-manage-replays

Conversation

@dprevoznik

@dprevoznik dprevoznik commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Kernel's hosted MCP server now ships a dedicated manage_replays tool for session-scoped video recording (start / stop / list). This adds it to the extension's default tools.allow list so consumers get replay recording out of the box, alongside the existing session, Playwright, computer-control, auth, profile, and proxy tools.

manage_replays records a browser session as an MP4: start once, run the automation, stop — rather than recording each action separately. It's read/write but not destructive, so it fits the default autonomous toolset without an approval gate.

Changes

  • extension/connections/browser.ts — add manage_replays to the default tools.allow.
  • README.md — document manage_replays in "What you get" and add it to the full connection-override example.

Testing

  • npx tsc passes.
  • Build (eve extension build) requires Node 24; this environment has Node 22, so it wasn't run here.

🤖 Generated with Claude Code


Note

Low Risk
Documentation and default tool allowlist only; no auth or core browser logic changes, with modest extra API surface for recording on paid plans.

Overview
Enables session video replay recording by default for mounted Kernel browser connections.

manage_replays is added to the default tools.allow in extension/connections/browser.ts, so agents can start/stop/list MP4 session recordings without a connection override. README documents the tool under “What you get” (paid Kernel plan) and includes it in the full override example.

Reviewed by Cursor Bugbot for commit b59b67e. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dprevoznik
dprevoznik marked this pull request as ready for review July 21, 2026 03:10
@dprevoznik
dprevoznik requested a review from masnwilliams July 21, 2026 03:10

@masnwilliams masnwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm

@dprevoznik
dprevoznik merged commit 3326f3d into main Jul 21, 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.

2 participants