openclaw - 💡(How to fix) Fix WebChat 对话名称在网关更新后丢失/变化,建议支持固定会话名称 [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#71931Fetched 2026-04-27 05:37:14
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
0
Timeline (top)
closed ×1commented ×1
RAW_BUFFERClick to expand / collapse

问题描述

每次 OpenClaw 网关更新(如 2026.4.22 → 2026.4.24)后,WebChat 左侧对话列表中的对话名称会被重新生成,导致:

  1. 原本有意义的对话标题变成乱码或无意义的字符
  2. 飞书端显示的名称也同步变成乱码
  3. 用户无法识别和管理历史对话

复现步骤

  1. 在 WebChat 进行若干对话,系统自动生成对话标题(如"升级 openclaw 到 4.24")
  2. 执行 升级网关
  3. 重启网关后刷新 WebChat 页面
  4. 观察左侧对话列表,名称已变化

期望行为

  • 支持用户手动固定/编辑对话名称
  • 或:对话名称一旦生成后持久化,不因网关重启/更新而改变
  • 或:提供配置项 / 让用户自定义命名规则

环境

  • OpenClaw 版本:2026.4.22 → 2026.4.24
  • 平台:macOS + WebChat (Control UI)
  • 部署方式:npm global + LaunchAgent

附加建议

如果支持固定名称,可以考虑:

  • 右键对话 → "重命名"
  • 或前端输入框直接编辑
  • 名称存储在本地 或会话 metadata 中

extent analysis

TL;DR

To prevent conversation name regeneration after OpenClaw gateway updates, consider implementing a feature to allow users to manually fix or edit conversation names.

Guidance

  • Investigate the conversation name generation logic to understand why it's regenerating names after updates.
  • Consider adding a configuration option to allow users to customize the naming rules or to persist conversation names after they're generated.
  • Look into storing conversation names locally or in session metadata to prevent changes after gateway updates or restarts.
  • Evaluate the feasibility of adding a "rename" feature, accessible via right-click or an input field, to enable users to manually edit conversation names.

Example

No code example is provided due to the lack of specific technical details about the implementation.

Notes

The solution may require changes to both the frontend and backend of the application, and careful consideration should be given to how conversation names are stored and updated.

Recommendation

Apply a workaround by implementing a feature to allow users to manually fix or edit conversation names, as this seems to be the most straightforward way to address the issue without requiring significant changes to the underlying infrastructure.

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 WebChat 对话名称在网关更新后丢失/变化,建议支持固定会话名称 [1 comments, 2 participants]