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. O..."
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 wh..."
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. Huma..."
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..."
removedInput schema / properties / entry / additionalProperties / description
Removed 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. Time..."
changedInput schema / properties / families / description
Previous value: -"Widget only. Supported widget sizes: systemSmall, systemMedium, systemLarge, systemExtraLarge,..."New value: +"Widget only. Supp..."
removedInput schema / properties / families / items / description
Removed 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 (defaul..."
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,..."
removedInput schema / properties / params / additionalProperties / description
Removed 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. Para..."
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 A..."
removedInput schema / properties / props / additionalProperties / description
Removed value: -"Swift type for this prop: string, int, double, float, boolean, date,..."
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 d..."
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. Time..."
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 d..."
removedInput schema / properties / scenes / items / description
Removed value: -"Scene definition with kind, view, and optional title/platform"
removedInput schema / properties / scenes / items / properties / kind / description
Removed value: -"Scene type. windowGroup is most common for single-window apps."
removedInput schema / properties / scenes / items / properties / name / description
Removed value: -"Unique scene identifier for programmatic access"
removedInput schema / properties / scenes / items / properties / platform / description
Removed value: -"Platform guard — wraps scene in #if os(...). Omit for cross-platform."
removedInput schema / properties / scenes / items / properties / title / description
Removed value: -"Window title shown in the title bar"
removedInput schema / properties / scenes / items / properties / view / description
Removed value: -"Root SwiftUI view name, e.g., 'ContentView'. Must be defined elsewhere."
removedInput schema / properties / state / additionalProperties / description
Removed value: -"State variable config with type and optional default value"
removedInput schema / properties / state / additionalProperties / properties / default / description
Removed value: -"Optional default value for the @State property"
removedInput schema / properties / state / additionalProperties / properties / type / description
Removed 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. State..."
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 ti..."
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 to..."
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. Determines which other parameters are..."
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."