Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2026-08-20

Session indexing becomes a reusable, role-aware host capability with related
Codex reviews, bounded AntiGravity metadata, accurate Cowork paths, and MCP
connections that fail and clean up explicitly under desktop-scale load.

### Added
- **Codex Auto Review relationships.** Guardian rollouts now encode their
original root session id in `providerVariant` as `auto-review:<session-id>`,
Expand Down
2 changes: 1 addition & 1 deletion Sources/AgentSessionKit/AgentSessionKitInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum AgentSessionKitInfo {
///
/// Semver, bare — no `v` prefix, matching the tags. Bumping it is part
/// of the release commit; see `RELEASING.md`.
public static let version = "0.3.0"
public static let version = "0.4.0"

/// Where the package lives. Public because a host that shows the
/// version usually wants somewhere to send the reader.
Expand Down
Loading