changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "cwd": {
- "type": "string"
- },
- "deadline_advisory": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Non-null when the previewed call would actually run the model AND its prompt size or reasoning effort risks the synchronous deadline; null otherwise (including whenever it would not call the model at all). Names the previewed PAID tool's own `_async` counterpart verbatim (e.g. kimi_review_changes_async for a kimi_dry_run preview) — never this dry-run tool's own name, which has no `_async` variant. A hint, not a refusal. kimi_consult has no dry-run preview; prefer kimi_consult_async for a high-effort or broad repo-grounded consult."
- },
- "fingerprint": {
- "type": "string"
- },
- "isolation": {
- "enum": [
- "inherit",
- "ignore-skills"
- ],
- "type": "string"
- },
- "max_input_bytes": {
- "type": "integer"
- },
- "model": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Model override the previewed paid call would send (per-call param or server default); null = Kimi would resolve it itself. Unvalidated by the preview."
- },
- "ok": {
- "const": true,
- "type": "boolean"
- },
- "prompt_bytes": {
- "type": "integer"
- },
- "reasoning_effort": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Reasoning-effort override the previewed paid call would send (per-call param or server default); null = Kimi would resolve it itself. Unvalidated by the preview."
- },
- "roots_source": {
- "anyOf": [
- {
- "enum": [
- "client",
- "not_negotiated",
- "probe_failed"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "sandbox": {
- "enum": [
- "read-only",
- "workspace-write",
- "danger-full-access"
- ],
- "type": "string"
- },
- "server_version": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "tier": {
- "enum": [
- "consult",
- "propose",
- "apply"
- ],
- "type": "string"
- },
- "tool": {
- "const": "kimi_delegate_dry_run",
- "type": "string"
- },
- "workspace_source": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "workspace_warning": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "worktree_plan": {
- "additionalProperties": false,
- "properties": {
- "head_commit": {
- "type": "string"
- },
- "head_subject": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "note": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "tracked_bytes": {
- "type": "integer"
- },
- "tracked_files": {
- "type": "integer"
- },
- "uncommitted_tracked_files": {
- "type": "integer"
- },
- "untracked_files": {
- "type": "integer"
- }
- },
- "required": [
- "head_commit",
- "tracked_files",
- "tracked_bytes",
- "uncommitted_tracked_files",
- "untracked_files"
- ],
- "type": "object"
- }
- },
- "required": [
- "cwd",
- "isolation",
- "prompt_bytes",
- "max_input_bytes",
- "worktree_plan"
- ],
- "type": "object"
- },
- {
- "properties": {
- "error": {
- "description": "Populated error envelope; full schema at resource kimi://error-envelope",
- "type": "object"
- },
- "meta": {
- "type": "object"
- },
- "ok": {
- "const": false
- }
- },
- "required": [
- "ok",
- "error",
- "meta"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cwd": {
+ "type": "string"
+ },
+ "deadline_advisory": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Non-null when the previewed call would actually run the model AND its prompt size or reasoning effort risks the synchronous deadline; null otherwise (including whenever it would not call the model at all). Names the previewed PAID tool's own `_async` counterpart verbatim (e.g. kimi_review_changes_async for a kimi_dry_run preview) — never this dry-run tool's own name, which has no `_async` variant. A hint, not a refusal. kimi_consult has no dry-run preview; prefer kimi_consult_async for a high-effort or broad repo-grounded consult."
+ },
+ "fingerprint": {
+ "type": "string"
+ },
+ "isolation": {
+ "enum": [
+ "inherit",
+ "ignore-skills"
+ ],
+ "type": "string"
+ },
+ "max_input_bytes": {
+ "type": "integer"
+ },
+ "model": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Model override the previewed paid call would send (per-call param or server default); null = Kimi would resolve it itself. Unvalidated by the preview."
+ },
+ "ok": {
+ "const": true,
+ "type": "boolean"
+ },
+ "prompt_bytes": {
+ "type": "integer"
+ },
+ "reasoning_effort": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Reasoning-effort override the previewed paid call would send (per-call param or server default); null = Kimi would resolve it itself. Unvalidated by the preview."
+ },
+ "roots_source": {
+ "anyOf": [
+ {
+ "enum": [
+ "client",
+ "not_negotiated",
+ "probe_failed",
+ "unsupported"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sandbox": {
+ "enum": [
+ "read-only",
+ "workspace-write",
+ "danger-full-access"
+ ],
+ "type": "string"
+ },
+ "server_version": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tier": {
+ "enum": [
+ "consult",
+ "propose",
+ "apply"
+ ],
+ "type": "string"
+ },
+ "tool": {
+ "const": "kimi_delegate_dry_run",
+ "type": "string"
+ },
+ "workspace_source": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "workspace_warning": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "worktree_plan": {
+ "additionalProperties": false,
+ "properties": {
+ "head_commit": {
+ "type": "string"
+ },
+ "head_subject": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "tracked_bytes": {
+ "type": "integer"
+ },
+ "tracked_files": {
+ "type": "integer"
+ },
+ "uncommitted_tracked_files": {
+ "type": "integer"
+ },
+ "untracked_files": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "head_commit",
+ "tracked_files",
+ "tracked_bytes",
+ "uncommitted_tracked_files",
+ "untracked_files"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "cwd",
+ "isolation",
+ "prompt_bytes",
+ "max_input_bytes",
+ "worktree_plan"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "error": {
+ "description": "Populated error envelope; full schema at resource kimi://error-envelope",
+ "type": "object"
+ },
+ "meta": {
+ "type": "object"
+ },
+ "ok": {
+ "const": false
+ }
+ },
+ "required": [
+ "ok",
+ "error",
+ "meta"
+ ],
+ "type": "object"
+ }
+]