Commit 3067d18
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
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments