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.

0.1.2 - 2026-06-05

SDK release lane

  • Regenerated the Harbor SDK release artifacts from the current HBR3 source.
  • Released v0.1.2 through GitHub release artifacts: hrbr-client-0.1.2.tgz, hrbr-sdk-0.1.2.tgz, and harbor_sdk-0.1.2-py3-none-any.whl.
  • Added the generated @hrbr/sdk/core/context publish output.
  • Refreshed @hrbr/sdk/inspect with the current inspect domain surface, including Harbor context entity and file domains.
  • Updated the TypeScript Effect peer requirement to effect@4.0.0-beta.70.

0.1.1 - 2026-06-03

SDK release lane

  • Regenerated the Harbor SDK release artifacts from the current HBR3 source.
  • Released v0.1.1 through GitHub release artifacts: hrbr-client-0.1.1.tgz, hrbr-sdk-0.1.1.tgz, and harbor_sdk-0.1.1-py3-none-any.whl.
  • Added the missing esbuild runtime dependency for regenerated @hrbr/sdk Orbit bundler imports.

0.1.0 - 2026-06-03

SDK release lane

  • Added the publish-shaped Harbor SDK repository at github.com/zonko-ai/harbor-sdk.
  • Released v0.1.0 through GitHub release artifacts: hrbr-client-0.1.0.tgz, hrbr-sdk-0.1.0.tgz, and harbor_sdk-0.1.0-py3-none-any.whl.
  • Documented the two TypeScript packages: @hrbr/client for application code and @hrbr/sdk for Harbor system surfaces.
  • Added the Python package lane: distribution 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 registry publication.