Regular Mode
Regular Mode is the shortest path from prompt to coding-agent work. Use it when the request is already clear enough and you do not need a planning layer first. Typical Regular Mode flow:- Open a Task.
- Start or continue a chat.
- Choose Regular Mode.
- Ask the coding agent to investigate, explain, edit, or run a focused step.
- Inspect files and git diff inside the same Task.
Epic Mode
Epic Mode is for deliberate work. It helps preserve intent and break work into durable artifacts such as specs, tickets, stories, and reviews. Typical Epic Mode flow:- Open a Task.
- Switch the chat to Epic Mode.
- Describe the outcome and constraints.
- Let the conversation produce or refine artifacts.
- Use those artifacts to guide implementation, review, and follow-up work.
Switching Modes
Chats can switch between Regular Mode and Epic Mode as the conversation continues. The mode control is a toggle: it shows the current mode and switches to the other mode when clicked. That matters because work can change shape:- a simple Regular Mode chat can become Epic Mode when the work needs planning
- an Epic Mode thread can return to Regular Mode when the next step is direct execution or inspection
Chat vs Terminal
Chat vs terminal is not a mode choice.
Terminal and terminal-agent host behavior is covered in Hosts and Troubleshooting.