Skip to content

Commit 07ca4b4

Browse files
committed
Release 0.2.0
1 parent b23f742 commit 07ca4b4

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.0 - 2026-06-23
9+
10+
### Added
11+
12+
- Added the local SDK evolution agent example, including runtime-backed
13+
direction analysis, architecture decision, reviewer stages, report generation,
14+
and optional draft PR creation.
15+
- Added release-note collection, candidate API snapshots/diffs, behavior probes,
16+
current-state promotion manifests, and deterministic implementation gates for
17+
SDK update runs.
18+
- Added documentation for running the SDK evolution agent locally with supported
19+
vendor credentials and reviewing generated evidence.
20+
21+
### Changed
22+
23+
- Updated the lockfile to the resolver-selected current Claude and Antigravity
24+
SDK versions after the evolution agent validated adapter-contract behavior:
25+
`claude-agent-sdk` 0.2.106 and `google-antigravity` 0.1.4.
26+
- SDK evolution current-state manifests now record repo-relative checked-in
27+
artifact paths rather than machine-local absolute paths.
28+
829
## 0.1.1 - 2026-06-11
930

1031
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agent-runtime-kit"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "One typed runtime API for Claude, Codex, and Antigravity agent SDKs."
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)