Skip to content

CLI: Update Go SDK to v0.42.1#125

Closed
kernel-internal[bot] wants to merge 10 commits intomainfrom
cli-coverage-update
Closed

CLI: Update Go SDK to v0.42.1#125
kernel-internal[bot] wants to merge 10 commits intomainfrom
cli-coverage-update

Conversation

@kernel-internal
Copy link
Contributor

@kernel-internal kernel-internal bot commented Feb 26, 2026

This PR updates the Go SDK dependency to the latest version.

SDK Update

  • Updated kernel-go-sdk from v0.42.1-0.20260303220142-7f661cd50a73 to v0.42.1

Code Changes

  • Fixed BrowserUpdateParamsViewport type compatibility change in cmd/browsers.go
    • The SDK changed from using shared.BrowserViewportParam directly to using kernel.BrowserUpdateParamsViewport which embeds shared.BrowserViewportParam with an additional Force field

Coverage 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-sdk to the released v0.42.1 (from a pseudo-version), updating module checksums accordingly.

Adjusts cmd/browsers.go to use the SDK’s new kernel.BrowserUpdateParamsViewport wrapper (embedding shared.BrowserViewportParam) and sets the optional Force field when --force is used, restoring compatibility for the browsers update --viewport flow.

Written by Cursor Bugbot for commit 4574487. This will update automatically on new commits. Configure here.

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
@kernel-internal kernel-internal bot changed the title CLI: Update Go SDK to beb89a77073b31124194262805d295fa1c043b67 CLI: Update Go SDK to e98fe66366b9f8fafc1843701ab1447a1872da5e Feb 27, 2026
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
@kernel-internal kernel-internal bot changed the title CLI: Update Go SDK to e98fe66366b9f8fafc1843701ab1447a1872da5e CLI: Update Go SDK to e4fbd0f7a5067d37fd368389c33ab4976c2caeeb Mar 2, 2026
Updates the Go SDK dependency to the latest version.

No new CLI commands or flags needed - SDK diff was empty.

Made-with: Cursor
@kernel-internal kernel-internal bot changed the title CLI: Update Go SDK to e4fbd0f7a5067d37fd368389c33ab4976c2caeeb CLI: Update Go SDK to 7f661cd50a731a0cd742993d5c312de9dda5899a Mar 3, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

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
@kernel-internal kernel-internal bot changed the title CLI: Update Go SDK to 7f661cd50a731a0cd742993d5c312de9dda5899a CLI: Update Go SDK to v0.42.1 Mar 5, 2026
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