-
Notifications
You must be signed in to change notification settings - Fork 3
[kernel 715] add web bot auth docs #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
integrations/web-bot-auth.mdx
Outdated
| Use the Kernel CLI to build the Web Bot Auth extension: | ||
|
|
||
| ```bash | ||
| kernel extensions build-web-bot-auth --to ./web-bot-auth-ext --upload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the --upload flag should require an explicit name argument, e.g. --upload web-bot-auth-test. then update the references below to be consistent: line 34 ("Uploads it to Kernel as..."), line 45 (--extension), line 60 (TypeScript name:), and line 79 (Python name:). this makes it clear we're using the test key variant.
rgarcia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! nice docs. a few suggestions on the CLI flag design for --upload.
|
|
||
| - [Kernel Profiles Documentation](/browsers/profiles) | ||
| - [Profile API Reference](/api-reference/profiles/list-profiles) | ||
| - [Browser Creation API](/api-reference/browsers/create-a-browser) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated testing documentation accidentally committed
Medium Severity
This file appears to be accidentally committed. It's unrelated to the PR's purpose of adding web bot auth documentation and is not referenced in docs.json navigation. The file contains internal paths (kernel/packages/synthetic-tests), Go implementation suggestions, and placeholder template sections with unfilled values like [Date] and [Based on results]. This looks like internal testing documentation that shouldn't be in the public docs repository.
Note
Introduces Web Bot Auth integration and expands extension management docs, with navigation updates and a new performance testing guide.
integrations/web-bot-authguide with quick start, custom key usage, and verification stepsreference/cli/extensionsand card inreference/cli.mdx; documentslist,upload,download,delete,download-web-store, andbuild-web-bot-authbrowsers/extensionswith an enterprise policies section detailing required files (update.xml,.crx), detection/validation, and install flow viaExtensionInstallForcelistdocs.jsonforintegrations/web-bot-authand CLI Extensions pagetesting/profile-loading-performance.mdguide for measuring profile size/startup impact and proposing origin filteringWritten by Cursor Bugbot for commit 636e91f. This will update automatically on new commits. Configure here.