diff --git a/docs/features/fleet-mode.md b/docs/features/fleet-mode.md index cbb737b78..891a8ef04 100644 --- a/docs/features/fleet-mode.md +++ b/docs/features/fleet-mode.md @@ -176,7 +176,7 @@ Native typed bindings for fleet mode were verified in Node.js/TypeScript, Python Plan-mode UIs can start fleet deployment by returning the `autopilot_fleet` exit action. The generated session event types describe it as: ```typescript -type PlanModeExitAction = +type ExitPlanModeAction = | "exit_only" | "interactive" | "autopilot"