Basic branch management in Agent Window

Feature request for product/service

Cursor IDE

Describe the request

Add buttons for basic branch management:

  • create
  • switch
  • delete

Rational:
The current “Changes” panel in Agent Window is very PR oriented, but PRs are not adapted for smaller dev teams where each dev is responsible for merging its feature/fix in “dev” branch. A typical process consists of creating a branch (from “dev”) per feature/fix, and once finished, the dev merges it back in “dev” branch. This requires the basic branch management buttons.

Typical for Git Flow development, atypical for trunk or PR-based development.

But I agree that basic branch management would be useful, especially if it IS NOT AGENTIC.

Right now, AFAIU buttons are just prompts and the agent handles git. This is cool, but it can be non-deterministic and it doesn’t allow to paralellize e.g. a push while the agent is thinking…

Also non-determinism in git actions is kind of strange :sweat_smile: