docs(browserbase-cli): document --yes, --stdin, and agent-friendly patterns#57
Open
docs(browserbase-cli): document --yes, --stdin, and agent-friendly patterns#57
Conversation
…tterns - Add "Agent-friendly flags" section to SKILL.md with --yes and --stdin usage - Document --stdin on sessions create/update and contexts create in REFERENCE.md - Document --yes on bb browse and bb skills for non-interactive installs - Add troubleshooting entry for interactive prompt hanging - Update best practices for agent usage patterns Sister PR to browserbase/cli#31 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--yes/-yand--stdinusage for non-interactive environments--stdinonsessions create/updateandcontexts createin REFERENCE.md--yesonbb browseandbb skillsfor auto-accepting install promptsSister PR to browserbase/cli#31.
Test plan
🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only changes; main risk is minor confusion if examples drift from actual CLI behavior.
Overview
Updates Browserbase CLI docs to better support non-interactive/agent usage by documenting
--yesto auto-accept install prompts (forbb browse/bb skills) and--stdinas an alternative to--bodyfor piping JSON intobb sessions createandbb contexts create(including the mutual-exclusion note).Adds an Agent-friendly flags section and expands troubleshooting/best-practices guidance with examples for piped JSON input and avoiding hangs from interactive prompts.
Written by Cursor Bugbot for commit c7251d8. This will update automatically on new commits. Configure here.