AI Agent Overview
The AI Agent is built into the desktop IDE to support coding tasks end-to-end.
Core workflow
- Define the task clearly
- Let the agent inspect code context
- Review proposed edits
- Apply, test, and iterate
Typical use cases
- Explain unfamiliar code
- Generate boilerplate and tests
- Refactor repetitive logic
- Debug runtime issues
Best practice
Keep prompts specific and mention target files/directories whenever possible.
