Hey @Lucas_Cavalheri_TH,
Unfortunately, the branch name is currently entirely static! It uses the default cursor/ prefix or whichever single custom prefix you’ve configured in the dashboard. It can’t be made dynamic (e.g., switching between feat/, fix/, or hotfix/ based on the type of change), and it won’t pick up any branch-naming rules defined in AGENTS.md or .cursor/rules. This is because Cloud Agents generate the branch before the agent has a chance to reason about your repo’s conventions, so those rules don’t get a say in the prefix.
There’s an existing feature request for this that you’re welcome to upvote and comment on here.
As for commit authors: on hosted Cloud Agents, commits are always authored as Cursor Agent <[email protected]>, with the person who triggered the run attached via a Co-authored-by: trailer. There’s currently no setting to change this, and self-hosting won’t help either, since the worker still pins the Cursor identity. There’s a separate feature request tracking this one here.
I know neither of these is the answer you were hoping for, but adding your voice to those threads is the best way to help push them forward!