CLI: Update Hypeman Go SDK to 9cd8f5ca0926682c2f1c1148adf3f5d1e289b7f6#41
Merged
sjmiller609 merged 8 commits intomainfrom Mar 3, 2026
Merged
CLI: Update Hypeman Go SDK to 9cd8f5ca0926682c2f1c1148adf3f5d1e289b7f6#41sjmiller609 merged 8 commits intomainfrom
sjmiller609 merged 8 commits intomainfrom
Conversation
Update hypeman-go dependency from v0.11.0 to v0.11.1. A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found - all SDK methods have corresponding CLI commands and all param fields have corresponding flags. Co-authored-by: Cursor <cursoragent@cursor.com>
…s to ps - Updated hypeman-go to v0.12.0 (40bbd485e7a89cd21ae08554502e9dedf4999efc) - Added --state flag to `hypeman ps` for server-side state filtering - Added --metadata flag to `hypeman ps` for metadata key-value filtering - Updated Instances.List calls to pass InstanceListParams (new required param) Made-with: Cursor
…o build Update hypeman-go SDK from v0.12.0 to v0.13.0 (1f34cf2541337d9ec4a39f74581bba9cdcb1ec1b). Add missing CLI flags for BuildNewParams fields: - --cpus: Number of vCPUs for builder VM - --memory: Memory limit for builder VM in MB Made-with: Cursor
Update hypeman-go dependency from v0.13.0 to v0.14.0. Full coverage analysis performed: all SDK methods have corresponding CLI commands and all param fields have corresponding CLI flags. No coverage gaps found. Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
c12d622 to
7130271
Compare
sjmiller609
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Hypeman Go SDK dependency to the latest version.
SDK Update
Coverage Analysis
A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.
Triggered by: kernel/hypeman-go@9cd8f5c
Reviewer: @stainless-app[bot]
Note
Medium Risk
Moderate risk: updates the
hypeman-goSDK and changes instance/build command parameters and listing behavior, which could affect CLI output and API interactions, but scope is limited to CLI surface area with added tests.Overview
Upgrades
github.com/kernel/hypeman-gotov0.14.0and adjusts call sites for updated SDK signatures (notablyInstances.Listnow takingInstanceListParams{}).Adds new CLI commands:
hypeman inspect(fetches instance details with env values redacted unless--show-env) andhypeman fork(forks an instance with optional--from-runningand--target-state).Extends existing commands:
hypeman buildsupports--cpusand--memoryfor builder VM sizing;hypeman psgains server-side filtering via--stateand repeatable--metadata KEY=VALUE, plus Firecracker (fc) hypervisor formatting;hypeman runacceptsfirecracker/fcas a hypervisor option.Also updates
.gitignore(addsdemos/and.DS_Store) and adds unit tests for new helpers (normalizeForkTargetState, env redaction, metadata filter parsing, and Firecracker hypervisor formatting).Written by Cursor Bugbot for commit a7132f6. This will update automatically on new commits. Configure here.