Changelog

Recent releases and package truth.

Latest published package: v2.0.0. Bilinc 2.0 installs as a cloud-only SDK, CLI, and MCP adapter for hosted Bilinc Cloud.

Migration

v1.2.5 to v2.0 cloud-only path

Bilinc 2.0 no longer ships the local StatePlane/runtime stack through the public PyPI package. Public installs now use a hosted API key with the Python SDK, CLI, or Cloud MCP adapter.

Upgrade package

pip install -U bilinc==2.0.0

Create Cloud account

Start a 7-day trial at /signup and create a hosted API key.

Set runtime key

export BILINC_API_KEY=bil_live_...

Replace imports

Use from bilinc import CloudClient instead of local StatePlane imports.

Move operations

Commit, recall, and status now call hosted Bilinc Cloud endpoints.

Update agents

Point MCP config at python -m bilinc.cloud_mcp.

Open v2 quickstartUpdate MCP config

v2.0.0

2026-05-20
  • Latest published PyPI package release.
  • Public package is now cloud-only: CloudClient, bilinc CLI, and Bilinc Cloud MCP adapter.
  • Local StatePlane, storage, eval, observability, and server internals are no longer shipped in the wheel or sdist.
  • Start with a 7-day Cloud trial, create a hosted API key, then set BILINC_API_KEY.

v1.2.5

2026-05-09
  • Previous self-host/runtime package line before the 2.0 cloud-only public package.
  • Downloads badge switched to the Pepy all-time downloads badge for GitHub and PyPI rendering.

v1.2.4

2026-05-09
  • Pinned the downloads badge after upstream rate-limit issues on the dynamic endpoint.

v1.2.3

2026-05-09
  • Refreshed the PyPI long description and README badge set.

v1.2.2

2026-05-06
  • Audit trail append hardening for stale multi-process roots.
  • MCP diff validation fix and status version correctness.

v1.2.1

2026-04-17
  • PyPI metadata update: license field switched to BUSL-1.1.
  • Package version bumped for metadata consistency.

v1.2.0

2026-04-17
  • Phase 7 scheduler runtime completed with background jobs.
  • Phase 8 MCP expansion including smart recall, summarize, benchmark, and export/import tools.
  • Snapshot-based full-phase regression added.

v1.0.4

2026-04-10
  • Persistence and rollback reliability hardening.
  • Hermes integration fixes and deterministic failure envelopes.
  • CI supply-chain hardening and SQLite lock handling improvements.
Published

Package truth

Public package claims follow the latest PyPI release: `v2.0.0`.

Install path

Cloud-only path

Use `pip install bilinc`, create a hosted API key, then run SDK, CLI, or MCP calls against Bilinc Cloud.

Read evidence-aware recall docsRequest source access