Herdr Integration OR Let Terminal Thread Init command expose task variables #62072
MRDGH2821
started this conversation in
Feature Requests
Replies: 1 comment
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.
Body
What are you proposing?
Integration of Zed's terminal thread with Herdr.
In short I'm looking to sync the currently opened Zed workspace with Herdr's workspace (reuse existing or open new).
OR
Have
agent.terminal_init_commandsetting work as a typical task. That way I get access to Zed's variables which I can use in custom script or zed task.Why does this matter?
Right now there is no way to open parallel terminal threads. Herdr solves my problem.
So I configured this in zed settings:
{ "agent": { "terminal_init_command": "herdr", } }I assumed it would create new workspace inside herdr. Turns out it doesn't. I need to explicitly provide workspace path to get the intended effect.
Possible approach
terminal_init_commandaccept task nameterminal_init_commandexpose task variables.All reactions