Before submitting
Area
apps/mobile on Android.
Thanks for the work on the native mobile app. This request is about making model output easier to reuse on a phone.
Problem or use case
The Android app currently lets me copy an entire assistant response, but I cannot select a specific sentence, command, filename, or short passage from the response.
For a long answer, copying everything and trimming it in another app is awkward. Standard Android long-press text selection with draggable handles would make small pieces of model output much easier to reuse.
Proposed solution
Allow text inside assistant responses to be selected using native mobile selection behavior.
A useful implementation could either:
- make rendered assistant text directly selectable; or
- provide a per-message Select text action that temporarily enters a selection mode.
The existing full-response copy action should remain available. Links, code blocks, expandable tool/result rows, and scrolling should continue to work without accidental activation while selecting text.
Expected behavior
- Long-press assistant text.
- Adjust the standard Android selection handles.
- Copy only the selected passage.
Environment
- Official T3 Code native Android app
- Google Pixel 7a
- Android OS and app/OTA versions not captured
Related issue
#2804 concerns making the full-response copy action usable on mobile web. This request is different: selecting an arbitrary subsection of assistant output in the native mobile app.
I am happy to test this behavior on Android if it is implemented.
Before submitting
Area
apps/mobileon Android.Thanks for the work on the native mobile app. This request is about making model output easier to reuse on a phone.
Problem or use case
The Android app currently lets me copy an entire assistant response, but I cannot select a specific sentence, command, filename, or short passage from the response.
For a long answer, copying everything and trimming it in another app is awkward. Standard Android long-press text selection with draggable handles would make small pieces of model output much easier to reuse.
Proposed solution
Allow text inside assistant responses to be selected using native mobile selection behavior.
A useful implementation could either:
The existing full-response copy action should remain available. Links, code blocks, expandable tool/result rows, and scrolling should continue to work without accidental activation while selecting text.
Expected behavior
Environment
Related issue
#2804 concerns making the full-response copy action usable on mobile web. This request is different: selecting an arbitrary subsection of assistant output in the native mobile app.
I am happy to test this behavior on Android if it is implemented.