Skip to content

Commit 3067d18

Browse files
rgarciaCursor Agent
andauthored
CLI: Update Go SDK to v0.28.0 (670d1868beed69adfc0144e60fb923b01f55b594) (#93)
This PR updates the Go SDK dependency to the latest version. ## SDK Update - Updated kernel-go-sdk to v0.28.0 (670d1868beed69adfc0144e60fb923b01f55b594) ## Coverage Analysis A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found. ### SDK Methods Covered All SDK methods from `api.md` have corresponding CLI commands: - **Deployments**: New, Get, List, Follow - **Apps**: List - **Invocations**: New, Get, Update, List, DeleteBrowsers, Follow - **Browsers**: New, Get, Update, List, Delete, DeleteByID, LoadExtensions - **Browsers.Replays**: List, Download, Start, Stop - **Browsers.Fs**: NewDirectory, DeleteDirectory, DeleteFile, DownloadDirZip, FileInfo, ListFiles, Move, ReadFile, SetFilePermissions, Upload, UploadZip, WriteFile - **Browsers.Fs.Watch**: Events, Start, Stop - **Browsers.Process**: Exec, Kill, Resize, Spawn, Status, Stdin, StdoutStream - **Browsers.Logs**: Stream - **Browsers.Computer**: CaptureScreenshot, ClickMouse, DragMouse, MoveMouse, PressKey, Scroll, SetCursorVisibility, TypeText - **Browsers.Playwright**: Execute - **Profiles**: New, Get, List, Delete, Download - **Proxies**: New, Get, List, Delete, Check - **Extensions**: List, Delete, Download, DownloadFromChromeStore, Upload - **BrowserPools**: New, Get, Update, List, Delete, Acquire, Flush, Release - **Agents.Auth**: New, Get, List, Delete - **Agents.Auth.Invocations**: New, Get, Submit (Exchange is x-cli-skip) - **Credentials**: New, Get, Update, List, Delete, TotpCode - **CredentialProviders**: New, Get, Update, List, Delete, Test Triggered by: kernel/kernel-go-sdk@670d186 Reviewer: @stainless-app[bot] <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Dependency update** > > - Bumps `github.com/kernel/kernel-go-sdk` from `v0.27.1-...` to `v0.28.0` in `go.mod` and `go.sum`. > > *No application code changes included.* > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 72ce5b1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Cursor Agent <cursor-agent@kernel.sh>
1 parent 824bdaa commit 3067d18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1
1010
github.com/golang-jwt/jwt/v5 v5.2.2
1111
github.com/joho/godotenv v1.5.1
12-
github.com/kernel/kernel-go-sdk v0.27.1-0.20260121054822-cee2050be3f8
12+
github.com/kernel/kernel-go-sdk v0.28.0
1313
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1414
github.com/pquerna/otp v1.5.0
1515
github.com/pterm/pterm v0.12.80

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
6666
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
6767
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
6868
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
69-
github.com/kernel/kernel-go-sdk v0.27.1-0.20260121054822-cee2050be3f8 h1:D44gjEjkLww0lwnhNNJgaNLNVwkEgtkyt5w66epvE/Y=
70-
github.com/kernel/kernel-go-sdk v0.27.1-0.20260121054822-cee2050be3f8/go.mod h1:EeZzSuHZVeHKxKCPUzxou2bovNGhXaz0RXrSqKNf1AQ=
69+
github.com/kernel/kernel-go-sdk v0.28.0 h1:cvaCWP25UIB5w6oOdQ5J+rVboNGq3VaWYhtmshlPrhg=
70+
github.com/kernel/kernel-go-sdk v0.28.0/go.mod h1:EeZzSuHZVeHKxKCPUzxou2bovNGhXaz0RXrSqKNf1AQ=
7171
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
7272
github.com/klauspost/cpuid/v2 v2.0.10/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
7373
github.com/klauspost/cpuid/v2 v2.0.12/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=

0 commit comments

Comments
 (0)