Skip to content
Merged
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: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ This project follows [Semantic Versioning](https://semver.org/). During alpha (`

---

## [v0.2.13] — 2026-04-03
## [v0.2.13] — 2026-04-04

### Added
- **`axme intents cleanup --status`** — filter which statuses to target during bulk cleanup (default: DELIVERED, WAITING, IN_PROGRESS, SUBMITTED, ACKNOWLEDGED). (#83)

### Changed
- **Bulk cleanup timeout increased** — HTTP timeout for `axme intents cleanup` raised from 60s to 300s to handle large batches without hanging. (#83)

### Fixed
- **Scenario watch SSE delay** — reduced `wait_seconds` from 30s to 5s in intent event stream, cutting worst-case delay after email approval from ~30s to ~5s. (#85)

---

## [v0.2.12] — 2026-03-31
Expand Down
Loading