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

## [Unreleased]

### Added
- **Rust: `deletion` module.** `agent-session-core` can now remove a whole
session's own log files — the Rust counterpart of the Swift
`SessionDeleter`, fenced the same way: every target must resolve strictly
below one of the provider's roots under the given home, a target that is
itself a symlink is refused, the session file is re-parsed immediately
before removal so a stale summary cannot delete a different session, and
only Codex and Claude sessions (`supports_deletion`) are ever candidates.
Claude removes the sidecar directory of the same stem when it exists; a
directory is walked without following links. Hosts call it only at the
person's explicit request.

## [0.7.0] - 2026-08-31

Swift and Rust become peer implementation lanes. The repository now says out
Expand Down
Loading
Loading