openclaw - 💡(How to fix) Fix feat: 会话列表支持显示可读名称 (displayName derived title) [1 comments, 2 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#80297Fetched 2026-05-11 03:16:38
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
2
Timeline (top)
closed ×1commented ×1

Fix Action

Fix / Workaround

  1. sessions.list RPC 返回中包含 displayName 字段(由 sessions.json 中读取)
  2. 支持通过 sessions.patch 设置会话的 displayName
  3. Control UI session picker 优先显示 displayName,回退到 sessionKey
RAW_BUFFERClick to expand / collapse

功能描述

当前 Control UI 的 session picker 中,所有会话列表都显示为原始 sessionKey (如 agent:main:main, agent:main:dashboard:xxx),缺乏人态可读的名称,当会话较多时很难快速找到目标会话。

建议方案

  1. sessions.list RPC 返回中包含 displayName 字段(由 sessions.json 中读取)
  2. 支持通过 sessions.patch 设置会话的 displayName
  3. Control UI session picker 优先显示 displayName,回退到 sessionKey

附加思考

-] 或许也可以类似 sessions_list agent tool 的 includeDerivedTitles 参数,在 Gateway 层自动从会话内容提取标题。

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