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
4 changes: 2 additions & 2 deletions .qwen/e2e-tests/terminal-inline-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ baseline is grounded in issue #8090 and the unchanged `main` event mapping.
3. Return a PNG in a successful tool's top-level and nested
`functionResponse.parts`.
4. Confirm the successful tool row retains its images.
5. Open Ctrl+O and resume the session; confirm successful tool image order is
5. Use `/resume` (or `--continue`) to resume the session; confirm successful tool image order is
reconstructed from persisted parts. Assistant output resumes its persisted
text; assistant inline images are not persisted by the current Core recorder.
6. Return six images in one assistant output and one tool response; confirm the
Expand Down Expand Up @@ -66,7 +66,7 @@ baseline is grounded in issue #8090 and the unchanged `main` event mapping.
4. Confirm no raw image sequence is written. Confirm the oversized payload is
dropped before UI history, while admitted malformed/non-PNG data uses a
deterministic placeholder.
5. Repeat with `INK_SCREEN_READER=true`; confirm only the placeholder is
5. Repeat with `--screen-reader` (or `ui.accessibility.screenReader: true`); confirm only the placeholder is
emitted.

### Stream lifecycle
Expand Down
Loading