Skip to content

Commit b609b4e

Browse files
CLI: Update Go SDK to cd3e117
Bump github.com/kernel/kernel-go-sdk to v0.87.1-0.20260809163238-cd3e117dbbb8 (cd3e117). SDK change: adds the `requires_customer_input` value to ManagedAuthCanReauthReason. The CLI renders CanReauthReason as a raw string (cmd/auth_connections.go) rather than switching on the enum, so the new value surfaces with no code change. Coverage analysis: full enumeration of all 134 methods in api.md against the CLI command tree found no gaps. The 6 audit-logs export-destination methods are marked x-cli-skip in openapi.yaml. Telemetry.Stream, Process.StdoutStream, and Logs.Stream are covered via their *Streaming variants. Param-field sweep across all 98 *Params structs found no missing flags. Tested: go build ./..., go vet ./..., go test ./... (all pass); `kernel auth connections list --limit 3` and `kernel browsers list --limit 3` against the live API. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 87b04e8 commit b609b4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.87.1-0.20260808195625-4e924dfdce39
12+
github.com/kernel/kernel-go-sdk v0.87.1-0.20260809163238-cd3e117dbbb8
1313
github.com/klauspost/compress v1.18.5
1414
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1515
github.com/pterm/pterm v0.12.80

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
6464
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
6565
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
6666
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
67-
github.com/kernel/kernel-go-sdk v0.87.1-0.20260808195625-4e924dfdce39 h1:eP6dIWQmGNcezLzMSRZpFyfmVYr8jwNtaXRJOpSGc+A=
68-
github.com/kernel/kernel-go-sdk v0.87.1-0.20260808195625-4e924dfdce39/go.mod h1:EeZzSuHZVeHKxKCPUzxou2bovNGhXaz0RXrSqKNf1AQ=
67+
github.com/kernel/kernel-go-sdk v0.87.1-0.20260809163238-cd3e117dbbb8 h1:PykPMs4WPoTSaz1tQy3BSI+IdV8aITZuduEzOXXni5Q=
68+
github.com/kernel/kernel-go-sdk v0.87.1-0.20260809163238-cd3e117dbbb8/go.mod h1:EeZzSuHZVeHKxKCPUzxou2bovNGhXaz0RXrSqKNf1AQ=
6969
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
7070
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7171
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=

0 commit comments

Comments
 (0)