addedInput schema / properties / actualBehavior / description
Added value: +"Optional observed behavior from the failing run."
addedInput schema / properties / agent / description
Added value: +"Active host/tool lane. Axint adapts the..."
addedInput schema / properties / changedFiles / description
Added value: +"Changed files to pin into the project..."
addedInput schema / properties / changedFiles / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / cwd / description
Added value: +"Project directory. Defaults to the MCP..."
addedInput schema / properties / expectedBehavior / description
Added value: +"Optional expected behavior for the failing..."
addedInput schema / properties / fileName / description
Added value: +"Display file name when passing inline source."
addedInput schema / properties / format / description
Added value: +"Output format. markdown returns the report,..."
addedInput schema / properties / issue / description
Added value: +"The broken behavior or repair goal, e.g...."
addedInput schema / properties / platform / description
Added value: +"Target Apple platform hint."
addedInput schema / properties / projectContextPath / description
Added value: +"Optional .axint/context/latest.json path."
addedInput schema / properties / runtimeFailure / description
Added value: +"Optional crash, freeze, hang, or runtime..."
addedInput schema / properties / source / description
Added value: +"Optional inline Swift source for the..."
addedInput schema / properties / sourcePath / description
Added value: +"Optional suspected Swift file path. Axint..."
addedInput schema / properties / testFailure / description
Added value: +"Optional focused unit/UI-test failure text."
addedInput schema / properties / writeFeedback / description
Added value: +"Whether to write a privacy-safe .axint/feedba..."
addedInput schema / properties / writeReport / description
Added value: +"Whether to write .axint/repair/latest.json..."
addedInput schema / properties / xcodeBuildLog / description
Added value: +"Optional Xcode build/test log evidence."
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"
+}