Skip to main content

Build Overview

The Build section of Artemis helps you improve and extend your project with the help of agents. It has three modes — Chat, Plan, and Code — and in each you can pick your preferred model.

Open it by selecting your project and clicking Build:

the Build section

Chat Mode

A conversational interface, powered by an LLM with full context of your project (see indexing). Ask questions, explore your codebase, and get grounded answers — from quick questions to complex decisions.

Plan Mode

Turn a goal into a detailed, structured plan. Artemis asks clarifying questions, proposes tasks grouped by phase (some for you, some for the agent), then runs, validates, and publishes them.

Code Mode

Hand Artemis a self-contained coding task — fix a bug, add tests, harden a security issue — and get back a reviewable diff you can validate and turn into a pull request. Issues found in the Scan section can be sent straight here.

Next Steps