CHANGELOG
What we shipped
Product releases, in order. Sample entries, replace with your own.
2026-07-21
MCP server 1.4
Streaming context responses land in the MCP server, so long answers render as they arrive. Scope errors now name the missing permission instead of failing silently. Tested against the latest Claude and Cursor releases.
2026-06-09
Trace explorer
Every request now opens into a full visual trace: sources consulted, context returned, actions executed, and each permission check on the way. Traces are searchable by key, source, and outcome. Export to your own logging stack with one click.
2026-04-27
Python SDK 2.0
The Python SDK gets a full rewrite: sync and async clients, typed models throughout, and first-class adapters for the common agent frameworks. Migration from 1.x takes most projects under an hour. The 1.x line receives security fixes through year end.
2026-03-12
Scoped keys
Keys now carry explicit read and action scopes per source, with optional expiry. Rotation and revocation apply on the next request. Existing keys keep working unchanged, with a dashboard prompt to migrate.