HarborHarbor
DocumentationGuidesPlugins

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/client for application code and @hrbr/sdk for Harbor system surfaces.
  • Added the Python package lane: PyPI package harbor-sdk, import package harbor_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 createHarbor API with the current createHarborClient client model.
  • Updated the API overview and SDK reference to make the package boundaries explicit before npm and PyPI publication.