Skip to content

Commit 1c47cfd

Browse files
committed
chore: add CHANGELOG entries for question marker and scratchpad fixes
1 parent 9d65748 commit 1c47cfd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ GitHub Releases page; `0.8.0` is the new starting line.
1515

1616
## Unreleased
1717

18+
- **❓ question marker standardized across all question surfaces.** A new `QUESTION_MARKER` constant in `glyphs.py` replaces the inconsistent mix of `` (inline transcript) and `?` (interactive panel, pager, prompt) with a single `` glyph (ASCII fallback: `?`) used everywhere.
19+
- **Scratchpad isolated to current session; cleans up on interruption.** Agents no longer fast-skim all prior sessions' scratch files on startup, eliminating the post-interrupt confusion where stale planning from previous sessions was injected into a new session's context. Scratch files are now deleted on every session exit — success or interruption — so files no longer accumulate.
20+
- **`SetTodoList` gated behind explicit plan approval.** The tool description and agent system prompt now require that todos are set only after the user agrees on the plan. During planning and exploration the tool must not be called; once set, the list is the single source of truth for execution with status-only updates.
21+
1822
## 0.32.0 (2026-06-03)
1923

2024
### What changed in this release

0 commit comments

Comments
 (0)