Problem
I imported a project from GitHub and selected a branch other than the default. While the initial chat uses the correct branch, subsequent chats revert to the repository’s default branch.
Steps to Reproduce
- Import a project from GitHub.
- Select a non-default branch (e.g.,
developinstead ofmain). - The first chat correctly uses the
developbranch. - Create a second or subsequent chat for the same project.
Current Behavior
The base branch for new chats reverts to main (the default branch) instead of persisting the selected develop branch.
Expected Behavior
New chats within the same project should respect the branch selection made during the initial import.