Replies: 1 comment
|
I just had to paste the contents of a long CSV file into a message because I couldn’t attach the file, which was pretty annoying. Looking forward to seeing this added to the iOS app! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Add support for attaching files to messages in the T3 Code iOS app, similar to the file attachment experience in the Claude and ChatGPT mobile apps.
Currently, the mobile app allows attaching photos, but there is no option to select and attach arbitrary files from the iOS Files app.
Proposed UX
Add a “Files” option to the existing attachment menu.
Tapping it should open the native iOS file picker and allow the user to select one or multiple files and attach them to the current message.
For example:
+ → Files → select file(s) → Send
The attached files should be available to the coding agent as part of the message/context, just like attachments in Claude Mobile and ChatGPT for iOS.
File types
Ideally support common file types such as:
.md).txt)Use cases
This would make it possible to send an agent things like:
without first having to manually transfer them to the remote machine.
Expected behavior
The experience should be similar to attaching a file in Claude Mobile or ChatGPT for iOS:
Related issues
Related, but not duplicates:
This request is specifically about user-selected arbitrary files from the native iOS Files picker being attached to a message in the T3 Code iOS app, similar to Claude Mobile and ChatGPT for iOS.
All reactions