session_record
Record commands from the current session to a replayable JSONL file, enabling exact reproduction via CLI. Start, stop, or list recordings as needed.
Instructions
Record the commands of this session as a replayable jsonl file (replay with the CLI: chrome-bridge replay --file ). tab_id is stripped — replays target the tab they navigate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Required for start | |
| action | Yes | start begins recording, stop writes the file and returns its path |