changedInput schema / properties / emitEntitlements / description
Previous value: -"When true, returns an .entitlements XML fragment for the intent's declared entitlements. Only relevant for..."New value: +"When true, returns an .entitlements XML fragment for the intent's declared."
changedInput schema / properties / emitInfoPlist / description
Previous value: -"When true, returns an Info.plist XML fragment declaring the intent's infoPlistKeys. Only relevant for..."New value: +"When true, returns an Info.plist XML fragment declaring the intent's."
changedInput schema / properties / fileName / description
Previous value: -"Optional file name used in diagnostic messages, e.g., 'SendMessage.intent.ts'. Defaults to 'input.ts' if..."New value: +"Optional file name used in diagnostic messages, e.g., 'SendMessage.intent.ts'."
changedInput schema / properties / format / description
Previous value: -"When true (default), pipes generated Swift through swift-format with Axint's house style. Falls back to raw..."New value: +"When true (default), pipes generated Swift through swift-format with Axint's."
changedInput schema / properties / source / description
Previous value: -"Full TypeScript source code containing a defineIntent() call. Must be a complete file starting with an axint..."New value: +"Full TypeScript source code containing a defineIntent() call. Must be a complete file starting with an axint import, not a fragment."
removedOutput schema / properties / isError / description
Removed value: -"Whether Axint marked the tool response as an error."
removedOutput schema / properties / text / description
Removed value: -"Primary Axint tool response text, matching the first text content block."