runwork 0.15.2 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,12 @@ export interface ExecutionLimits {
21
21
  * If omitted, the sandbox CLI picks its default model.
22
22
  */
23
23
  model?: string;
24
+ /**
25
+ * CLI runtime for the sandbox agent. If omitted, the platform derives the
26
+ * default from the workspace's pinned AI provider (BYOK keys): anthropic
27
+ * runs claude, openai runs codex, otherwise gemini.
28
+ */
29
+ cli?: 'claude' | 'gemini' | 'codex';
24
30
  }
25
31
  /**
26
32
  * A file to provide to the task agent process as part of the task context.