Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/icons/agent-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/ask-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/settings-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/vm-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,5 +1902,17 @@
],
"60607": [
"cloud-compact"
],
"60608": [
"agent-compact"
],
"60609": [
"ask-compact"
],
"60610": [
"settings-compact"
],
"60611": [
"vm-compact"
]
}
49 changes: 49 additions & 0 deletions src/template/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@
"category": "ai",
"description": "AI agent or bot"
},
"agent-compact": {
"tags": [
"ai",
"bot",
"assistant",
"robot",
"service",
"compact"
],
"category": "ai",
"description": "AI agent or bot (compact 12x12 variant)"
},
"alert": {
"tags": [
"warning",
Expand Down Expand Up @@ -267,6 +279,19 @@
"category": "communication",
"description": "Question mark in chat bubble"
},
"ask-compact": {
"tags": [
"question",
"help",
"chat",
"inquiry",
"message",
"bubble",
"compact"
],
"category": "communication",
"description": "Question mark in chat bubble (compact 12x12 variant)"
},
"attach": {
"tags": [
"clip",
Expand Down Expand Up @@ -5420,6 +5445,18 @@
"category": "settings",
"description": "Settings or preferences"
},
"settings-compact": {
"tags": [
"sliders",
"controls",
"configuration",
"preferences",
"options",
"compact"
],
"category": "settings",
"description": "Settings or preferences (compact 12x12 variant)"
},
"settings-gear": {
"tags": [
"configuration",
Expand Down Expand Up @@ -6471,6 +6508,18 @@
"category": "device",
"description": "Active virtual machine"
},
"vm-compact": {
"tags": [
"computer",
"server",
"remote",
"machine",
"box",
"compact"
],
"category": "device",
"description": "Virtual machine (compact 12x12 variant)"
},
"vm-connect": {
"tags": [
"computer",
Expand Down
Loading