Skip to content

Commit f4cede3

Browse files
maxbeizerCopilot
andcommitted
docs: add v0.10.2 changelog
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ce2891b commit f4cede3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

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

8+
## [v0.10.2] - 2026-03-30
9+
10+
### Fixed
11+
12+
- **Dismissed urgent sessions no longer linger** — dismissing a session from detail view now correctly removes it from all views (stats bar, mission Attention panel, counts) immediately.
13+
- **Dismiss works from detail view** — pressing `x` in detail view now dismisses the session you're viewing, not whatever the list cursor points at. Footer hints show the `x dismiss` binding.
14+
- **Fixed panic on dismiss** — dismissing a session that wasn't in the tasklist (e.g. entered detail from mission Attention panel) no longer causes a `makeslice: cap out of range` crash.
15+
- **Auto-undismiss on status change** — dismissed sessions that transition to `failed` or `needs-input` automatically resurface in the Attention panel. Explicitly dismissing an already-failed session keeps it dismissed.
16+
17+
### Added
18+
19+
- `Source` field in snapshot sessions for better debugging.
20+
- `DismissedStore.Remove()` method and `NewDismissedStoreFromPath()` constructor.
21+
822
## [v0.10.1] - 2026-03-30
923

1024
### Fixed

0 commit comments

Comments
 (0)