---
description: "Removed in v16.0.0 and not replaced: an unsupervised run is always the full pipeline now. Invoke only to be pointed at /multi-agent:autopilot or the interactive picker."
description-tr: "v16.0.0'da kaldırıldı, birebir karşılığı yok: gözetimsiz koşular artık her zaman tam pipeline. /multi-agent:autopilot veya /multi-agent'a yönlendirir."
---

# multi-agent dev-autopilot  -  Removed in v16.0.0

This one has no equivalent, and the removal is deliberate rather than a rename.

Depth is a question now, and autopilot may not ask questions. That leaves one choice to make on the user's behalf, and Full is the honest default: skipping analysis and planning in a run nobody is watching is where a wrong shortcut costs the most, because there is no one there to notice what it lost.

```
/multi-agent:dev-autopilot has been removed. "Fast plus unattended" no longer
exists as a combination.
  1. /multi-agent:autopilot  - unattended, full pipeline (slower, more tokens)
  2. /multi-agent            - short pipeline, but asks the depth question
```

If a cron job or script calls this name it needs editing, and the two options trade differently: option 1 stays unattended and will take longer and cost more per run, option 2 stays fast and needs a person.

Print the block above and stop. Do not pick an entry on the user's behalf: the two options differ in what gets skipped and who is watching, and that is their call. Autopilot passed to this stub still stops here - a zero-interaction contract does not authorise choosing a different pipeline than the one that was asked for.

This stub exists so the old name fails loudly and usefully for one minor release instead of silently doing nothing. It is deleted in the next one.
