We've raised a $22m Series A →Skip to docs content
Conductor

Reference

Agent behavior

Reference for agent instructions, modes, permissions, and checkpoints

This page summarizes the controls that affect how agents behave in Conductor.

Session controls

ControlScopeUse it for
Plan ModeCurrent sessionAsk the agent to plan before editing
Fast ModeCurrent sessionTrade extra credits for faster work where supported
Thinking or reasoning levelCurrent sessionAdjust how much reasoning the model spends
Codex personalityCodex sessionChoose a Codex working style
CheckpointsSession/workspaceRevert code and chat state to an earlier turn

For conceptual guidance, see Agent modes.

Repository instructions

Use repository instructions for guidance that should apply repeatedly:

  • General preferences apply broad instructions to agents in a repository.
  • Code review preferences are sent when you click Review.
  • Create PR preferences are sent when you create a pull request.
  • Fix errors preferences are sent when Conductor asks an agent to fix errors.
  • Resolve conflicts preferences are sent when an agent helps with merge conflicts.
  • Branch rename preferences guide automatic branch naming.

These preferences live in Repository Settings.

Instruction files and skills

Agents can also use instructions stored in your repository or user configuration, such as:

  • AGENTS.md
  • CLAUDE.md
  • .claude/commands
  • Skills

Keep durable project conventions in these files. Keep task-specific details in the chat or .context.

Permissions

Agents run locally and can use the same local permissions as your user account unless you configure stricter controls. Some actions may ask for approval before the agent continues.

For security details, see Security and permissions.

On this page