Changelog
All Harbor releases, newest first.
This changelog tracks public docs-visible surfaces. Internal monorepo commits only appear here when they change product or SDK behavior.
Unreleased
SDK publish lane
- Added the publish-shaped Harbor SDK repository at github.com/zonko-ai/harbor-sdk.
- Documented the two npm packages:
@hrbr/clientfor application code and@hrbr/sdkfor Harbor system surfaces. - Added the Python package lane: PyPI package
harbor-sdk, import packageharbor_sdk, with sync and async clients. - Documented runtime execution content blocks for returned text, JSON, and explicit skill bundles.
- Documented the SDK-local platform server and frontend exposed through
@hrbr/sdk/platform/local.
Docs
- Replaced stale SDK placeholders that referenced a non-current
createHarborAPI with the currentcreateHarborClientclient model. - Updated the API overview and SDK reference to make the package boundaries explicit before npm and PyPI publication.