removedOutput schema / $defs / ConfigureInferenceRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "configure_inference",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "enum": [
- "configure_inference_server",
- "list_inference_configurations"
- ],
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ConfigureInferenceRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ConfigureWorkloadRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "context": {
- "anyOf": [
- {
- "$ref": "#/$defs/ConfigureWorkloadRecoveryContext"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "kind": {
- "const": "configure_workload",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "configure_workload",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ConfigureWorkloadRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ConfigureWorkloadRecoveryContext
Removed value: -{
- "additionalProperties": false,
- "description": "Typed arguments for the safe structured configuration recovery.",
- "properties": {
- "config_path": {
- "const": "flameox.toml",
- "default": "flameox.toml",
- "title": "Config Path",
- "type": "string"
- },
- "kind": {
- "const": "configure_workload",
- "title": "Kind",
- "type": "string"
- },
- "operation": {
- "const": "create",
- "default": "create",
- "title": "Operation",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "title": "ConfigureWorkloadRecoveryContext",
- "type": "object"
-}
removedOutput schema / $defs / DiscoverArtifactsRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "discover_artifacts",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "list_artifacts",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "DiscoverArtifactsRecovery",
- "type": "object"
-}
removedOutput schema / $defs / DiscoverRunsRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "discover_runs",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "list_runs",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "DiscoverRunsRecovery",
- "type": "object"
-}
removedOutput schema / $defs / DiscoverWorkflowsRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "discover_workflows",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "enum": [
- "list_declared_workflows",
- "get_declared_workflow"
- ],
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "DiscoverWorkflowsRecovery",
- "type": "object"
-}
changedOutput schema / $defs / ErrorCode / enum
Previous value: -[
- "INVALID_ARGUMENTS",
- "WORKSPACE_NOT_FOUND",
- "WORKSPACE_INVALID",
- "RUN_NOT_FOUND",
- "CAPABILITY_UNAVAILABLE",
- "INVALID_CAPTURE_PLAN",
- "EXECUTION_REFUSED",
- "PROCESS_FAILED",
- "PROCESS_TIMEOUT",
- "PROCESS_CANCELLED",
- "ARTIFACT_TOO_LARGE",
- "ARTIFACT_INTEGRITY_FAILED",
- "ARTIFACT_PARSE_FAILED",
- "EVIDENCE_SCHEMA_MISMATCH",
- "COMPARISON_INVALID",
- "QUERY_BUDGET_EXCEEDED",
- "STORAGE_QUOTA_EXCEEDED",
- "WRITE_LOCK_TIMEOUT",
- "SENSITIVE_ARTIFACT_REFUSED",
- "REVISION_CONFLICT",
- "STALE_CURSOR",
- "INTERNAL_ERROR"
-]New value: +[
+ "INVALID_ARGUMENTS",
+ "WORKSPACE_NOT_FOUND",
+ "WORKSPACE_INVALID",
+ "RUN_NOT_FOUND",
+ "CAPABILITY_UNAVAILABLE",
+ "INVALID_CAPTURE_PLAN",
+ "PLAN_ID_MISMATCH",
+ "PLAN_TOKEN_UNKNOWN",
+ "PLAN_TOKEN_EXPIRED",
+ "PLAN_TOKEN_CONSUMED",
+ "EXECUTION_REFUSED",
+ "PROCESS_FAILED",
+ "PROCESS_TIMEOUT",
+ "PROCESS_CANCELLED",
+ "ARTIFACT_TOO_LARGE",
+ "ARTIFACT_NOT_FOUND",
+ "ARTIFACT_INTEGRITY_FAILED",
+ "ARTIFACT_PARSE_FAILED",
+ "ADAPTER_INCOMPATIBLE",
+ "EVIDENCE_SCHEMA_MISMATCH",
+ "COMPARISON_INVALID",
+ "QUERY_BUDGET_EXCEEDED",
+ "STORAGE_QUOTA_EXCEEDED",
+ "WRITE_LOCK_TIMEOUT",
+ "LOCK_ORDER_VIOLATION",
+ "SENSITIVE_ARTIFACT_REFUSED",
+ "REVISION_CONFLICT",
+ "STALE_CURSOR",
+ "INTERNAL_ERROR"
+]
removedOutput schema / $defs / ExtractPerfettoRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "context": {
- "anyOf": [
- {
- "$ref": "#/$defs/ExtractPerfettoRecoveryContext"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "kind": {
- "const": "extract_perfetto",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "extract_perfetto",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ExtractPerfettoRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ExtractPerfettoRecoveryContext
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "extract_perfetto",
- "title": "Kind",
- "type": "string"
- },
- "run_id": {
- "minLength": 1,
- "title": "Run Id",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "run_id"
- ],
- "title": "ExtractPerfettoRecoveryContext",
- "type": "object"
-}
removedOutput schema / $defs / FailurePayload / properties / schema_version
Removed value: -{
- "const": 1,
- "title": "Schema Version",
- "type": "integer"
-}
changedOutput schema / $defs / FailurePayload / required
Previous value: -[
- "schema_version",
- "ok",
- "result",
- "error"
-]New value: +[
+ "ok",
+ "result",
+ "error"
+]
removedOutput schema / $defs / ImportArtifactRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "import_artifact",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "import_artifact",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ImportArtifactRecovery",
- "type": "object"
-}
removedOutput schema / $defs / InitializeWorkspaceRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "initialize_workspace",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "initialize_workspace",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "InitializeWorkspaceRecovery",
- "type": "object"
-}
removedOutput schema / $defs / InspectCapabilitiesRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "inspect_capabilities",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "list_capabilities",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "InspectCapabilitiesRecovery",
- "type": "object"
-}
removedOutput schema / $defs / InspectWorkloadConfigurationRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "inspect_workload_configuration",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "workload_configuration_status",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "InspectWorkloadConfigurationRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ManualConfigurationRecoveryContext
Removed value: -{
- "additionalProperties": false,
- "description": "Typed context for configuration that cannot be safely rewritten by MCP.",
- "properties": {
- "config_path": {
- "const": "flameox.toml",
- "default": "flameox.toml",
- "title": "Config Path",
- "type": "string"
- },
- "diagnostic": {
- "maxLength": 500,
- "title": "Diagnostic",
- "type": "string"
- },
- "kind": {
- "const": "manual_configuration",
- "title": "Kind",
- "type": "string"
- },
- "verification_tool": {
- "const": "workload_configuration_status",
- "default": "workload_configuration_status",
- "title": "Verification Tool",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "diagnostic"
- ],
- "title": "ManualConfigurationRecoveryContext",
- "type": "object"
-}
removedOutput schema / $defs / ManualRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "context": {
- "anyOf": [
- {
- "$ref": "#/$defs/ManualConfigurationRecoveryContext"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "kind": {
- "const": "manual",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "default": null,
- "title": "Next Tool",
- "type": "null"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind"
- ],
- "title": "ManualRecovery",
- "type": "object"
-}
addedOutput schema / $defs / PredicateClassification
Added value: +{
+ "enum": [
+ "interesting",
+ "not_interesting",
+ "unresolved"
+ ],
+ "title": "PredicateClassification",
+ "type": "string"
+}
removedOutput schema / $defs / PrepareAdapterRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "prepare_adapter",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "prepare_adapter",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "PrepareAdapterRecovery",
- "type": "object"
-}
removedOutput schema / $defs / PrepareWorkloadDependenciesRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "prepare_workload_dependencies",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "prepare_workload_dependencies",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "PrepareWorkloadDependenciesRecovery",
- "type": "object"
-}
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / configure_inference
Removed value: -"#/$defs/ConfigureInferenceRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / configure_workload
Removed value: -"#/$defs/ConfigureWorkloadRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_artifacts
Removed value: -"#/$defs/DiscoverArtifactsRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_runs
Removed value: -"#/$defs/DiscoverRunsRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_workflows
Removed value: -"#/$defs/DiscoverWorkflowsRecovery"
addedOutput schema / $defs / RecoveryAction / discriminator / mapping / external
Added value: +"#/$defs/RecoveryExternalAction"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / extract_perfetto
Removed value: -"#/$defs/ExtractPerfettoRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / import_artifact
Removed value: -"#/$defs/ImportArtifactRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / initialize_workspace
Removed value: -"#/$defs/InitializeWorkspaceRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / inspect_capabilities
Removed value: -"#/$defs/InspectCapabilitiesRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / inspect_workload_configuration
Removed value: -"#/$defs/InspectWorkloadConfigurationRecovery"
changedOutput schema / $defs / RecoveryAction / discriminator / mapping / manual
Previous value: -"#/$defs/ManualRecovery"New value: +"#/$defs/RecoveryManualAction"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / prepare_adapter
Removed value: -"#/$defs/PrepareAdapterRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / prepare_workload_dependencies
Removed value: -"#/$defs/PrepareWorkloadDependenciesRecovery"
changedOutput schema / $defs / RecoveryAction / discriminator / mapping / repeat_same_call
Previous value: -"#/$defs/RepeatSameCallRecovery"New value: +"#/$defs/RetryRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / replan_capture
Removed value: -"#/$defs/ReplanCaptureRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / replan_inference
Removed value: -"#/$defs/ReplanInferenceRecovery"
removedOutput schema / $defs / RecoveryAction / discriminator / mapping / start_capability_setup
Removed value: -"#/$defs/StartCapabilitySetupRecovery"
addedOutput schema / $defs / RecoveryAction / discriminator / mapping / tool
Added value: +"#/$defs/RecoveryToolAction"
changedOutput schema / $defs / RecoveryAction / discriminator / mapping / wait_then_repeat
Previous value: -"#/$defs/WaitThenRepeatRecovery"New value: +"#/$defs/RetryRecovery"
changedOutput schema / $defs / RecoveryAction / oneOf
Previous value: -[
- {
- "$ref": "#/$defs/RepeatSameCallRecovery"
- },
- {
- "$ref": "#/$defs/WaitThenRepeatRecovery"
- },
- {
- "$ref": "#/$defs/ReplanCaptureRecovery"
- },
- {
- "$ref": "#/$defs/InitializeWorkspaceRecovery"
- },
- {
- "$ref": "#/$defs/ConfigureWorkloadRecovery"
- },
- {
- "$ref": "#/$defs/InspectWorkloadConfigurationRecovery"
- },
- {
- "$ref": "#/$defs/StartCapabilitySetupRecovery"
- },
- {
- "$ref": "#/$defs/PrepareAdapterRecovery"
- },
- {
- "$ref": "#/$defs/PrepareWorkloadDependenciesRecovery"
- },
- {
- "$ref": "#/$defs/InspectCapabilitiesRecovery"
- },
- {
- "$ref": "#/$defs/DiscoverWorkflowsRecovery"
- },
- {
- "$ref": "#/$defs/DiscoverRunsRecovery"
- },
- {
- "$ref": "#/$defs/DiscoverArtifactsRecovery"
- },
- {
- "$ref": "#/$defs/ImportArtifactRecovery"
- },
- {
- "$ref": "#/$defs/ExtractPerfettoRecovery"
- },
- {
- "$ref": "#/$defs/ConfigureInferenceRecovery"
- },
- {
- "$ref": "#/$defs/ReplanInferenceRecovery"
- },
- {
- "$ref": "#/$defs/ManualRecovery"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/RetryRecovery"
+ },
+ {
+ "$ref": "#/$defs/RecoveryToolAction"
+ },
+ {
+ "$ref": "#/$defs/RecoveryManualAction"
+ },
+ {
+ "$ref": "#/$defs/RecoveryExternalAction"
+ }
+]
addedOutput schema / $defs / RecoveryExternalAction
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "instruction": {
+ "maxLength": 500,
+ "minLength": 1,
+ "title": "Instruction",
+ "type": "string"
+ },
+ "kind": {
+ "const": "external",
+ "default": "external",
+ "title": "Kind",
+ "type": "string"
+ },
+ "retry_after_ms": {
+ "default": null,
+ "title": "Retry After Ms",
+ "type": "null"
+ },
+ "safe_to_repeat_same_call": {
+ "const": false,
+ "default": false,
+ "title": "Safe To Repeat Same Call",
+ "type": "boolean"
+ },
+ "system": {
+ "maxLength": 100,
+ "minLength": 1,
+ "title": "System",
+ "type": "string"
+ }
+ },
+ "required": [
+ "instruction",
+ "system"
+ ],
+ "title": "RecoveryExternalAction",
+ "type": "object"
+}
addedOutput schema / $defs / RecoveryManualAction
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "instruction": {
+ "maxLength": 500,
+ "minLength": 1,
+ "title": "Instruction",
+ "type": "string"
+ },
+ "kind": {
+ "const": "manual",
+ "default": "manual",
+ "title": "Kind",
+ "type": "string"
+ },
+ "missing_arguments": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Missing Arguments",
+ "type": "array"
+ },
+ "retry_after_ms": {
+ "default": null,
+ "title": "Retry After Ms",
+ "type": "null"
+ },
+ "safe_to_repeat_same_call": {
+ "const": false,
+ "default": false,
+ "title": "Safe To Repeat Same Call",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "instruction"
+ ],
+ "title": "RecoveryManualAction",
+ "type": "object"
+}
addedOutput schema / $defs / RecoveryToolAction
Added value: +{
+ "additionalProperties": false,
+ "description": "One executable MCP recovery action with a concrete tool name.",
+ "properties": {
+ "arguments": {
+ "additionalProperties": true,
+ "title": "Arguments",
+ "type": "object"
+ },
+ "kind": {
+ "const": "tool",
+ "default": "tool",
+ "title": "Kind",
+ "type": "string"
+ },
+ "retry_after_ms": {
+ "default": null,
+ "title": "Retry After Ms",
+ "type": "null"
+ },
+ "safe_to_repeat_same_call": {
+ "const": false,
+ "default": false,
+ "title": "Safe To Repeat Same Call",
+ "type": "boolean"
+ },
+ "tool_name": {
+ "$ref": "#/$defs/ToolName"
+ }
+ },
+ "required": [
+ "tool_name"
+ ],
+ "title": "RecoveryToolAction",
+ "type": "object"
+}
addedOutput schema / $defs / ReductionAttemptSummary / properties / attempted / minimum
Added value: +0
addedOutput schema / $defs / ReductionAttemptSummary / properties / contradictory / minimum
Added value: +0
addedOutput schema / $defs / ReductionAttemptSummary / properties / failed / minimum
Added value: +0
addedOutput schema / $defs / ReductionAttemptSummary / properties / passed / minimum
Added value: +0
addedOutput schema / $defs / ReductionAttemptSummary / properties / timed_out / minimum
Added value: +0
addedOutput schema / $defs / ReductionAttemptSummary / properties / unresolved
Added value: +{
+ "minimum": 0,
+ "title": "Unresolved",
+ "type": "integer"
+}
changedOutput schema / $defs / ReductionAttemptSummary / required
Previous value: -[
- "attempted",
- "passed",
- "failed",
- "contradictory",
- "timed_out"
-]New value: +[
+ "attempted",
+ "passed",
+ "failed",
+ "unresolved",
+ "contradictory",
+ "timed_out"
+]
addedOutput schema / $defs / ReductionDisposition
Added value: +{
+ "enum": [
+ "succeeded",
+ "unchanged",
+ "inconclusive",
+ "original_not_interesting"
+ ],
+ "title": "ReductionDisposition",
+ "type": "string"
+}
addedOutput schema / $defs / ReductionRepeatabilityStatus
Added value: +{
+ "enum": [
+ "not_assessed",
+ "consistent",
+ "violated"
+ ],
+ "title": "ReductionRepeatabilityStatus",
+ "type": "string"
+}
removedOutput schema / $defs / ReductionResult
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "attempts": {
- "$ref": "#/$defs/ReductionAttemptSummary"
- },
- "best_known_artifact_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Best Known Artifact Id"
- },
- "budget_exhausted": {
- "default": false,
- "title": "Budget Exhausted",
- "type": "boolean"
- },
- "cleanup_complete": {
- "title": "Cleanup Complete",
- "type": "boolean"
- },
- "disposition": {
- "enum": [
- "succeeded",
- "unchanged",
- "inconclusive",
- "original_not_interesting"
- ],
- "title": "Disposition",
- "type": "string"
- },
- "engine": {
- "const": "native_ddmin",
- "default": "native_ddmin",
- "title": "Engine",
- "type": "string"
- },
- "final_artifact_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Final Artifact Id"
- },
- "final_revalidation_status": {
- "anyOf": [
- {
- "enum": [
- "interesting",
- "not_interesting",
- "unresolved"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Final Revalidation Status"
- },
- "final_unit_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Final Unit Count"
- },
- "finished_at": {
- "format": "date-time",
- "title": "Finished At",
- "type": "string"
- },
- "limitations": {
- "default": [],
- "items": {
- "type": "string"
- },
- "title": "Limitations",
- "type": "array"
- },
- "minimality": {
- "anyOf": [
- {
- "enum": [
- "one_minimal",
- "not_claimed",
- "partitioner_incompatible"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Minimality"
- },
- "original_artifact_id": {
- "title": "Original Artifact Id",
- "type": "string"
- },
- "original_unit_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Original Unit Count"
- },
- "partitioner": {
- "enum": [
- "text_lines",
- "binary_chunks",
- "json_top_level",
- "jsonl_records",
- "otlp_spans",
- "chrome_trace_events"
- ],
- "title": "Partitioner",
- "type": "string"
- },
- "plan_id": {
- "title": "Plan Id",
- "type": "string"
- },
- "predicate_definition_id": {
- "title": "Predicate Definition Id",
- "type": "string"
- },
- "predicate_instance_id": {
- "title": "Predicate Instance Id",
- "type": "string"
- },
- "predicate_stderr_artifact_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Predicate Stderr Artifact Id"
- },
- "predicate_stdout_artifact_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Predicate Stdout Artifact Id"
- },
- "reduction_id": {
- "title": "Reduction Id",
- "type": "string"
- },
- "schema_version": {
- "const": 2,
- "default": 2,
- "title": "Schema Version",
- "type": "integer"
- }
- },
- "required": [
- "reduction_id",
- "plan_id",
- "disposition",
- "original_artifact_id",
- "predicate_definition_id",
- "predicate_instance_id",
- "attempts",
- "cleanup_complete",
- "partitioner"
- ],
- "title": "ReductionResult",
- "type": "object"
-}
removedOutput schema / $defs / RepeatSameCallRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "repeat_same_call",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "default": null,
- "title": "Next Tool",
- "type": "null"
- },
- "retry_after_ms": {
- "minimum": 0,
- "title": "Retry After Ms",
- "type": "integer"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "retry_after_ms"
- ],
- "title": "RepeatSameCallRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ReplanCaptureRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "replan_capture",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "plan_capture",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ReplanCaptureRecovery",
- "type": "object"
-}
removedOutput schema / $defs / ReplanInferenceRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "replan_inference",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "plan_inference_scenario",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": false,
- "default": false,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "ReplanInferenceRecovery",
- "type": "object"
-}
addedOutput schema / $defs / RetryRecovery
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "enum": [
+ "repeat_same_call",
+ "wait_then_repeat"
+ ],
+ "title": "Kind",
+ "type": "string"
+ },
+ "retry_after_ms": {
+ "minimum": 0,
+ "title": "Retry After Ms",
+ "type": "integer"
+ },
+ "safe_to_repeat_same_call": {
+ "const": true,
+ "default": true,
+ "title": "Safe To Repeat Same Call",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "kind",
+ "retry_after_ms"
+ ],
+ "title": "RetryRecovery",
+ "type": "object"
+}
removedOutput schema / $defs / StartCapabilitySetupRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "start_capability_setup",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "const": "start_capability_setup",
- "title": "Next Tool",
- "type": "string"
- },
- "retry_after_ms": {
- "default": null,
- "title": "Retry After Ms",
- "type": "null"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "next_tool"
- ],
- "title": "StartCapabilitySetupRecovery",
- "type": "object"
-}
removedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / $ref
Removed value: -"#/$defs/ReductionResult"
addedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / additionalProperties
Added value: +false
addedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / properties
Added value: +{
+ "attempt_receipts_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Attempt Receipts Artifact Id"
+ },
+ "attempts": {
+ "$ref": "#/$defs/ReductionAttemptSummary"
+ },
+ "best_known_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Best Known Artifact Id"
+ },
+ "budget_exhausted": {
+ "default": false,
+ "title": "Budget Exhausted",
+ "type": "boolean"
+ },
+ "cleanup_complete": {
+ "title": "Cleanup Complete",
+ "type": "boolean"
+ },
+ "disposition": {
+ "$ref": "#/$defs/ReductionDisposition"
+ },
+ "engine": {
+ "const": "shrinkray",
+ "default": "shrinkray",
+ "title": "Engine",
+ "type": "string"
+ },
+ "final_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Final Artifact Id"
+ },
+ "final_predicate_stderr_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Final Predicate Stderr Artifact Id"
+ },
+ "final_predicate_stdout_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Final Predicate Stdout Artifact Id"
+ },
+ "final_revalidation_status": {
+ "$ref": "#/$defs/PredicateClassification"
+ },
+ "final_size_bytes": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Final Size Bytes"
+ },
+ "finished_at": {
+ "format": "date-time",
+ "title": "Finished At",
+ "type": "string"
+ },
+ "limitations": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Limitations",
+ "type": "array"
+ },
+ "minimality": {
+ "const": "not_claimed",
+ "default": "not_claimed",
+ "title": "Minimality",
+ "type": "string"
+ },
+ "original_artifact_id": {
+ "title": "Original Artifact Id",
+ "type": "string"
+ },
+ "original_size_bytes": {
+ "minimum": 0,
+ "title": "Original Size Bytes",
+ "type": "integer"
+ },
+ "plan_id": {
+ "title": "Plan Id",
+ "type": "string"
+ },
+ "predicate_bridge_digest": {
+ "title": "Predicate Bridge Digest",
+ "type": "string"
+ },
+ "predicate_collapse_rule": {
+ "const": "unanimous_v1",
+ "default": "unanimous_v1",
+ "title": "Predicate Collapse Rule",
+ "type": "string"
+ },
+ "predicate_definition_id": {
+ "title": "Predicate Definition Id",
+ "type": "string"
+ },
+ "predicate_instance_id": {
+ "title": "Predicate Instance Id",
+ "type": "string"
+ },
+ "predicate_repetitions": {
+ "maximum": 20,
+ "minimum": 1,
+ "title": "Predicate Repetitions",
+ "type": "integer"
+ },
+ "provider_environment_id": {
+ "title": "Provider Environment Id",
+ "type": "string"
+ },
+ "provider_python_digest": {
+ "title": "Provider Python Digest",
+ "type": "string"
+ },
+ "reduced_registration_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reduced Registration Id"
+ },
+ "reducer_stderr_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reducer Stderr Artifact Id"
+ },
+ "reducer_stdout_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reducer Stdout Artifact Id"
+ },
+ "reduction_id": {
+ "title": "Reduction Id",
+ "type": "string"
+ },
+ "repeatability_status": {
+ "$ref": "#/$defs/ReductionRepeatabilityStatus"
+ },
+ "retained_candidate_byte_limit": {
+ "exclusiveMinimum": 0,
+ "title": "Retained Candidate Byte Limit",
+ "type": "integer"
+ },
+ "shrinkray_executable_digest": {
+ "title": "Shrinkray Executable Digest",
+ "type": "string"
+ },
+ "shrinkray_history_artifact_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Shrinkray History Artifact Id"
+ },
+ "shrinkray_profile": {
+ "const": "flameox.shrinkray.offline-v1",
+ "default": "flameox.shrinkray.offline-v1",
+ "title": "Shrinkray Profile",
+ "type": "string"
+ },
+ "shrinkray_version": {
+ "const": "26.7.8.0",
+ "default": "26.7.8.0",
+ "title": "Shrinkray Version",
+ "type": "string"
+ },
+ "source_registration_id": {
+ "title": "Source Registration Id",
+ "type": "string"
+ },
+ "source_run_id": {
+ "title": "Source Run Id",
+ "type": "string"
+ },
+ "staging_byte_limit": {
+ "exclusiveMinimum": 0,
+ "title": "Staging Byte Limit",
+ "type": "integer"
+ }
+}
addedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / required
Added value: +[
+ "reduction_id",
+ "plan_id",
+ "disposition",
+ "source_run_id",
+ "source_registration_id",
+ "original_artifact_id",
+ "predicate_definition_id",
+ "predicate_instance_id",
+ "attempts",
+ "cleanup_complete",
+ "provider_environment_id",
+ "provider_python_digest",
+ "shrinkray_executable_digest",
+ "predicate_bridge_digest",
+ "original_size_bytes",
+ "final_revalidation_status",
+ "predicate_repetitions",
+ "repeatability_status",
+ "staging_byte_limit",
+ "retained_candidate_byte_limit"
+]
addedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / title
Added value: +"ReductionResult"
addedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / result / type
Added value: +"object"
removedOutput schema / $defs / SuccessPayload_ReductionResult_ / properties / schema_version
Removed value: -{
- "const": 1,
- "title": "Schema Version",
- "type": "integer"
-}
changedOutput schema / $defs / SuccessPayload_ReductionResult_ / required
Previous value: -[
- "schema_version",
- "ok",
- "result",
- "error"
-]New value: +[
+ "ok",
+ "result",
+ "error"
+]
addedOutput schema / $defs / ToolName
Added value: +{
+ "enum": [
+ "initialize_workspace",
+ "workload_configuration_status",
+ "configure_workload",
+ "list_capabilities",
+ "start_capability_setup",
+ "get_capability_setup",
+ "prepare_adapter",
+ "prepare_workload_dependencies",
+ "list_declared_workflows",
+ "get_declared_workflow",
+ "plan_fault_experiment",
+ "plan_capture",
+ "start_detached_capture",
+ "get_detached_capture",
+ "rebuild_catalog",
+ "list_runs",
+ "list_artifacts",
+ "preview_artifact",
+ "get_native_viewer_plan",
+ "import_artifact",
+ "import_xctrace",
+ "extract_perfetto",
+ "extract_memray",
+ "get_extraction",
+ "extract_nsight_systems",
+ "extract_nsight_compute",
+ "extract_compute_sanitizer",
+ "configure_inference_server",
+ "list_inference_configurations",
+ "plan_inference_scenario",
+ "execute_reduction",
+ "get_reduction",
+ "analyze_memory",
+ "analyze_nsight_compute"
+ ],
+ "title": "ToolName",
+ "type": "string"
+}
removedOutput schema / $defs / WaitThenRepeatRecovery
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "wait_then_repeat",
- "title": "Kind",
- "type": "string"
- },
- "next_tool": {
- "default": null,
- "title": "Next Tool",
- "type": "null"
- },
- "retry_after_ms": {
- "minimum": 0,
- "title": "Retry After Ms",
- "type": "integer"
- },
- "safe_to_repeat_same_call": {
- "const": true,
- "default": true,
- "title": "Safe To Repeat Same Call",
- "type": "boolean"
- }
- },
- "required": [
- "kind",
- "retry_after_ms"
- ],
- "title": "WaitThenRepeatRecovery",
- "type": "object"
-}