Glossary
Agent — the AI coding CLI (claude / Claude Code, or codex) that AICoder drives. Runs on your subscription quota.
Attention Queue — the home view; a decision-first inbox of sessions that need a human. See Queue.
Base branch — the branch tasks branch off, set per project (usually main).
Dashboard — the top-level summary across all projects.
Diff view — the change explorer with per-file rationale and review findings. See Diff.
Finding — a single issue from a review: severity + title + detail + location.
Model routing — routing each job to the cheapest capable model (coding → Sonnet, aux → Haiku). See Model routing.
Parallel agents — several agents working the same task at once, each in its own worktree; created with Split into parallel agents. See Task drawer.
Preview — running your dev server from inside the app to eyeball a change.
Review pipeline — the automated DRY / Docs / Security / custom checks run on a change before shipping. See Reviews.
Session — one run of an agent on a task (coding or review).
Software project — a project paired with a git repo; runs the full coding → review → ship loop.
Azure project — a project with no repo; runs read-only az investigations. See Azure.
Task — a unit of work (feature, bug, investigation); owns a git branch and is worked by one or more agents.
Workbench — the live grid of every running session. See Workbench.
Worktree — a git worktree under .aicoder/worktrees/; the isolated working directory that lets agents edit code in parallel.