Autopilot is a session-scoped mode that keeps working through todos in the same session after the assistant goes idle.
autopilot in a user message to enable the mode for the current
session.pending or in_progress), the plugin sends a
continuation prompt in the same session.completed, cancelled, done), autopilot
turns off automatically for that session.Use manual to disable autopilot immediately for the current session.
autopilotmanual8000ms10Add this to ~/.config/opencode/oh-my-opencode-slim.jsonc or
.opencode/oh-my-opencode-slim.jsonc:
{
"autopilot": {
"enabled": true,
"keyword": "autopilot",
"disableKeyword": "manual",
"cooldownMs": 8000,
"maxAutoContinues": 10
}
}
sessionID (not global across all sessions).