Feature Request: Ability to rename / label Control UI dashboard sessions
Problem: Every new WebChat conversation gets an auto-generated hex UUID session key like agent:main:dashboard:e6961c03-b157-417d-afcf-679972cdee50. This is cosmetic noise in the UI — there's no way to rename or label a session to something human-friendly.
Use case: Users with multiple concurrent dashboard sessions have to guess which UUID is which. A simple rename/label feature (even just an editable display name stored in sessions.json) would make the UX much cleaner.
Suggestion:
- Allow editing the session display name from the Control UI sidebar (pencil icon or similar)
- Or expose a
label field per session that overrides the UUID display
- Or support
session.mainKey style anchoring for dashboard sessions so users can set a stable friendly key
This is purely a UX quality-of-life improvement — no functional change needed.
Feature Request: Ability to rename / label Control UI dashboard sessions
Problem: Every new WebChat conversation gets an auto-generated hex UUID session key like
agent:main:dashboard:e6961c03-b157-417d-afcf-679972cdee50. This is cosmetic noise in the UI — there's no way to rename or label a session to something human-friendly.Use case: Users with multiple concurrent dashboard sessions have to guess which UUID is which. A simple rename/label feature (even just an editable display name stored in
sessions.json) would make the UX much cleaner.Suggestion:
labelfield per session that overrides the UUID displaysession.mainKeystyle anchoring for dashboard sessions so users can set a stable friendly keyThis is purely a UX quality-of-life improvement — no functional change needed.