Skip to content

v0.1.1 — first PyPI release

Latest

Choose a tag to compare

@datacarismo datacarismo released this 12 Jul 05:16

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, binds 127.0.0.1 unless --host is given, optional --allowed-ip filtering. 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 init on non-editable installs. config/ is now a proper package.
  • Project URLs in package metadata (pip show kennelbox links back here).

See the v0.1.0 notes for the full feature and security-model rundown.

🤖 Generated with Claude Code