Overview
Quest Mode is an AI-assisted programming feature designed for complex, long-running development tasks. By describing your requirements in natural language, you can delegate tasks such as feature development, bug fixes, refactoring, and testing to the AI—significantly improving development efficiency.Key Features
- AI-Assisted Specifications (Specs)
- Autonomous Execution
- AI-Assisted Task Report
How to Create a Task
- Click New Task.
- Choose the relevant context (such as project files or code snippets) and enter your task description in natural language.
- Click Send or press Enter to start. The AI will begin drafting a detailed Spec based on your input.
Technical Design
During the design phase, the AI:- Reviews your project’s memory and context
- Analyzes the codebase structure
- Generates a comprehensive Spec document
.qoder/quest
directory in your project.
Once you’re satisfied with the Spec, click Start Now in the top-right corner to begin execution.
Action Flow
After the task starts, you’ll be taken to the Action Flow view, which displays:- The AI’s execution plan
- Real-time output and logs
- Progress status and any blocking issues
Task Report
When the task is complete, the system switches to the Task Report view. The AI provides a structured summary, including:- Overview of implemented changes
- Test results and validation outcomes
- Detailed list of changed files
- Review each change individually
- Click Accept (top right) to keep the changes and archive the task
- Click Discard to revert all changes and end the task