Skip to content

fix: keep ask_user images and pin them across compaction - #586

Merged
justrach merged 2 commits into
release/v0.0.268from
cursor/ask-user-images-release-1a17
Aug 20, 2026
Merged

fix: keep ask_user images and pin them across compaction#586
justrach merged 2 commits into
release/v0.0.268from
cursor/ask-user-images-release-1a17

Conversation

@justrach

Copy link
Copy Markdown
Owner

Cherry-pick of #585 onto release/v0.0.268 so #580 and #581 can ship with 0.0.268.

Same behavior as the main PR:

  • ask_user pastes queue as real vision blocks on a follow-up user message (ADR 0015 on this line — 0012–0014 are already taken).
  • Compaction / emergency trim stop before an unresolved current prompt and keep its image blocks. ActivePromptPinned if that is the whole history.
  • Notes folded into the v0.0.268 changelog, graff --version blurb, and docs/releases/v0.0.268.md.

Does not update release/v0.0.268 itself until this merges. main stays on #585.

Open in Web Open in Cursor 

ask_user pastes now queue every image and append them as a follow-up
user vision message after the text tool result (#580). Compaction and
emergency trim stop before an unresolved current prompt so those
blocks are not summarized to text (#581).
Zig 0.17's AlignedManaged ArrayList has no .empty; the #580 fixtures
must use Array.init / undefined like the rest of the suite.
@justrach
justrach marked this pull request as ready for review August 20, 2026 11:24
@justrach
justrach merged commit ae03d71 into release/v0.0.268 Aug 20, 2026
6 checks passed
@justrach
justrach deleted the cursor/ask-user-images-release-1a17 branch August 20, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants