changedInput schema / properties / action / enum
Previous value: -[
- "recover_stale_operations",
- "refresh_catalog_and_history",
- "refresh_catalog_and_kb",
- "mark_orphaned_after_exit",
- "restart_app_server_idle",
- "force_restart_app_server",
- "mark_stale_turns_orphaned",
- "expire_stale_pending_interactions",
- "refresh_catalog",
- "rebuild_search_index",
- "validate_paths_and_config",
- "interrupt_turn",
- "cleanup_prompt_submissions"
-]New value: +[
+ "recover_stale_operations",
+ "refresh_catalog_and_history",
+ "reconcile_workflow_from_thread",
+ "retry_workflow_with_runtime_policy",
+ "refresh_catalog_and_kb",
+ "mark_orphaned_after_exit",
+ "restart_app_server_idle",
+ "force_restart_app_server",
+ "mark_stale_turns_orphaned",
+ "expire_stale_pending_interactions",
+ "refresh_catalog",
+ "rebuild_search_index",
+ "validate_paths_and_config",
+ "interrupt_turn",
+ "cleanup_prompt_submissions"
+]
addedInput schema / properties / approval_policy
Added value: +{
+ "default": null,
+ "enum": [
+ "never",
+ "on-request",
+ "on-failure",
+ "untrusted",
+ "ask_openclaw",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / client_request_id
Added value: +{
+ "default": null,
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / reason
Added value: +{
+ "default": null,
+ "maxLength": 4000,
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedInput schema / properties / sandbox
Added value: +{
+ "default": null,
+ "enum": [
+ "read-only",
+ "workspace-write",
+ "danger-full-access",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / agentGuidance
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / agentGuidanceText
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / recoveryAttemptState
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}