supportedRunners constant

Set<String> const supportedRunners

Runner identifiers with an implementation. codex is reserved for a future Codex app-server runner and must be rejected until it exists, not silently substituted with the LLM runner.

Implementation

static const supportedRunners = <String>{'llm'};