changedInput schema / properties / description / description
Previous value: -"Human-readable description of what the intent does, shown to users in Shortcuts and Spotlight, e.g., 'Send a..."New value: +"Human-readable description of what the intent does, shown to users in Shortcuts and Spotlight, e.g., 'Send a message to a contact'."
changedInput schema / properties / domain / description
Previous value: -"Apple App Intent domain. One of: messaging, productivity, health, social, finance, commerce, media,..."New value: +"Apple App Intent domain."
changedInput schema / properties / name / description
Previous value: -"PascalCase intent name, e.g., 'SendMessage' or 'CreateEvent'. Must start with an uppercase letter and..."New value: +"PascalCase intent name, e.g., 'SendMessage' or 'CreateEvent'. Must start with an uppercase letter and contain no spaces."
changedInput schema / properties / params / description
Previous value: -"Initial parameters for the intent. Each item needs name (camelCase), type (string | int | double | float |..."New value: +"Initial parameters for the intent."
changedInput schema / properties / params / items / description
Previous value: -"Parameter definition with name, type, and description"New value: +"Parameter definition with name, type, and description."
changedInput schema / properties / params / items / properties / description / description
Previous value: -"Human-readable description shown in Shortcuts and Spotlight when users..."New value: +"Human-readable description shown in Shortcuts and Spotlight when users."
changedInput schema / properties / params / items / properties / name / description
Previous value: -"camelCase parameter name, e.g., 'recipient' or 'messageBody'. Used as the..."New value: +"camelCase parameter name, e.g., 'recipient' or 'messageBody'."
changedInput schema / properties / params / items / properties / type / description
Previous value: -"Parameter type. One of: string, int, double, float, boolean, date, duration,..."New value: +"Parameter type."
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."