- 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
To-dos
- Empty circle - Task has not yet started.
- Loading circle - Task is currently in progress.
- Checkbox - Task is completed.
Programming tools
Qoder provides a wide range of programming tools for Agent mode to use 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, you must confirm each command before it is executed.- If you click Run, Agent mode will send the command for execution.
- If you click Cancel, Agent mode will skip running the command, and proceed to the next step based on your instructions.
⌘ ⇧ , (macOS)orCtrl shift ,(Windows)), select Qoder Settings, and navigate to Chat. To add multiple commands, separate them with commas.
MCP tools
If MCP tools are configured, Agent mode autonomously decides whether to call an MCP tool to complete tasks. It will ask for your confirmation before proceeding. Click Execute to confirm, and Agent mode will invoke the MCP tool. The results returned will then be used as context for the next steps. For more details on using MCP in Qoder, see MCP.One-click enhancement for prompts
Start with any prompt—quick, rough, or incomplete. Qoder’s one-click enhancer instantly refines it by adding context, chat histories and related context.- Enter your prompt Type your initial idea in the input box (e.g., “Add ticket escalation”).
- Click “Enhance Prompt” ✨ Qoder analyzes your context, chat history, and coding conventions to generate a detailed, actionable prompt.
- Review and edit The enhanced prompt includes clear objectives, constraints, and implementation guidance. You can further refine it as needed.
- Revert or submit Undo the enhancement if needed, or submit the improved prompt to generate high-quality response.