Skip to content

Conversation

@Sayan-
Copy link
Contributor

@Sayan- Sayan- commented Dec 17, 2025

Overview

Updates cli for https://github.com/onkernel/kernel-go-sdk/releases/tag/v0.24.0 since the sdk was dropping fields for some requests

Testing

Confirmed kernel pool update --discard-all-idle discards as expected!

Note

Refactors browser pool commands to use new Kernel SDK *Params structs (no nested request objects), adjusts browser acquire path, and updates module dependencies.

  • CLI: Browser Pools
    • Migrate Create, Update, Acquire, and Release to use kernel.BrowserPool*Params directly (set fields on params and pass to client).
    • Remove intermediate *RequestParam structs and nested BrowserPool*Request wrappers.
    • Preserve existing options (profile, proxy, extensions, viewport, flags) while mapping to new params.
  • CLI: Browsers
    • Update pool acquisition in browsers create to build kernel.BrowserPoolAcquireParams directly.
  • Dependencies
    • Promote github.com/charmbracelet/lipgloss/v2 to a direct dependency.
    • Add replace directing github.com/onkernel/kernel-go-sdk to github.com/stainless-sdks/kernel-go; update go.sum accordingly.

Written by Cursor Bugbot for commit dd3fba3. This will update automatically on new commits. Configure here.

@Sayan- Sayan- force-pushed the sayan/kernel-717-kernel-command-not-discarding-idle-pool-as-expected branch from dd3fba3 to 7be911b Compare December 17, 2025 23:46
@Sayan- Sayan- changed the title [wip] Update browser pool commands Update browser pool commands Dec 17, 2025
@Sayan- Sayan- merged commit b0321ad into main Dec 18, 2025
2 checks passed
@Sayan- Sayan- deleted the sayan/kernel-717-kernel-command-not-discarding-idle-pool-as-expected branch December 18, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants