CLI: Update Go SDK to f8178335e91ed37927459b03d712ca1f32f6391a#114
Closed
kernel-internal[bot] wants to merge 6 commits intomainfrom
Closed
CLI: Update Go SDK to f8178335e91ed37927459b03d712ca1f32f6391a#114kernel-internal[bot] wants to merge 6 commits intomainfrom
kernel-internal[bot] wants to merge 6 commits intomainfrom
Conversation
…nd add new commands Add hypeman-go SDK dependency and implement CLI commands for all SDK methods: - kernel hypeman instance create/list/get/delete/start/stop/restore/standby/logs/stat - kernel hypeman instance volume attach/detach - kernel hypeman image create/list/get/delete - kernel hypeman volume create/list/get/delete/create-from-archive - kernel hypeman device create/list/get/delete/list-available - kernel hypeman ingress create/list/get/delete - kernel hypeman resource get - kernel hypeman build create/list/get/cancel/events Triggered by: kernel/hypeman-go@a897d4c Co-authored-by: Cursor <cursoragent@cursor.com>
Update kernel-go-sdk to v0.34.0 which includes new Browsers.Computer methods. Add CLI support for: - `kernel browsers computer get-mouse-position <id>` - Get current mouse position - `kernel browsers computer batch <id>` - Execute batch of computer actions from JSON Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
@cursoragent remove all hypeman stuff |
|
Done! I've removed all hypeman-related code: Deleted files:
Modified files:
Build and tests pass. Changes have been pushed. |
- Remove cmd/hypeman directory with all hypeman subcommands - Remove hypeman import and command registration from root.go - Remove hypeman from auth exemption list - Remove github.com/kernel/hypeman-go dependency from go.mod Co-authored-by: Mason Williams <masnwilliams@users.noreply.github.com>
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.
Bump github.com/kernel/kernel-go-sdk from v0.34.0 to v0.35.0. Triggered by: kernel/kernel-go-sdk@f817833 Co-authored-by: Cursor <cursoragent@cursor.com>
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 have corresponding CLI commands.
SDK Methods Analyzed:
All SDK methods have corresponding CLI commands.
Triggered by: kernel/kernel-go-sdk@f817833
Reviewer: @stainless-app[bot]
Note
Medium Risk
Introduces new OS-level automation commands (mouse/desktop control) and upgrades the underlying SDK; main risk is mismatched request/response shapes or CLI JSON parsing causing runtime failures.
Overview
Adds two new
kernel browsers computerCLI capabilities:get-mouse-position(prints x/y or--output json) andbatch(executes a JSON-defined list of computer actions via the SDK).Updates dependencies to support these APIs, including bumping
github.com/kernel/kernel-go-sdktov0.35.0, and extends the computer-service test fake to coverBatchandGetMousePosition.Written by Cursor Bugbot for commit 1730338. This will update automatically on new commits. Configure here.