A VS Code extension that restores the functionality to use the current git branch for cloud chat agent Pull Requests instead of defaulting to "main".
The Problem
After VS Code update v1.107 (release notes), cloud chat agents started defaulting to the "main" branch when creating Pull Requests, regardless of which branch you're currently working on. This makes it difficult to use VS Code for cloud task delegation when working on feature branches.
The Solution
This extension automatically detects your current git branch and configures the environment so that cloud agents use the correct branch when creating Pull Requests.
Features
Automatic Branch Detection: Detects your current git branch and sets it as the target for cloud agent operations
Status Bar Indicator: Shows the current branch being used for cloud agents in the status bar