Poor git management in workspace in Agent Mode


In workspace there is 5 different git repos, and I am not able to manage it properly in Agent Mode. I should go to terminal and do stuff with my hands, OR switch to IDE.
Please add proper git management in Agent Mode, cause it unusable in multirepo projects

Hey, thanks for the feedback. Quick context: starting with Cursor 3.2, the Agents Window supports multi-root workspaces. This means a single agent session can now see and edit code across multiple repos without switching targets. More details in the changelog: Multitask, Worktrees, and Multi-root Workspaces · Cursor

What you’re describing is separate: full per-repo Git management in the Agents Window, like commit, branch, push separately for each of 5 repos, isn’t supported yet. That limitation still exists, and there’s no ETA.

Workaround: for per-repo Git actions, it’s easier to use the classic Source Control view in the main editor window. Multi-root workspaces with multiple repos work correctly there, without manual terminal commands.

I’ve logged the request for a proper multi-repo Git UI directly in the Agents Window. If there’s an update, I’ll reply in the thread.