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
- 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
SDK update from v0.42.1 to v0.43.0. A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found - all SDK methods are already covered by corresponding CLI commands. Triggered by: kernel/kernel-go-sdk@44cf3a0 Made-with: Cursor
There was a problem hiding this comment.
Risk assessment: Medium.
Evidence from diff:
- Only
go.modandgo.sumchanged - Dependency upgrade:
github.com/kernel/kernel-go-sdkv0.42.1 -> v0.43.0
Why review is required:
- This is a shared SDK version bump that can affect many CLI runtime codepaths that rely on API types/behavior.
- The local diff is small, but blast radius is broader than a purely isolated change.
Actions taken:
- Requested reviewers:
@rgarcia,@sjmiller609 - Did not approve, per risk policy for Medium+ changes.
rgarcia
approved these changes
Mar 10, 2026
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
Coverage Analysis
A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found - all SDK methods are already covered by corresponding CLI commands.
Triggered by: kernel/kernel-go-sdk@44cf3a0
Reviewer: @stainless-app[bot]
Made with Cursor
Note
Low Risk
Dependency-only bump with no code changes in this repo; risk is limited to any behavioral changes introduced by the updated SDK at runtime.
Overview
Updates the CLI’s dependency on
github.com/kernel/kernel-go-sdkfromv0.42.1tov0.43.0, with correspondinggo.sumhash updates.Written by Cursor Bugbot for commit 499071b. This will update automatically on new commits. Configure here.