4. Getting started

In a few minutes you will have your first conversation with the agent acting on your project.

1. Open a Delphi project

Aefos works on the open project in the IDE. Open (or create) a project before you start β€” that way the agent has something to read and change.

2. Open the Chat panel

Go to View β†’ Aefos AI (Chat) β†’ Open Chat. The panel can be floating or docked in the IDE, like any Delphi panel.

3. Pick the AI provider

Go to Tools β†’ Options β†’ Aefos and select the provider/executor you want to use (Claude Code, Codex, Copilot, or Gemini) and the model, if applicable.

Tip: still in Options β†’ Aefos, use the Test MCP action to confirm the CLI sees the aefos server. See Configuration.

4. Your first conversation

  1. In the Chat panel, type a simple request, for example: "List the project units and explain the main unit to me."
  2. Press Enter.
  3. The agent will use the Aefos MCP to read the project and answer.

Agent mode is the default β€” the agent is ready to act on the project, not just talk. To understand the difference between the modes, see Using the Chat.

5. Watch the agent act

Ask for something that changes code, for example: "Add an example method to the main unit."

When the agent edits a file, Aefos shows an inline diff (red/green) in the editor, with βœ“ accept / βœ— reject buttons (or Tab / Esc). Nothing is applied without your approval. Details in Using the Chat.

Next steps