Description
I configured the agent identity with an emoji in openclaw.json:
agents config:
"agents": {
"list": [
{
"id": "main",
"identity": {
"name": "Agent",
"emoji": "🐟"
}
}
]
}
The emoji works for mention patterns (e.g., @agent triggers the agent), but the webchat conversation icon does not display the emoji.
Questions
- Does webchat frontend support reading and displaying identity.emoji as the agent avatar/icon?
- If supported, is my configuration location correct?
- If not supported, is there a plan to add this feature?
Related
Environment
- ClawX version: 2026.3.1
- OS: Windows 11
Description
I configured the agent identity with an emoji in openclaw.json:
agents config:
The emoji works for mention patterns (e.g., @agent triggers the agent), but the webchat conversation icon does not display the emoji.
Questions
Related
Environment