Remove @onkernel/sdk version-pin warning from fallback cookbook - #548
Merged
Conversation
…kbook browser-loop no longer pins an exact @onkernel/sdk version.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Approve
This PR deletes a 4-line <Warning> callout from a single cookbook page (browsers/playwright-computer-use-fallback.mdx). The remaining Setup section still flows from the npm install block to the env-var examples. No other files reference the removed warning.
- Codepaths: Documentation copy only; no application, SDK, or config logic
- Blast radius: One cookbook page
- Infra / security / shared systems: None
- CODEOWNERS: None required
Safe to approve immediately.
Sent by Cursor Automation: Assign PR reviewers
dprevoznik
added a commit
that referenced
this pull request
Sep 4, 2026
browser-loop's exact @onkernel/sdk pin is relaxed to a caret range (kernel/browser-loop#94), matching the same removal already done for the Playwright/computer-use fallback cookbook (#548).
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
browser-looppinned@onkernel/sdkto an exact version, which could hoist a mismatched SDK copy and break type-checking for consumers.Test plan
Note
Low Risk
Documentation-only deletion of stale setup guidance; no code or dependency changes in this repo.
Overview
Removes the Setup warning in the Playwright/computer-use fallback cookbook that told readers
browser-looppinned an exact@onkernel/sdkpeer and that a hoisted mismatch could breakattach({ client, browser })typing.That guidance is obsolete after
browser-loopmoved to a caret-range peer on@onkernel/sdk(kernel/browser-loop#94), so the install block now goes straight fromnpm installto the env/script examples.Reviewed by Cursor Bugbot for commit e8f2196. Bugbot is set up for automated code reviews on this repo. Configure here.