docs: fix browser CLI docs link
This commit is contained in:
@@ -13,6 +13,8 @@ When a site requires login, **sign in manually** in the **host** browser profile
|
||||
|
||||
Do **not** give the model your credentials. Automated logins often trigger anti‑bot defenses and can lock the account.
|
||||
|
||||
Back to the main browser docs: [Browser](/tools/browser).
|
||||
|
||||
## Which Chrome profile is used?
|
||||
|
||||
Clawdbot controls a **dedicated Chrome profile** (named `clawd`, orange‑tinted UI). This is separate from your daily browser profile.
|
||||
|
||||
@@ -31,8 +31,8 @@ export function registerBrowserCli(program: Command) {
|
||||
"after",
|
||||
() =>
|
||||
`\nExamples:\n ${[...browserCoreExamples, ...browserActionExamples].join("\n ")}\n\n${theme.muted("Docs:")} ${formatDocsLink(
|
||||
"/browser",
|
||||
"docs.clawd.bot/browser",
|
||||
"/tools/browser",
|
||||
"docs.clawd.bot/tools/browser",
|
||||
)}\n`,
|
||||
)
|
||||
.action(() => {
|
||||
|
||||
Reference in New Issue
Block a user