- Shipped
- July 6, 2026 at 11:43 PM UTC
- Author
- kamo
- Commit
- a7c661f
The Agent dropdown labelled each teammate with their email because the loader read firstName/lastName keys the backend never sends (it sends nameFirst/nameLast/fullName), so displayName always fell back to email. Read the correct keys and render "Name (ext 8080)". Also fixes the option value: it keyed off `memberID`, a key the endpoint never returns (it sends `memberId`), so every teammate option resolved to "0". Key off the real int64 member id kept as a string to preserve precision.