openclaw - 💡(How to fix) Fix [Feature]: 支持自定义会话显示名称 / Custom Session Display Name

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…
RAW_BUFFERClick to expand / collapse

Summary

描述

目前 OpenClaw Gateway Web UI 的会话列表中,会话的显示名称是由 Gateway 根据 channel + peer ID 自动生成的(例如 [email protected]),用户无法修改。

建议增加一个接口或配置项,允许用户为会话设置友好的显示名称(alias / display name),方便在 Web UI 会话列表中快速识别。

Problem to solve

使用场景

  • 用户有多个来自不同 channel 的会话,自动生成的 ID 难以区分
  • 希望在 Web UI 中给某个会话命名,如"手机端Ten"、"工作群"等
  • 提升 Web UI 的多会话管理体验

Proposed solution

建议方案

  1. 在 Gateway 层面给 session 增加一个可选的 displayName / alias 字段
  2. 提供 API 接口(如 PUT /api/sessions/:key/displayName)来修改
  3. Web UI 支持双击会话名称进行编辑
  4. Agent 也可以通过工具调用修改当前会话的显示名

Alternatives considered

No response

Impact

Evidence/examples

No response

Additional information

环境

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

openclaw - 💡(How to fix) Fix [Feature]: 支持自定义会话显示名称 / Custom Session Display Name