[Feature]: Defer file links that T3 code cannot handle to the OS #6832
tyteen4a03
started this conversation in
Ideas
Replies: 0 comments
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.
Before submitting
Area
apps/web
Problem or use case
Coding agents sometimes generate artifacts (videos, pdfs) that cannot be opened by T3 Code. Clicking on links for these show an unhelpful "cannot handle" error.
Proposed solution
For any artifacts that T3 code cannot (yet) natively open, it should defer to the OS to handle, either through the file picker functionality in the system, or default to File Explorer / Finder.
Why this matters
The links would otherwise be useless.
Smallest useful scope
The File Explorer / Finder solution, but ideally there should be an option to choose either option in the settings.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions