Skip to content

docs(APP-4617): attachments on queued prompts#303

Closed
rachaelrenk wants to merge 2 commits into
mainfrom
docs/APP-4617-feature-draft
Closed

docs(APP-4617): attachments on queued prompts#303
rachaelrenk wants to merge 2 commits into
mainfrom
docs/APP-4617-feature-draft

Conversation

@rachaelrenk

@rachaelrenk rachaelrenk commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Note: this is an example PR. Please do not merge. Close by 7/31/2026.

Summary

Updates prompt-queueing.mdx to document attachment support for queued prompts (Linear: APP-4617).

Spec: warpdotdev/warp-internal specs/APP-4617
Implementation PR: warpdotdev/warp-internal#26328

Changes

  • Added Attachments travel with the prompt bullet to Key features
  • Added new ## Queuing with attachments section covering:
    • Capture-and-clear behavior: attachments move from input to the queued row on queue
    • Row independence: each row's attachments are isolated
    • Fire behavior: images sent inline, files as references, duplicate-name disambiguation
    • Edit vs. delete: editing re-stages attachments; deleting drops them
    • Cloud follow-up limitation: prompt text sent, attachments dropped
  • Updated Edit and Delete bullets in Managing queued prompts to clarify attachment behavior
  • Updated frontmatter description

Docs outline (agent-verified)

  • Page: prompt-queueing.mdx (existing page — updated, not replaced)
  • Key features bullet covers: attachment capture, row independence, fire behavior
  • New ## Queuing with attachments section covers: capture-and-clear, independence, images/files on fire, edit/delete behavior, cloud limitation
  • Verified from codebase: no specific feature flag gates this; shell commands never carry attachments; duplicate-basename suffixing confirmed

Items needing review ⚠️

  • Cloud follow-up label — The caution callout uses "cloud follow-up prompt." Please confirm the correct user-facing term and whether Warp shows a visible warning when attachments are dropped in this scenario.
  • Screenshot needed[TODO: docs reviewer — screenshot of a queued row with attachment chips visible in the panel, if the UI surfaces them]
  • Spec author — Could not determine the original engineer from git history (synced via bot). Please tag the right person.

/cc @rachaelrenk @hongyi-chen

- Add 'Attachments travel with the prompt' to Key features
- Add new '## Queuing with attachments' section covering capture behavior,
  row independence, fire behavior (images inline, files as refs), edit/delete
  attachment handling, and cloud follow-up limitation
- Update Edit and Delete bullets in Managing queued prompts to clarify
  attachment re-staging and drop behavior respectively
- Update frontmatter description to mention attachment support

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 8, 2026
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 8, 2026 2:44am

Request Review


When you click **Edit** on a queued row, its attachments are re-staged in the input alongside the prompt text so a re-submit keeps them. When you **Delete** a row, its attachments are dropped — they do not move to the input with the prompt text.

### Cloud agent limitation

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove this for now?

@rachaelrenk

Copy link
Copy Markdown
Contributor Author

Closing in favor of a newer example PR (#305

@rachaelrenk rachaelrenk closed this Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants