changedInput schema / properties / library / description
Previous value: -"Required library key for the exact icon. Supported values include si, lucide, tabler, phosphor, heroicons, bootstrap, iconoir, ionicons, material, simpleicons, and mingcute."New value: +"Required library key for the exact icon. Supported values include si (Supericons AI and developer tool logos), lucide, tabler, phosphor, heroicons, bootstrap, iconoir, ionicons, material, simpleicons (Simple Icons brand logos), and mingcute."
addedOutput schema / properties / icon / properties / icon_preview_url
Added value: +{
+ "description": "Browser URL for visual inspection of this icon.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / icon / properties / icon_ref
Added value: +{
+ "description": "Stable icon reference in library:id format.",
+ "type": "string"
+}
addedOutput schema / properties / icon / properties / libraryName
Added value: +{
+ "description": "Legacy camelCase public source library name.",
+ "type": "string"
+}
addedOutput schema / properties / icon / properties / library_key
Added value: +{
+ "description": "Source icon library key repeated for explicit agent display.",
+ "type": "string"
+}
addedOutput schema / properties / icon / properties / library_label
Added value: +{
+ "description": "Public source library label, for example Supericons (si).",
+ "type": "string"
+}
addedOutput schema / properties / icon / properties / library_name
Added value: +{
+ "description": "Public source library name, for example Supericons or Simple Icons.",
+ "type": "string"
+}
addedOutput schema / properties / icon / properties / search_preview_url
Added value: +{
+ "description": "Browser URL for visual inspection of the source search results.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / icon / required
Previous value: -[
- "id",
- "name",
- "library",
- "type",
- "style",
- "svg"
-]New value: +[
+ "id",
+ "name",
+ "library",
+ "library_key",
+ "library_name",
+ "library_label",
+ "icon_ref",
+ "icon_preview_url",
+ "type",
+ "style",
+ "svg"
+]