feat: Add support for creating instances from main branch#211
Open
matthew-petty wants to merge 2 commits intosmtg-ai:mainfrom
Open
feat: Add support for creating instances from main branch#211matthew-petty wants to merge 2 commits intosmtg-ai:mainfrom
matthew-petty wants to merge 2 commits intosmtg-ai:mainfrom
Conversation
- Add keyboard shortcuts 'm' and 'M' to create instances from main/master - Auto-detect default branch (origin/HEAD, main, or master) - Display [main] prefix for main-based instances, * prefix for HEAD-based - Add DefaultBranch config option for custom default branches - Include comprehensive test coverage for new functionality
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
This PR implements the TODO that was added in commit a287824: File: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the ability to create claude-squad instances from the main/master branch instead of the current HEAD. This is useful when you want to start fresh work from a stable base rather than your current working branch.
Problem
When working on a feature branch, users currently can only create new instances from their current HEAD. This means if you're midway through changes and want to start a separate task, the new instance inherits your work-in-progress state rather than starting from a clean main branch.
Solution
mandMto create instances from the repository's main/master branchorigin/HEAD, thenmain, thenmaster)[main]prefix for main-based,*prefix for HEAD-basedDefaultBranchconfig field for repos with custom default branchesChanges
m(new from main),M(new with prompt from main)nandNshortcuts unchangedTesting
GetDefaultBranch()functionBaseReffield serialization/deserializationExample of the new UI indicators in the session list: