[Feature]: Add “Reveal in Finder” and native actions for local file links #6859
sprintthunder-dotcom
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.
Description
When an agent creates a local file and returns a clickable file link in the chat, T3 Code recognizes it as a local
t3code://app/...path.However, on macOS there is no convenient way to locate or open that generated file outside T3 Code.
The file link does not provide actions such as:
This is especially inconvenient for generated artifacts such as
.txt,.csv,.xlsx,.pdf, and images that need to be uploaded or used in another application.Steps to reproduce
~/Downloads/example.txt.Current behavior
The link is handled as an internal
t3code://app/<absolute-path>link, but the user cannot easily locate the file in Finder.Expected behavior
For valid local file links, provide a context menu containing:
Suggested interaction:
These actions should also work for agent-generated files located outside the current repository, such as files in
~/Downloads.For remote sessions, the actions could be disabled or adapted when the file is not on the desktop client's local filesystem.
Environment
com.t3tools.t3codeAll reactions