openclaw - 💡(How to fix) Fix [Feature]: Support custom session display names in Control UI [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#60006Fetched 2026-04-08 02:37:34
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Timeline (top)
labeled ×1

Title: [Feature Request] Support custom session display names in Control UI

Description:

Currently the Control UI session list shows auto-generated session keys (e.g. "heartbeat", "main", "feishu:ou_xxx"), which are hard to distinguish at a glance — especially for non-English users.

Request: Allow users to set custom display labels for sessions in the Control UI, so they can be renamed to something meaningful (e.g. "心跳", "主会话", "飞书-小明").

Root Cause

Title: [Feature Request] Support custom session display names in Control UI

Description:

Currently the Control UI session list shows auto-generated session keys (e.g. "heartbeat", "main", "feishu:ou_xxx"), which are hard to distinguish at a glance — especially for non-English users.

Request: Allow users to set custom display labels for sessions in the Control UI, so they can be renamed to something meaningful (e.g. "心跳", "主会话", "飞书-小明").

RAW_BUFFERClick to expand / collapse

Summary

Title: [Feature Request] Support custom session display names in Control UI

Description:

Currently the Control UI session list shows auto-generated session keys (e.g. "heartbeat", "main", "feishu:ou_xxx"), which are hard to distinguish at a glance — especially for non-English users.

Request: Allow users to set custom display labels for sessions in the Control UI, so they can be renamed to something meaningful (e.g. "心跳", "主会话", "飞书-小明").

Problem to solve

ossible approaches:

A label field in session config or per-session metadata Right-click rename in the Control UI sidebar Locale-aware default labels (e.g. "heartbeat" → "心跳" for zh-CN) Why: Improves usability for multi-channel setups and non-English speaking users.

Proposed solution

ossible approaches:

A label field in session config or per-session metadata Right-click rename in the Control UI sidebar Locale-aware default labels (e.g. "heartbeat" → "心跳" for zh-CN) Why: Improves usability for multi-channel setups and non-English speaking users.

Alternatives considered

No response

Impact

ossible approaches:

A label field in session config or per-session metadata Right-click rename in the Control UI sidebar Locale-aware default labels (e.g. "heartbeat" → "心跳" for zh-CN) Why: Improves usability for multi-channel setups and non-English speaking users.

Evidence/examples

No response

Additional information

No response

extent analysis

TL;DR

To improve usability, consider adding a label field to session config or per-session metadata to allow custom display names in the Control UI.

Guidance

  • Introduce a label field in the session configuration to store custom display names.
  • Implement right-click rename functionality in the Control UI sidebar for easy editing of session labels.
  • Explore locale-aware default labels to automatically translate session names based on the user's language setting.
  • Consider the impact of custom labels on multi-channel setups and non-English speaking users to ensure the solution meets their needs.

Example

No specific code example can be provided without more context, but the solution could involve adding a label property to the session configuration object, e.g. session.config.label = "Custom Session Name".

Notes

The best approach depends on the specific requirements and constraints of the Control UI and session management system. It's essential to consider factors like data storage, localization, and user experience when implementing custom session display names.

Recommendation

Apply a workaround by introducing a label field in the session configuration, as this seems to be a straightforward and effective solution to improve usability for users with multi-channel setups and non-English speaking users.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING