Skip to content

CLI: Update hypeman SDK to 0adb0e3 and add new commands/flags#38

Merged
sjmiller609 merged 1 commit intomainfrom
cli-coverage-update
Feb 13, 2026
Merged

CLI: Update hypeman SDK to 0adb0e3 and add new commands/flags#38
sjmiller609 merged 1 commit intomainfrom
cli-coverage-update

Conversation

@kernel-internal
Copy link
Contributor

@kernel-internal kernel-internal bot commented Feb 13, 2026

This PR updates the Hypeman Go SDK to 0adb0e3cc613f8f889d2d600ff06f1158de29b1c and adds CLI commands/flags for new SDK methods.

SDK Update

  • Updated hypeman-go to 0adb0e3cc613f8f889d2d600ff06f1158de29b1c (v0.10.0)

Coverage Analysis

This PR was generated by performing a full enumeration of SDK methods and CLI commands.

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

Fixes

  • hypeman start now correctly passes InstanceStartParams as 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-go to v0.10.0 (with corresponding go.sum changes).

Extends hypeman run with new flags to override image --entrypoint/--cmd and to attach --metadata key-value pairs, wiring these into hypeman.InstanceNewParams.

Extends hypeman start with --entrypoint/--cmd flags and updates the call to client.Instances.Start to pass the new required hypeman.InstanceStartParams object.

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

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 sjmiller609 merged commit bc93c5a into main Feb 13, 2026
4 checks passed
@sjmiller609 sjmiller609 deleted the cli-coverage-update branch February 13, 2026 20:05
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.

1 participant