Merged
Conversation
There was a problem hiding this comment.
Performed full review of 12ce2d5...e38eeee
Tip
Help
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
1 files reviewed | 0 comments | Edit Agent Settings • Read Docs
sjmiller609
added a commit
that referenced
this pull request
Feb 28, 2026
* feat: Start and Stop VM * codegen metadata * Upgrade to compatible sdk version * Add ingress command * Use SDK for ingress and fix instance name match ingress type * Hypeman-go 0.7.0 * Update README * Update README * Add logging source flags * Add lifecycle commands * lifecycle shorthand commands --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
sjmiller609
pushed a commit
that referenced
this pull request
Feb 28, 2026
fix: enable Windows cross-compilation
stainless-app bot
pushed a commit
that referenced
this pull request
Feb 28, 2026
fix: enable Windows cross-compilation
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.
The SDK's ssestream.Stream[string] is a generic type parameterized with string, which means it expects each SSE data: line to contain a JSON-encoded string (like data: "some log line").