Skip to content

Add CDP event tailing docs to browser and browserbase-cli skills - #60

Merged
aq17 merged 1 commit into
mainfrom
derek/add_cdp_tailing_docs
Jul 9, 2026
Merged

Add CDP event tailing docs to browser and browserbase-cli skills#60
aq17 merged 1 commit into
mainfrom
derek/add_cdp_tailing_docs

Conversation

@derekmeegan

@derekmeegan derekmeegan commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add browse cdp <url|port> command documentation to the browser skill (SKILL.md + REFERENCE.md)
  • Add session debugging workflow (bb sessions debug + browse cdp) to the browserbase-cli skill (SKILL.md + REFERENCE.md)
  • Documents NDJSON output, --domain filtering, --pretty mode, piping/jq usage

Context

The browse cdp command is being added in browserbase/stagehand#1905. These docs describe the new command for Claude Code skill users.

Test plan

  • Verify skill docs render correctly in Claude Code
  • Verify examples work with a live Browserbase session

🤖 Generated with Claude Code


Note

Low Risk
Documentation-only changes with no runtime or security impact.

Overview
Documents the upcoming browse cdp command in the browser skill so agents know how to stream Chrome DevTools Protocol events without going through the browse daemon.

SKILL.md adds a quick-reference block: attach by port or WebSocket URL, filter with repeatable --domain, use --pretty or pipe NDJSON to files and jq, and notes that the process runs until Ctrl+C with default domains Network, Console, Runtime, Log, and Page.

REFERENCE.md expands the same with a dedicated CDP Event Tailing section: option table, jq filtering examples, sample pretty-print lines, and a Browserbase flow (bb sessions debug → copy wsUrlbrowse cdp wss://...).

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

@aq17
aq17 self-requested a review July 9, 2026 18:50
@aq17
aq17 force-pushed the derek/add_cdp_tailing_docs branch from 50d5ca9 to db17075 Compare July 9, 2026 18:52
@aq17
aq17 merged commit 33657d8 into main Jul 9, 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