CLI: Update SDK to v0.29.0 and add 1280x800@60 viewport support #102
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
SDK Update
Coverage Analysis
A full enumeration of SDK methods and CLI commands was performed:
SDK Methods Covered by CLI:
kernel deploy,kernel deploy history,kernel deploy logskernel app listkernel invoke,kernel invoke historykernel browser *commandskernel browser replays *commandskernel browser fs *commandskernel browser fs watch *commandskernel browser process *commandskernel browser logskernel browser computer *commandskernel browser playwright executekernel profile *commandskernel proxies *commandskernel extensions *commandskernel browser-pools *commandskernel agents auth *commandskernel agents auth invocations *commandskernel credentials *commandskernel credential-providers *commandsNew Features in v0.29.0
The v0.29.0 SDK release includes:
Skipped Endpoints
Agents.Auth.Invocations.Exchange- marked withx-cli-skip: truein OpenAPI spec (internal hosted UI endpoint)Test Plan
go build ./...- CLI builds successfullygo test ./...- All tests passTriggered by: kernel/kernel-go-sdk@192aa0a
Reviewer: @stainless-app[bot]
Note
Low Risk
Small, localized changes (dependency bump + one new allowed viewport) with test updates; low likelihood of behavior changes beyond the new option.
Overview
Updates the CLI’s Kernel SDK dependency to
github.com/kernel/kernel-go-sdk v0.29.0.Extends browser viewport support by adding
1280x800@60to the selectable/validated viewport options, and updates the corresponding unit test expectations.Written by Cursor Bugbot for commit 899caee. This will update automatically on new commits. Configure here.