release: 0.1.0 - #1
Merged
Merged
Conversation
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 14:18
cd30f3c to
cf937a5
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 14:57
cf937a5 to
88f4ac5
Compare
Stainless-Generated-From: 059581f48b1b88970d24a65b8f97774566fc34c6
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 19:00
88f4ac5 to
9820cf1
Compare
Stainless-Generated-From: ef334cf435298ff75e9a59a5e453eb0bf9647e11
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 20:26
9820cf1 to
b393599
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 4 total unresolved issues (including 3 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b393599. Configure here.
Stainless-Generated-From: 57ae4f618c002587687325734a630dd031d672f3
Stainless-Generated-From: 72c539aaa62c2866981403cc86b3850b21514e61
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 17, 2026 21:00
b393599 to
51b5877
Compare
Contributor
Author
|
🤖 Release is at https://github.com/kernel/hypeman-python/releases/tag/v0.1.0 🌻 |
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.

Automated Release PR
0.1.0 (2026-08-17)
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Large initial SDK drop plus custom WebSocket protocol handling in
hypeman.lib; release workflows can push to production branches when misconfigured, but runtime risk to existing apps is low for a new package.Overview
Release 0.1.0 ships the first publishable hypeman Python SDK (manifest 0.0.1 → 0.1.0) with the generated REST client, packaging, docs, and automation to build, test, and publish to PyPI via trusted publishing.
The main new surface beyond generated HTTP resources is
hypeman.lib: sync/async exec and instance file copy over WebSockets, shared connectors that reuse the client’sbase_urland API key, and a 1 MiB inbound frame cap before dispatch. README andexamples/exec_and_copy.pydocument that usage.Repo plumbing added for contributors and releases includes Rye-based devcontainer/CI (
rye sync,./scripts/lint,./scripts/test,rye build), release-doctor / publish-pypi workflows, and STLC jobs to promote staging SDK changes into productionnextand keep staging in sync with releasedmain.Reviewed by Cursor Bugbot for commit 51b5877. Bugbot is set up for automated code reviews on this repo. Configure here.