Add manage_replays to eve-extension docs#454
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
The diff adds two documentation-only lines in a single MDX file: one tool description and the corresponding entry in a configuration example. It doesn't modify runtime code, infrastructure, permissions, or security boundaries, so the blast radius is limited to the rendered documentation.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
This PR adds two documentation-only references to manage_replays in one MDX page: one tool description and one entry in an existing TypeScript allowlist example. It doesn't modify production code, prompts, infrastructure, permissions, or shared configuration, so the blast radius is limited to rendered documentation. I found no CODEOWNERS file requiring an ownership review and no existing approval on the current head (fb333a8).
Sent by Cursor Automation: Assign PR reviewers


Adds the
manage_replaystool to the included tools list on the eve-extension integration page, matching the tool newly shipped in the latest@onkernel/eve-extensionnpm package. Also adds it to the connection-override allowlist example.Changes
manage_replaysto the override allowlist example.Docs-only change, no build step (Mintlify).
Note
Low Risk
Documentation-only updates to
integrations/vercel/eve-extension.mdxwith no runtime or build impact.Overview
Updates the Eve Extension integration docs to reflect the
manage_replaystool shipped in the latest@onkernel/eve-extensionpackage.The Included tools and skills list now describes session video replay controls (start, stop, list recordings as MP4) and notes that replays require a paid Kernel plan. The connection override
tools.allowexample also includesmanage_replaysso readers can opt into that tool alongside the other high-blast-radius entries.Reviewed by Cursor Bugbot for commit fb333a8. Bugbot is set up for automated code reviews on this repo. Configure here.