addedInput schema / properties / agent / description
Added value: +"Agent lane creating the claim."
addedInput schema / properties / cwd / description
Added value: +"Project directory. Defaults to the MCP..."
addedInput schema / properties / files / description
Added value: +"Files to claim before editing."
addedInput schema / properties / files / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / format / description
Added value: +"Output format. Defaults to markdown."
addedInput schema / properties / task / description
Added value: +"Task, bug, or repair pass this claim covers."
addedInput schema / properties / ttlMinutes / description
Added value: +"Claim TTL in minutes. Defaults to 30."
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"
+}