Skip to content

Remove @onkernel/sdk version-pin warning from fallback cookbook - #548

Merged
dprevoznik merged 1 commit into
mainfrom
hypeship/remove-sdk-pin-warning
Sep 4, 2026
Merged

Remove @onkernel/sdk version-pin warning from fallback cookbook#548
dprevoznik merged 1 commit into
mainfrom
hypeship/remove-sdk-pin-warning

Conversation

@dprevoznik

@dprevoznik dprevoznik commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • browser-loop pinned @onkernel/sdk to an exact version, which could hoist a mismatched SDK copy and break type-checking for consumers.
  • That pin is now relaxed to a caret range (Relax @onkernel/sdk peer version pin to a caret range browser-loop#94), so the setup warning describing the mismatch no longer applies. Removes it from the Playwright/computer-use fallback cookbook.

Test plan

  • Reviewed the rendered section for broken references — no other page links to or repeats this warning.

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-loop pinned an exact @onkernel/sdk peer and that a hoisted mismatch could break attach({ client, browser }) typing.

That guidance is obsolete after browser-loop moved to a caret-range peer on @onkernel/sdk (kernel/browser-loop#94), so the install block now goes straight from npm install to the env/script examples.

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

…kbook

browser-loop no longer pins an exact @onkernel/sdk version.
@mintlify

mintlify Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
Kernel 🟢 Ready View Preview Sep 4, 2026, 6:02 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@dprevoznik
dprevoznik merged commit 9fb7e69 into main Sep 4, 2026
4 checks passed
@dprevoznik
dprevoznik deleted the hypeship/remove-sdk-pin-warning branch September 4, 2026 19:18
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).
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.

1 participant