From 934f2f7fd409bb5a867f16949cd8356b9579ca1d Mon Sep 17 00:00:00 2001 From: Manoj Prabhakar Paidiparthy Date: Mon, 22 Jun 2026 23:51:11 -0700 Subject: [PATCH] chore(release): bump engine to 0.9.0 Cuts v0.9.0 release with chat-completions session resume, client-authoritative reconciliation, and zero-config opencode session continuity via X-Session-Id header. See CHANGELOG.md [0.9.0] for details: PR #71, #72, #73. Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f6c09..fea469c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] — 2026-06-22 + +Adds chat-completions session resume + client-authoritative reconciliation. opencode users get zero-config session continuity via the `X-Session-Id` header fallback. The reconciler now runs foundation's transcript-repair pass before persisting, defending Anthropic's API contract against broken client transcripts (orphaned `tool_use`, ordering violations, incomplete turns). + ### Added - **Chat-completions session resume via `X-Client-Session-Id`.** When the diff --git a/pyproject.toml b/pyproject.toml index 335085b..1a20e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'amplifier-agent' -version = '0.8.0' +version = '0.9.0' requires-python = '>=3.12' license = 'MIT' dependencies = [