Releases: terrywangcode/openhive
Releases · terrywangcode/openhive
OpenHive v0.1.1
OpenHive v0.1.1
This is a small maintenance patch release on top of v0.1.0.
Included changes
- fix CI lint and Playwright web server configuration for the
v0.1line - backport release-maintenance workflow hygiene to
release/v0.1 - add contributor/release workflow docs, hotfix SOP, and GitHub issue/PR templates for maintenance work
Scope
This patch release does not introduce new runtime, sandbox, container, or product-surface features. It is focused on maintenance stability and release-process clarity for the shipped v0.1.x line.
Commits since v0.1.0
3af8f24Fix CI lint and Playwright web server configd2c9eafMerge pull request #132 from TerryWongCode/backport/v0.1-release-hygiene
Validation
cd server && uv run ruff check tests/test_gateway/test_main_lifespan.py tests/test_gateway/test_multi_channel.py tests/test_security/test_message_classifier.pycd web && ~/.fnm/node-versions/v22.22.0/installation/bin/node ./node_modules/vitest/vitest.mjs runcd web && npm run build
OpenHive v0.1.0
OpenHive v0.1.0
OpenHive v0.1.0 is the first public preview release.
This release focuses on a Feishu-first, self-hosted workflow that is easy to run locally from source: PostgreSQL via Docker, backend via uv, and dashboard via npm.
What’s included
- Dashboard username/password authentication
- Bootstrapped admin account from environment variables
- Dashboard project creation flow
- Project detail, sessions, runs, traces, usage, admin, and settings pages
- Feishu-first runtime and optional channel/scout integration
- Updated setup, release-scope, and release-maintenance documentation
Release highlights
- The dashboard production build is now offline-safe and no longer depends on downloading Google Fonts during build
- Setup docs now match the current product flow: bootstrap admin, log in, create a project from the dashboard, then optionally connect Feishu
- Release workflow documentation has been added for future
v0.1.xmaintenance and hotfixes
Verification
This release was validated with:
- backend unit tests
- frontend unit tests
- frontend production build
- backend integration smoke tests
- live local smoke checks for health, login, and project listing
Supported v0.1 path
- local source-based setup
- PostgreSQL via
docker compose - backend via
uv - dashboard via
npm - optional Feishu setup after the core dashboard flow works
Not in scope for v0.1
The following remain out of scope for this preview release:
- sandbox control plane and provider-neutral sandbox backends
- multi-IM support
- broader runtime/memory/policy architecture expansion
- v2 container orchestration work
Docs
- Getting started:
docs/getting-started.md - Release scope:
docs/v0.1-release-checklist.md - Release maintenance workflow:
docs/release-workflow.md