Support for auto detecting & switching to git workspaces created by Hermes Agent (or any AI Harness for that matter) #59180
MRDGH2821
started this conversation in
Feature Requests
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What are you proposing?
In Zed's Terminal Threads video, Amp created a new branch and zed auto switched to it.
My proposal is an extension to that. Auto switch to newly made git worktrees created by AI Harnesses without entire window reload.
Hermes Agent auto creates one if launched as
hermes -wWhy does this matter?
The current UX of this:
hermes -wIf worktree auto switch (without window reload) is implemented, I won't lose the terminal session
Possible approach
A prompt/notification can be sent to user if they want to switch to new worktree. A project level or global config option can also be put, like
git.worktree.switch = auto/prompt/manualBeta Was this translation helpful? Give feedback.
All reactions