"Add to Agent Thread" not working with Terminal Threads #57304
Replies: 5 comments 4 replies
|
This might not have been the intended logic (and in that case this may be a feature request rather than a bug, per se). However lack of this behavior is a UX killer for working with external agents via Terminal Threads. With custom UI for adding context missing in terminal thread, this would be the only convenient way of referencing a file. |
|
Thank you for the report! Reproduced with your instructions. |
|
Thanks for triaging @miguelraz! I've tried to make a simple fix here: #57301 |
|
Hi @rkiyanchuk, thanks for the feedback. This is already on our ToDo list. We just need a bit of time to figure out the best way to implement it in terminals. We'll keep this thread updated! |
|
Shipped in #57301, thanks @rkiyanchuk for your contribution! |
Uh oh!
There was an error while loading. Please reload this page.
Reproduction steps
Add to Agent Threador hitCMD->shortcut (on Mac).Current vs. Expected behavior
Current behavior:
Focus moves to Terminal Thread, but nothing is inserted.
Expected behavior:
The editor should still insert the context into the Terminal Thread in regular format (for file
filenamewith lines select 2 through 13):This seems to be a standard format understood by all models.
Zed version and system specs
Zed:
v1.3.5OS: macOS Tahoe 26.5
Attach Zed log file
Zed.log
Relevant Zed settings
settings.json
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
All reactions