Skip to content

feat(ios): keep the attach button available while a turn is running - #324

Merged
0xSero merged 1 commit into
0xSero:mainfrom
kingbootoshi:feat/steer-with-attachments
Sep 3, 2026
Merged

feat(ios): keep the attach button available while a turn is running#324
0xSero merged 1 commit into
0xSero:mainfrom
kingbootoshi:feat/steer-with-attachments

Conversation

@kingbootoshi

Copy link
Copy Markdown
Contributor

Keeps the attach button enabled while a turn is streaming, so you can steer a running response with an image + text mid-run. One-line change: the button was gated on the same flag that disables send, but attachments queue into the composer and only ship when you actually send a steer message - there was no reason to lock it.

Demo

steer-with-attachments.mp4

Demo: stream running, attach sheet opened mid-run, orange swatch + steer text sent, model weaves the image into the in-flight response.

🤖 Generated with Claude Code

Steering an active turn with text already works, but the composer hid
the attach button whenever a turn was live, so a mid-run correction
could not include a screenshot or file. The attach button now stays
through active turns; attachments ride the same steering send path as
text.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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