Add ability to create worktrees from a starting point (linear issue, pull request, etc.) #7056
jakeleventhal
started this conversation in
Ideas
Replies: 1 comment
|
Orca has something similar that would be great to have in T3 https://www.onorca.dev/
|
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.
In conductor, you have the ability to create a new workspace with ⌘+⇧+N to give you options to start a new worktree from either
This makes it much easier to spawn a task with the proper context and starting point without having to click around.
PROMPT SUGGESTION
Add a new way to spawn a thread using ⌘+⇧+N that spawns a window pane with 3 tabs:
Illustrated below:
Pull requests will require a GitHub integration with your repository on the settings page.
This option should create a worktree from that branch and should load all the PR description and comments into context by default.
Linear issues will require a Linear integration with your repository on the settings page.
This option should create a worktree from that branch and should load the entire linear issue context into the thread.
All reactions