Replies: 2 comments
|
Been bugging me for a while too. You should be able to right click a file and reveal in explorer or copy path. In the nightly build on Windows, I only get "Copy Mention" (whatever that means) or "Add to chat". |
0 replies
|
Feels like an obvious quality-of-life improvement. Especially being able to download a single remote file without switching to a second 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.
Before submitting
Area
apps/desktop
Problem or use case
The Files panel lets you browse the workspace and copy a file's path, but that's where it stops: there is no way to actually access the file itself from the app. Concrete case: the agent produces a small artifact (a log, a JSONL of results, a generated doc) and I just want to send it to a third party — today I have to copy the path, leave T3 Code, and hunt for the file in the OS file manager. On a remote environment (SSH/Tailscale) even that fallback doesn't exist: the file lives on another machine, so there is simply no way to retrieve it.
Proposal
On Files panel rows (context menu and/or hover action):
Related
#3522 asks for context-menu actions on the Changed files section; this covers the Files panel and the get-the-actual-file use case, with the local/remote distinction.
All reactions