Closed
Conversation
Update kernel-go-sdk from v0.39.0 to v0.40.0. Coverage analysis performed - no new SDK methods or param fields requiring CLI coverage. Made-with: Cursor
Updates kernel-go-sdk from v0.40.0 to v0.41.0. Coverage Analysis: - Full enumeration of SDK methods and CLI commands was performed - No coverage gaps found - all SDK methods have corresponding CLI commands Triggered by: kernel/kernel-go-sdk@e98fe66 Made-with: Cursor
Update kernel-go-sdk from v0.41.0 to v0.42.0. No new commands or flags needed - full SDK method enumeration confirmed all endpoints are covered by existing CLI commands. Triggered by: kernel/kernel-go-sdk@e4fbd0f Made-with: Cursor
Updates the Go SDK dependency to the latest version. No new CLI commands or flags needed - SDK diff was empty. Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
- Updated SDK from v0.42.1-0.20260303220142-7f661cd50a73 to v0.42.1 - Fixed BrowserUpdateParamsViewport type compatibility change (now uses kernel.BrowserUpdateParamsViewport with embedded shared.BrowserViewportParam) Full SDK method enumeration was performed. No coverage gaps were found. Triggered by: kernel/kernel-go-sdk@3f5454b Made-with: Cursor
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.
This PR updates the Go SDK dependency to the latest version.
SDK Update
Code Changes
BrowserUpdateParamsViewporttype compatibility change incmd/browsers.goshared.BrowserViewportParamdirectly to usingkernel.BrowserUpdateParamsViewportwhich embedsshared.BrowserViewportParamwith an additionalForcefieldCoverage Analysis
A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.
Triggered by: kernel/kernel-go-sdk@3f5454b
Reviewer: @stainless-app[bot]
Note
Medium Risk
External SDK upgrade can subtly change request/response behavior across CLI commands. The only code change is a small type/field adaptation for browser viewport updates, so blast radius is limited but still worth a quick smoke test.
Overview
Updates the CLI’s Go dependency on
github.com/kernel/kernel-go-sdkto the releasedv0.42.1(from a pseudo-version), updating module checksums accordingly.Adjusts
cmd/browsers.goto use the SDK’s newkernel.BrowserUpdateParamsViewportwrapper (embeddingshared.BrowserViewportParam) and sets the optionalForcefield when--forceis used, restoring compatibility for thebrowsers update --viewportflow.Written by Cursor Bugbot for commit 4574487. This will update automatically on new commits. Configure here.