changedInput schema / properties / body / description
Previous value: -"View/widget only. Raw SwiftUI code for the body, e.g., 'VStack { Text(\"Hello\") }'. Wrapped in the struct..."New value: +"View/widget only."
changedInput schema / properties / componentKind / description
Previous value: -"Component only. Optional known component shape. Use cardArchetypes for a multi-component card kit, or omit..."New value: +"Component only. Optional known component shape."
changedInput schema / properties / description / description
Previous value: -"Description of what this intent/view/widget does. Shown to users in system UI for intents. Optional but..."New value: +"Description of what this intent/view/widget does."
changedInput schema / properties / displayName / description
Previous value: -"Widget only. Human-readable name shown in the widget gallery. E.g., 'Daily Steps'. Defaults to a spaced..."New value: +"Widget only. Human-readable name shown in the widget gallery."
changedInput schema / properties / domain / description
Previous value: -"Apple App Intent domain. Intent only. One of: messaging, productivity, health, social, finance, commerce,..."New value: +"Apple App Intent domain. Intent only."
changedInput schema / properties / entry / additionalProperties / description
Previous value: -"Swift type for this entry field: string, int, double, float, boolean, date,..."New value: +"Swift type for this entry field: string, int, double, float, boolean, date."
changedInput schema / properties / entry / description
Previous value: -"Widget only. Timeline entry fields as { fieldName: typeString }. E.g., { steps: 'int' }. Do not include..."New value: +"Widget only. Timeline entry fields as { fieldName: typeString }."
changedInput schema / properties / families / description
Previous value: -"Widget only. Supported widget sizes: systemSmall, systemMedium, systemLarge, systemExtraLarge,..."New value: +"Widget only."
changedInput schema / properties / families / items / description
Previous value: -"Widget family: systemSmall, systemMedium, systemLarge, systemExtraLarge,..."New value: +"Widget family: systemSmall, systemMedium, systemLarge, systemExtraLarge."
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 / name / description
Previous value: -"PascalCase name, e.g., 'CreateEvent' for intents, 'EventListView' for views, 'StepsWidget' for widgets. Used..."New value: +"PascalCase name, e.g., 'CreateEvent' for intents, 'EventListView' for views, 'StepsWidget' for widgets. Used as the Swift struct name."
changedInput schema / properties / params / additionalProperties / description
Previous value: -"Swift type for this parameter: string, int, double, float, boolean, date,..."New value: +"Swift type for this parameter: string, int, double, float, boolean, date."
changedInput schema / properties / params / description
Previous value: -"Intent only. Parameter definitions as { fieldName: typeString }. E.g., { recipient: 'string', amount:..."New value: +"Intent only. Parameter definitions as { fieldName: typeString }."
changedInput schema / properties / platform / description
Previous value: -"Optional target Apple platform hint for view/widget generation. Use macOS when the host project is a Mac..."New value: +"Optional target Apple platform hint for view/widget generation."
changedInput schema / properties / props / additionalProperties / description
Previous value: -"Swift type for this prop: string, int, double, float, boolean, date,..."New value: +"Swift type for this prop: string, int, double, float, boolean, date, duration."
changedInput schema / properties / props / description
Previous value: -"View only. Prop definitions as { fieldName: typeString }. E.g., { title: 'string', count: 'int' }. Same type..."New value: +"View only. Prop definitions as { fieldName: typeString }."
changedInput schema / properties / refreshInterval / description
Previous value: -"Widget only. Timeline refresh interval in minutes. E.g., 30 for half-hourly updates. Defaults to 60."New value: +"Widget only. Timeline refresh interval in minutes."
changedInput schema / properties / scenes / description
Previous value: -"App only. Scene definitions for the @main App struct. At least one scene with kind 'windowGroup' is..."New value: +"App only. Scene definitions for the @main App struct."
changedInput schema / properties / scenes / items / description
Previous value: -"Scene definition with kind, view, and optional title/platform"New value: +"Scene definition with kind, view, and optional title/platform."
changedInput schema / properties / scenes / items / properties / name / description
Previous value: -"Unique scene identifier for programmatic access"New value: +"Unique scene identifier for programmatic access."
changedInput schema / properties / scenes / items / properties / title / description
Previous value: -"Window title shown in the title bar"New value: +"Window title shown in the title bar."
changedInput schema / properties / state / additionalProperties / description
Previous value: -"State variable config with type and optional default value"New value: +"State variable config with type and optional default value."
changedInput schema / properties / state / additionalProperties / properties / default / description
Previous value: -"Optional default value for the @State property"New value: +"Optional default value for the @State property."
changedInput schema / properties / state / additionalProperties / properties / type / description
Previous value: -"Swift type: string, int, double, float, boolean, date, duration, or url"New value: +"Swift type: string, int, double, float, boolean, date, duration, or url."
changedInput schema / properties / state / description
Previous value: -"View only. State variable definitions as { fieldName: { type: 'string', default?: value } }. Generates..."New value: +"View only."
changedInput schema / properties / title / description
Previous value: -"Human-readable title shown in Shortcuts/Spotlight. Intent only. E.g., 'Create Event'. Defaults to a..."New value: +"Human-readable title shown in Shortcuts/Spotlight. Intent only."
changedInput schema / properties / tokenNamespace / description
Previous value: -"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. Generated views/components..."New value: +"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'."
changedInput schema / properties / type / description
Previous value: -"What to compile. Determines which other parameters are relevant: intent uses params/domain/title; view uses..."New value: +"What to compile."
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."