Uh oh!
There was an error while loading. Please reload this page.
release: 0.1.0 - #1
Conversation
cd30f3c to
cf937a5Comparecf937a5 to
88f4ac5CompareStainless-Generated-From: 059581f48b1b88970d24a65b8f97774566fc34c6
88f4ac5 to
9820cf1CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Stainless-Generated-From: ef334cf435298ff75e9a59a5e453eb0bf9647e11
9820cf1 to
b393599CompareThere 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.
Uh oh!
There was an error while loading. Please reload this page.
Stainless-Generated-From: 57ae4f618c002587687325734a630dd031d672f3
Stainless-Generated-From: 72c539aaa62c2866981403cc86b3850b21514e61
b393599 to
51b5877CompareUh oh!
There was an error while loading. Please reload this page.
🤖 Release is at https://github.com/kernel/hypeman-python/releases/tag/v0.1.0 🌻 |

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.