Documentation / AI Agent

Overview

v1.0 Beta

Understand the AI Agent workflow and common usage patterns.

AI Agent Overview

The AI Agent is built into the desktop IDE to support coding tasks end-to-end.

Core workflow

  1. Define the task clearly
  2. Let the agent inspect code context
  3. Review proposed edits
  4. 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.

Was this helpful?