CLI: Update hypeman SDK to 0adb0e3 and add new commands/flags#38
Merged
sjmiller609 merged 1 commit intomainfrom Feb 13, 2026
Merged
CLI: Update hypeman SDK to 0adb0e3 and add new commands/flags#38sjmiller609 merged 1 commit intomainfrom
sjmiller609 merged 1 commit intomainfrom
Conversation
Update hypeman-go SDK to v0.10.0 (0adb0e3cc613f8f889d2d600ff06f1158de29b1c). New flags: - --entrypoint on `hypeman run` for InstanceNewParams.Entrypoint - --cmd on `hypeman run` for InstanceNewParams.Cmd - --metadata on `hypeman run` for InstanceNewParams.Metadata - --entrypoint on `hypeman start` for InstanceStartParams.Entrypoint - --cmd on `hypeman start` for InstanceStartParams.Cmd Fix: `hypeman start` now passes InstanceStartParams as required by the updated SDK signature. Co-authored-by: Cursor <cursoragent@cursor.com>
sjmiller609
approved these changes
Feb 13, 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 to 0adb0e3cc613f8f889d2d600ff06f1158de29b1c and adds CLI commands/flags for new SDK methods.
SDK Update
Coverage Analysis
This PR was generated by performing a full enumeration of SDK methods and CLI commands.
New Flags
--entrypointonhypeman runforInstanceNewParams.Entrypoint--cmdonhypeman runforInstanceNewParams.Cmd--metadataonhypeman runforInstanceNewParams.Metadata--entrypointonhypeman startforInstanceStartParams.Entrypoint--cmdonhypeman startforInstanceStartParams.CmdFixes
hypeman startnow correctly passesInstanceStartParamsas required by the updated SDK signature (breaking change in SDK v0.10.0)Triggered by: kernel/hypeman-go@0adb0e3
Reviewer: @sjmiller609
Made with Cursor
Note
Medium Risk
Moderate risk due to an SDK version bump plus changed instance start/run parameterization, which can alter runtime behavior of launched instances.
Overview
Updates dependency
github.com/kernel/hypeman-gotov0.10.0(with correspondinggo.sumchanges).Extends
hypeman runwith new flags to override image--entrypoint/--cmdand to attach--metadatakey-value pairs, wiring these intohypeman.InstanceNewParams.Extends
hypeman startwith--entrypoint/--cmdflags and updates the call toclient.Instances.Startto pass the new requiredhypeman.InstanceStartParamsobject.Written by Cursor Bugbot for commit 79120d6. This will update automatically on new commits. Configure here.