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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.2] - 2026-08-20

Full-text session indexing now rebuilds large derived indexes with a bounded
working set while preserving the complete existing search surface.

### Fixed
- **Full-text session rebuilds now have a bounded working set.** Schema v5
still indexes every eligible session and the same title, user, assistant,
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.4.1"
public static let version = "0.4.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required co-author trailer

This release commit has no Co-Authored-By: trailer, so it does not satisfy the repository’s mandatory commit-attribution convention; recreate the commit message with a trailer naming the actual participants before merging.

AGENTS.md reference: AGENTS.md:L165-L166

Useful? React with 👍 / 👎.


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