addedOutput schema / $defs / ActionId
Added value: +{
+ "description": "Stable product-level identities for executable agent workflow edges.",
+ "enum": [
+ "workspace.initialize",
+ "workload.configuration.inspect",
+ "workload.configure",
+ "capabilities.inspect",
+ "capabilities.setup.start",
+ "capabilities.setup.status",
+ "adapter.prepare",
+ "workload.dependencies.prepare",
+ "workflow.list",
+ "workflow.get",
+ "fault_experiment.plan",
+ "capture.plan",
+ "capture.detached.start",
+ "capture.detached.status",
+ "catalog.rebuild",
+ "run.list",
+ "artifact.list",
+ "artifact.preview",
+ "artifact.native_viewer.plan",
+ "artifact.import",
+ "artifact.import.xctrace",
+ "artifact.extract.perfetto",
+ "artifact.extract.memray",
+ "artifact.extract.status",
+ "artifact.extract.nsight_systems",
+ "artifact.extract.nsight_compute",
+ "artifact.extract.compute_sanitizer",
+ "inference.server.configure",
+ "inference.configuration.list",
+ "inference.scenario.plan",
+ "reduction.execute",
+ "reduction.status",
+ "analysis.memory",
+ "analysis.nsight_compute"
+ ],
+ "title": "ActionId",
+ "type": "string"
+}
addedOutput schema / $defs / ComparisonDecision
Added value: +{
+ "enum": [
+ "meaningful_improvement",
+ "meaningful_regression",
+ "no_meaningful_difference",
+ "inconclusive",
+ "descriptive_only"
+ ],
+ "title": "ComparisonDecision",
+ "type": "string"
+}
addedOutput schema / $defs / ComparisonValidity
Added value: +{
+ "enum": [
+ "valid",
+ "exploratory",
+ "invalid"
+ ],
+ "title": "ComparisonValidity",
+ "type": "string"
+}
addedOutput schema / $defs / ConfidenceInterval
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "high": {
+ "title": "High",
+ "type": "number"
+ },
+ "level": {
+ "exclusiveMaximum": 1,
+ "exclusiveMinimum": 0,
+ "title": "Level",
+ "type": "number"
+ },
+ "low": {
+ "title": "Low",
+ "type": "number"
+ }
+ },
+ "required": [
+ "low",
+ "high",
+ "level"
+ ],
+ "title": "ConfidenceInterval",
+ "type": "object"
+}
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"
+]
addedOutput schema / $defs / Experiment / properties / measurement_series
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/MeasurementSeriesSelector"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / $defs / Experiment / properties / metric_source
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/MetricSource"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / $defs / Experiment / properties / polarity / $ref
Added value: +"#/$defs/MetricPolarity"
removedOutput schema / $defs / Experiment / properties / polarity / enum
Removed value: -[
- "lower_is_better",
- "higher_is_better",
- "neutral"
-]
removedOutput schema / $defs / Experiment / properties / polarity / title
Removed value: -"Polarity"
removedOutput schema / $defs / Experiment / properties / polarity / type
Removed value: -"string"
addedOutput schema / $defs / Experiment / properties / primary_metric_unit
Added value: +{
+ "anyOf": [
+ {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Primary Metric Unit"
+}
addedOutput schema / $defs / Experiment / properties / role / $ref
Added value: +"#/$defs/ExperimentRole"
removedOutput schema / $defs / Experiment / properties / role / enum
Removed value: -[
- "exploratory",
- "confirmatory"
-]
removedOutput schema / $defs / Experiment / properties / role / title
Removed value: -"Role"
removedOutput schema / $defs / Experiment / properties / role / type
Removed value: -"string"
removedOutput schema / $defs / Experiment / properties / schema_version
Removed value: -{
- "const": 1,
- "default": 1,
- "title": "Schema Version",
- "type": "integer"
-}
addedOutput schema / $defs / Experiment / properties / value_domain
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/MetricValueDomain"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / $defs / Experiment / properties / zero_policy
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/MetricZeroPolicy"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / $defs / ExperimentBlockCoverage
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "complete_blocks": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Complete Blocks"
+ },
+ "incomplete_blocks": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Incomplete Blocks"
+ },
+ "observed_blocks": {
+ "minimum": 0,
+ "title": "Observed Blocks",
+ "type": "integer"
+ },
+ "published_variant_count": {
+ "minimum": 0,
+ "title": "Published Variant Count",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "observed_blocks",
+ "published_variant_count"
+ ],
+ "title": "ExperimentBlockCoverage",
+ "type": "object"
+}
addedOutput schema / $defs / ExperimentComparisonStatus
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "analysis": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "baseline_run_set": {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ "candidate_run_set": {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ "comparison": {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ "complete_pairs": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Complete Pairs"
+ },
+ "confidence_interval": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/ConfidenceInterval"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "decision": {
+ "$ref": "#/$defs/ComparisonDecision"
+ },
+ "effect_size": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Effect Size"
+ },
+ "mismatches": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 16,
+ "title": "Mismatches",
+ "type": "array"
+ },
+ "mismatches_truncated": {
+ "default": false,
+ "title": "Mismatches Truncated",
+ "type": "boolean"
+ },
+ "relative_change": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Relative Change"
+ },
+ "validity": {
+ "$ref": "#/$defs/ComparisonValidity"
+ }
+ },
+ "required": [
+ "comparison",
+ "baseline_run_set",
+ "candidate_run_set",
+ "validity",
+ "decision"
+ ],
+ "title": "ExperimentComparisonStatus",
+ "type": "object"
+}
addedOutput schema / $defs / ExperimentOutcomeDisposition
Added value: +{
+ "enum": [
+ "all_clean",
+ "base_only_failure",
+ "candidate_only_failure",
+ "mixed",
+ "unsupported",
+ "insufficient_evidence"
+ ],
+ "title": "ExperimentOutcomeDisposition",
+ "type": "string"
+}
addedOutput schema / $defs / ExperimentOutcomeGoal
Added value: +{
+ "enum": [
+ "absence_of_failure"
+ ],
+ "title": "ExperimentOutcomeGoal",
+ "type": "string"
+}
addedOutput schema / $defs / ExperimentResourceReference
Added value: +{
+ "additionalProperties": false,
+ "description": "A typed MCP resource link without inlining the referenced evidence.",
+ "properties": {
+ "kind": {
+ "enum": [
+ "trials",
+ "run_set",
+ "comparison",
+ "analysis",
+ "artifact"
+ ],
+ "title": "Kind",
+ "type": "string"
+ },
+ "resource_id": {
+ "title": "Resource Id",
+ "type": "string"
+ },
+ "uri": {
+ "title": "Uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "resource_id",
+ "uri"
+ ],
+ "title": "ExperimentResourceReference",
+ "type": "object"
+}
addedOutput schema / $defs / ExperimentRole
Added value: +{
+ "enum": [
+ "exploratory",
+ "confirmatory"
+ ],
+ "title": "ExperimentRole",
+ "type": "string"
+}
addedOutput schema / $defs / ExperimentTrialCounts
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "attempted": {
+ "minimum": 0,
+ "title": "Attempted",
+ "type": "integer"
+ },
+ "completed": {
+ "minimum": 0,
+ "title": "Completed",
+ "type": "integer"
+ },
+ "excluded": {
+ "minimum": 0,
+ "title": "Excluded",
+ "type": "integer"
+ },
+ "failed": {
+ "minimum": 0,
+ "title": "Failed",
+ "type": "integer"
+ },
+ "observed": {
+ "minimum": 0,
+ "title": "Observed",
+ "type": "integer"
+ },
+ "succeeded": {
+ "minimum": 0,
+ "title": "Succeeded",
+ "type": "integer"
+ },
+ "unattempted": {
+ "minimum": 0,
+ "title": "Unattempted",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "observed",
+ "attempted",
+ "completed",
+ "succeeded",
+ "failed",
+ "excluded",
+ "unattempted"
+ ],
+ "title": "ExperimentTrialCounts",
+ "type": "object"
+}
addedOutput schema / $defs / ExperimentValidationEvidence
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "artifact": {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ "role": {
+ "enum": [
+ "validation_stdout",
+ "validation_stderr"
+ ],
+ "title": "Role",
+ "type": "string"
+ },
+ "run_id": {
+ "title": "Run Id",
+ "type": "string"
+ },
+ "trial_id": {
+ "title": "Trial Id",
+ "type": "string"
+ }
+ },
+ "required": [
+ "trial_id",
+ "run_id",
+ "role",
+ "artifact"
+ ],
+ "title": "ExperimentValidationEvidence",
+ "type": "object"
+}
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"
-}
addedOutput schema / $defs / ManualAction
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"
+ },
+ "suggested_action": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/ActionId"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "required": [
+ "instruction"
+ ],
+ "title": "ManualAction",
+ "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 / MeasurementSeriesSelector
Added value: +{
+ "additionalProperties": false,
+ "description": "The semantic identity of one normalized measurement population.",
+ "properties": {
+ "aggregation": {
+ "maxLength": 200,
+ "minLength": 1,
+ "title": "Aggregation",
+ "type": "string"
+ },
+ "dimensions": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "maxProperties": 64,
+ "title": "Dimensions",
+ "type": "object"
+ },
+ "loop_count": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Loop Count"
+ },
+ "phase": {
+ "anyOf": [
+ {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Phase"
+ },
+ "scope": {
+ "maxLength": 200,
+ "minLength": 1,
+ "title": "Scope",
+ "type": "string"
+ }
+ },
+ "required": [
+ "scope",
+ "aggregation"
+ ],
+ "title": "MeasurementSeriesSelector",
+ "type": "object"
+}
addedOutput schema / $defs / MetricPolarity
Added value: +{
+ "enum": [
+ "lower_is_better",
+ "higher_is_better",
+ "neutral"
+ ],
+ "title": "MetricPolarity",
+ "type": "string"
+}
addedOutput schema / $defs / MetricSource
Added value: +{
+ "enum": [
+ "measurement",
+ "runtime_resource",
+ "kernel_validation"
+ ],
+ "title": "MetricSource",
+ "type": "string"
+}
addedOutput schema / $defs / MetricValueDomain
Added value: +{
+ "enum": [
+ "strictly_positive"
+ ],
+ "title": "MetricValueDomain",
+ "type": "string"
+}
addedOutput schema / $defs / MetricZeroPolicy
Added value: +{
+ "enum": [
+ "reject"
+ ],
+ "title": "MetricZeroPolicy",
+ "type": "string"
+}
addedOutput schema / $defs / OutcomeCount
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "attempted": {
+ "title": "Attempted",
+ "type": "integer"
+ },
+ "cancelled": {
+ "title": "Cancelled",
+ "type": "integer"
+ },
+ "eligible": {
+ "title": "Eligible",
+ "type": "integer"
+ },
+ "failed": {
+ "title": "Failed",
+ "type": "integer"
+ },
+ "failure_rate": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Failure Rate"
+ },
+ "failure_rate_upper_bound": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Failure Rate Upper Bound"
+ },
+ "infrastructure_failed": {
+ "title": "Infrastructure Failed",
+ "type": "integer"
+ },
+ "oracle_failed": {
+ "title": "Oracle Failed",
+ "type": "integer"
+ },
+ "oracle_inconclusive": {
+ "default": 0,
+ "title": "Oracle Inconclusive",
+ "type": "integer"
+ },
+ "oracle_receipt_error": {
+ "default": 0,
+ "title": "Oracle Receipt Error",
+ "type": "integer"
+ },
+ "oracle_unsupported": {
+ "default": 0,
+ "title": "Oracle Unsupported",
+ "type": "integer"
+ },
+ "pass_rate": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pass Rate"
+ },
+ "passed": {
+ "title": "Passed",
+ "type": "integer"
+ },
+ "resource_policy": {
+ "title": "Resource Policy",
+ "type": "integer"
+ },
+ "timed_out": {
+ "title": "Timed Out",
+ "type": "integer"
+ },
+ "treatment": {
+ "title": "Treatment",
+ "type": "string"
+ },
+ "unsupported": {
+ "title": "Unsupported",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "treatment",
+ "attempted",
+ "eligible",
+ "passed",
+ "failed",
+ "timed_out",
+ "cancelled",
+ "unsupported",
+ "resource_policy",
+ "oracle_failed",
+ "infrastructure_failed"
+ ],
+ "title": "OutcomeCount",
+ "type": "object"
+}
addedOutput schema / $defs / OutcomeExperimentResult
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "complete_pairs": {
+ "title": "Complete Pairs",
+ "type": "integer"
+ },
+ "counts": {
+ "items": {
+ "$ref": "#/$defs/OutcomeCount"
+ },
+ "title": "Counts",
+ "type": "array"
+ },
+ "disposition": {
+ "$ref": "#/$defs/ExperimentOutcomeDisposition"
+ },
+ "experiment_id": {
+ "title": "Experiment Id",
+ "type": "string"
+ },
+ "first_failure": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/OutcomeFirstFailure"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "goal": {
+ "$ref": "#/$defs/ExperimentOutcomeGoal"
+ },
+ "limitations": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Limitations",
+ "type": "array"
+ },
+ "method": {
+ "const": "absence_of_failure_fixed_attempts_v1",
+ "default": "absence_of_failure_fixed_attempts_v1",
+ "title": "Method",
+ "type": "string"
+ },
+ "unmatched_cells": {
+ "title": "Unmatched Cells",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "experiment_id",
+ "goal",
+ "disposition",
+ "counts",
+ "complete_pairs",
+ "unmatched_cells"
+ ],
+ "title": "OutcomeExperimentResult",
+ "type": "object"
+}
addedOutput schema / $defs / OutcomeFirstFailure
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "factors": {
+ "additionalProperties": {
+ "$ref": "#/$defs/JsonValue"
+ },
+ "title": "Factors",
+ "type": "object"
+ },
+ "trial_id": {
+ "title": "Trial Id",
+ "type": "string"
+ }
+ },
+ "required": [
+ "trial_id",
+ "factors"
+ ],
+ "title": "OutcomeFirstFailure",
+ "type": "object"
+}
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"
+}
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"
-}
addedOutput schema / $defs / SuccessPayload_ExperimentStatus_
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "title": "Error",
+ "type": "null"
+ },
+ "ok": {
+ "const": true,
+ "title": "Ok",
+ "type": "boolean"
+ },
+ "result": {
+ "additionalProperties": false,
+ "description": "A bounded read-time projection over durable experiment evidence.",
+ "properties": {
+ "block_coverage": {
+ "$ref": "#/$defs/ExperimentBlockCoverage"
+ },
+ "comparison": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/ExperimentComparisonStatus"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "corpus_commit_id": {
+ "title": "Corpus Commit Id",
+ "type": "string"
+ },
+ "lifecycle": {
+ "enum": [
+ "collecting_or_interrupted",
+ "analyzing",
+ "complete"
+ ],
+ "title": "Lifecycle",
+ "type": "string"
+ },
+ "limitations": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Limitations",
+ "type": "array"
+ },
+ "outcome": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/OutcomeExperimentResult"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "protocol": {
+ "$ref": "#/$defs/Experiment"
+ },
+ "recovery": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/ManualAction"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "trial_counts": {
+ "$ref": "#/$defs/ExperimentTrialCounts"
+ },
+ "trials": {
+ "$ref": "#/$defs/ExperimentResourceReference"
+ },
+ "validation_evidence": {
+ "default": [],
+ "items": {
+ "$ref": "#/$defs/ExperimentValidationEvidence"
+ },
+ "maxItems": 32,
+ "title": "Validation Evidence",
+ "type": "array"
+ },
+ "validation_evidence_truncated": {
+ "default": false,
+ "title": "Validation Evidence Truncated",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "protocol",
+ "lifecycle",
+ "trial_counts",
+ "block_coverage",
+ "trials",
+ "corpus_commit_id"
+ ],
+ "title": "ExperimentStatus",
+ "type": "object"
+ }
+ },
+ "required": [
+ "ok",
+ "result",
+ "error"
+ ],
+ "title": "SuccessPayload[ExperimentStatus]",
+ "type": "object"
+}
removedOutput schema / $defs / SuccessPayload_Experiment_
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "error": {
- "title": "Error",
- "type": "null"
- },
- "ok": {
- "const": true,
- "title": "Ok",
- "type": "boolean"
- },
- "result": {
- "$ref": "#/$defs/Experiment"
- },
- "schema_version": {
- "const": 1,
- "title": "Schema Version",
- "type": "integer"
- }
- },
- "required": [
- "schema_version",
- "ok",
- "result",
- "error"
- ],
- "title": "SuccessPayload[Experiment]",
- "type": "object"
-}
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"
-}
changedOutput schema / discriminator / mapping / True
Previous value: -"#/$defs/SuccessPayload_Experiment_"New value: +"#/$defs/SuccessPayload_ExperimentStatus_"
changedOutput schema / oneOf
Previous value: -[
- {
- "$ref": "#/$defs/SuccessPayload_Experiment_"
- },
- {
- "$ref": "#/$defs/FailurePayload"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/SuccessPayload_ExperimentStatus_"
+ },
+ {
+ "$ref": "#/$defs/FailurePayload"
+ }
+]
changedOutput schema / title
Previous value: -"ToolPayload[Experiment]"New value: +"ToolPayload[ExperimentStatus]"