addedInput schema / properties / actualBehavior / description
Added value: +"Actual runtime behavior for semantic bug checks."
addedInput schema / properties / agent / description
Added value: +"Current agent host lane. Axint uses this to..."
addedInput schema / properties / background / description
Added value: +"Start the run and immediately return a..."
addedInput schema / properties / configuration / description
Added value: +"Xcode build configuration, e.g. Debug or..."
addedInput schema / properties / cwd / description
Added value: +"Project directory to run. Defaults to the..."
addedInput schema / properties / derivedDataPath / description
Added value: +"Optional xcodebuild -derivedDataPath."
addedInput schema / properties / destination / description
Added value: +"xcodebuild destination, e.g. platform=macOS..."
addedInput schema / properties / dryRun / description
Added value: +"Plan xcodebuild commands without executing them."
addedInput schema / properties / expectedBehavior / description
Added value: +"Expected runtime behavior for semantic bug..."
addedInput schema / properties / expectedVersion / description
Added value: +"Expected Axint package version for the run..."
addedInput schema / properties / format / description
Added value: +"Output format. markdown returns the run..."
addedInput schema / properties / includeSource / description
Added value: +"Include full Swift source and full command..."
addedInput schema / properties / modifiedFiles / description
Added value: +"Changed Swift files to validate and Cloud..."
addedInput schema / properties / modifiedFiles / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / onlyTesting / description
Added value: +"Optional focused xcodebuild -only-testing..."
addedInput schema / properties / onlyTesting / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / platform / description
Added value: +"Target Apple platform. Defaults to macOS..."
addedInput schema / properties / project / description
Added value: +"Path to .xcodeproj, relative to cwd or absolute."
addedInput schema / properties / projectName / description
Added value: +"Project name for Axint session and report..."
addedInput schema / properties / runtime / description
Added value: +"After build, launch the built macOS .app and..."
addedInput schema / properties / runtimeFailure / description
Added value: +"Crash, freeze, hang, launch timeout, or UI..."
addedInput schema / properties / runtimeTimeoutSeconds / description
Added value: +"Runtime launch timeout in seconds."
addedInput schema / properties / scheme / description
Added value: +"Xcode scheme. If omitted, Axint tries to..."
addedInput schema / properties / skipBuild / description
Added value: +"Skip xcodebuild build and only run Axint..."
addedInput schema / properties / skipTests / description
Added value: +"Skip xcodebuild test."
addedInput schema / properties / testPlan / description
Added value: +"Optional xcodebuild -testPlan for test runs."
addedInput schema / properties / timeoutSeconds / description
Added value: +"Build/test timeout in seconds."
addedInput schema / properties / workspace / description
Added value: +"Path to .xcworkspace, relative to cwd or..."
addedInput schema / properties / writeReport / description
Added value: +"Whether to write .axint/run/latest.json and..."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "isError": {
+ "description": "Whether Axint marked the tool response as an error.",
+ "type": "boolean"
+ },
+ "text": {
+ "description": "Primary Axint tool response text, matching the first text content block.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+}