Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
When multiple agents are configured with distinct identity.name values in openclaw.json, the Web UI agent switcher dropdown displays agent.id (e.g., "main", "dev", "writer") instead of the human-readable identity.name (e.g., "小金", "开发助手").
Steps to reproduce
- Configure multiple agents with distinct
identity.name values in openclaw.json
- Open the Gateway Web UI (http://127.0.0.1:18789)
- Locate the agent switcher dropdown in the sidebar
- Observe the dropdown items
Expected behavior
The dropdown shows identity.name (e.g., "小金", "开发助手"), making it easy to identify agents at a glance.
Actual behavior
The dropdown shows agent.id (e.g., "main", "dev"), which is less user-friendly. Note: openclaw agents list CLI command correctly displays identity names (e.g., Identity: 🤖 小金 (IDENTITY.md)), so the data exists but the Web UI doesn't use it.
OpenClaw version
Version: 2026.3.24 (cff6dc9)
Operating system
Operating system: Windows 10
Install method
Install method: npm global
Model
minimax-portal/MiniMax-M2.7
Provider / routing chain
openclaw -> cloudflare-ai-gateway -> minimax
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response
Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
When multiple agents are configured with distinct
identity.namevalues inopenclaw.json, the Web UI agent switcher dropdown displaysagent.id(e.g., "main", "dev", "writer") instead of the human-readableidentity.name(e.g., "小金", "开发助手").Steps to reproduce
identity.namevalues inopenclaw.jsonExpected behavior
The dropdown shows
identity.name(e.g., "小金", "开发助手"), making it easy to identify agents at a glance.Actual behavior
The dropdown shows
agent.id(e.g., "main", "dev"), which is less user-friendly. Note:openclaw agents listCLI command correctly displays identity names (e.g.,Identity: 🤖 小金 (IDENTITY.md)), so the data exists but the Web UI doesn't use it.OpenClaw version
Version: 2026.3.24 (cff6dc9)
Operating system
Operating system: Windows 10
Install method
Install method: npm global
Model
minimax-portal/MiniMax-M2.7
Provider / routing chain
openclaw -> cloudflare-ai-gateway -> minimax
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response