Agent Mode features autonomous decision-making, environment awareness, and tool utilization capabilities. It can leverage project search, file editing, terminal access, and other tools to execute coding tasks efficiently. Additionally, you can configure Model Context Protocol (MCP) tools to further extend the AI coding assistant’s capabilities, making it even more aligned with development workflows. The main difference between Agent Mode and Ask Mode is that Agent Mode can autonomously apply changes without requiring constant confirmation from you. Agent Mode offers the following core features:Documentation Index
Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
Use this file to discover all available pages before exploring further.
- Project-level changes: Based on task description, Agent Mode can autonomously break down tasks and modify multiple code files. Through multi-turn conversations, code optimization or snapshot rollbacks can be achieved to complete tasks more efficiently.
- Plan making: Based on your inputs, Agent Mode can create a step-by-step plan for you to review.
- Automatic environment awareness: Agent Mode automatically detects project frameworks, technology stacks, required code files, and error messages from task descriptions, eliminating the need to manually add project context.
- Tool utilization: Agent Mode autonomously uses various built-in tools, such as file read/write, code queries, and error troubleshooting. It also supports automatic discovery and use of MCP tools.
- Command execution: Agent Mode autonomously decides which commands to execute. It then generates these commands and runs them in the terminal.
Planning
Make plans by to-dos
- Empty circle - Task has not yet started.
- Loading circle - Task is currently in progress.
- Checkbox - Task is completed.
Code modification and review
Multi-file edits
- Generating: Producing code suggestions based on task breakdown.
- Applying: Integrating suggestions with original files to create change files.
- Applied: Code changes are completed and await review.
Review, accept, or reject modifications
- Use the up or down arrow to navigate and view changes in the current file.
- Accept or reject each change.
- Use the forward and backward arrows in the file-level operation area to switch between changed files.
- Accept or reject at the file level.
- Partially modify change files.
Multi-turn iterations
Refine requirements in multiple turns
Programming tools
Agent Mode supports using built-in programming tools autonomously. These tools support file searching, file reading, directory traversal, semantic symbol retrieval, file modification, error message retrieval, commands execution, and more. Agent Mode can also plan its next steps based on the returned results.Execute commands
Agent Mode autonomously chooses and runs commands based on requirements. By default, commands must be confirmed before execution.- Clicking Run submits the command for execution.
- Clicking Cancel skips the command.
⌘ ⇧ , (macOS) or Ctrl Shift , (Windows)), and navigate to Chat. Multiple commands should be separated by commas.