Commit b609b4e
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
| 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 | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments