The API schema has been enhanced with a new run_with parameter in the OpenAPI spec, allowing tasks to explicitly request execution in either “agent” or “code” mode (or fall back to default via null). This adds flexibility and clearer documentation for developers using the task API, but it may introduce breaking changes for clients that don’t recognize the new field and requires careful validation or default‐mode handling to avoid unexpected behaviors.