trim the prompts changelog bullet under the 60-word cap
test / unit + widget + golden + a11y (push) Failing after 29s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 33s

The native-prompts Added entry ran over the changelog gate's per-bullet
word ceiling; tightened it to the user-facing essentials.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-25 11:40:24 +02:00
co-authored by Claude Opus 4.7
parent 11ccd0f246
commit 6e988ca816
+4 -6
View File
@@ -19,12 +19,10 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit.
### Added
- Native permission & AskUserQuestion prompts (T-166, T-175, T-176, T-179,
D-78) — when Claude needs tool approval or asks a question, the composer is
replaced by a prompt: Allow / Allow-and-don't-ask-again / Deny for
permissions (showing the command/input being permitted, with an optional
note), and a single-question or stepped-with-review option picker for
AskUserQuestion (with "Other" free-text and per-choice notes). Closes the
prompt gap the tmux model couldn't surface.
D-78) — the composer becomes a prompt: Allow / Allow-and-don't-ask-again /
Deny showing the command, or an AskUserQuestion option picker (single or
stepped, with "Other" free-text and per-choice notes). Closes the tmux
prompt gap.
- Conversation message cards (T-173) — every turn in the Claude pane now
renders through one card template with a copy button on hover and a
collapse/expand caret for tool calls, results, and thinking.