First version published to PyPI: pipx install kennelbox (or pip install kennelbox).
Changes since v0.1.0
- HTTP transport (
--http) for remote agents — bearer token required (auto-generated if omitted), constant-time comparison, binds127.0.0.1unless--hostis given, optional--allowed-ipfiltering. Every remote request goes through the same allowlist + firejail pipeline as stdio. - Fixed wheel packaging — v0.1.0's wheel omitted the default config files, breaking
kennelbox initon non-editable installs.config/is now a proper package. - Project URLs in package metadata (
pip show kennelboxlinks back here).
See the v0.1.0 notes for the full feature and security-model rundown.
🤖 Generated with Claude Code