Configure coding agents
Configure a coding agent
Create a safe coding-agent definition, make it available to a project, and start listening for queued work.
Create a reusable local command that alterac.ai can offer when you queue work. The command runs on your computer with your operating-system user permissions. alterac.ai does not sandbox it, reduce its permissions, or run it for you.
This takes about 10 minutes. You need an installed and authenticated coding-agent program, an initialized alterac.ai repository, and permission to manage the definition at the scope you choose. For installation and sign-in, use your provider's instructions: Codex CLI (external site) or Claude Code (external site). Other compatible programs use their own documentation. These are provider-specific command examples, not native integrations or a guarantee that every coding-agent program is compatible. This is a prerequisite for completing your first task; it does not install or configure a coding-agent program for you.
-
Open Coding agents from your account menu to create a personal entry, or open Coding agents in an organization or project to create a shared entry.
-
Select Create coding agent and give it a recognizable name, such as
Codex. -
Enter a command template. Use the example for the provider you installed:
-
For Codex:
codex "Please complete {task-work-run-id}" -
For Claude Code:
claude "Please complete {task-work-run-id}"
-
-
Save the definition. The first enabled definition at a scope becomes that scope's default when there is no available default already.
The exact, lowercase placeholder is required. alterac.ai replaces it only when it launches a queued run, so the agent receives a labeled execution ID and can load that run's immutable context.
Personal entries belong to you. To make one available in a project, the organization must allow personal coding agents. For a command everyone in an organization can use, create an organization entry. For one project only, create a project entry when organization policy allows it. Choose where a coding agent belongs explains the available scopes and policy controls.
Queue a task and select the enabled definition. From the repository that is configured for that project, start the listener:
alterac-ai listen
With the recommended approve-changed trust mode, inspect the displayed command before approving it. The listener starts the program in a separate terminal when it can; that terminal owns the agent's output. If it cannot open a terminal, copy the printed command into one yourself.
Your task remains Queued while it waits for an approval. It changes to Agent working only after the listener has approval and starts the run. Run the local task listener explains these states and recovery options.
Choose a command trust mode before unattended use, then review command-template rules before adding options or another provider.
