You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Headroom (and in particular the compressors that use AST's) handle all of the following scenarios correctly?:
Agent started in master worktree, but is working on a worktree in a different directory?
For example, starting in ~/main-proj, but the agent is fixing code in ~/project-worktrees/main-proj-feature-a
Different branches, same worktree directory
For example, agent in ~/main-proj does git checkout feature-branch, makes some changes, then git checkout master, makes some changes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Headroom (and in particular the compressors that use AST's) handle all of the following scenarios correctly?:
Agent started in master worktree, but is working on a worktree in a different directory?
For example, starting in ~/main-proj, but the agent is fixing code in ~/project-worktrees/main-proj-feature-a
Different branches, same worktree directory
For example, agent in ~/main-proj does git checkout feature-branch, makes some changes, then git checkout master, makes some changes.
Beta Was this translation helpful? Give feedback.
All reactions