hermes session 会话标题是不能自定义的吗?
qxq94
·
2026-04-17
·
via V2EX
这是一个创建于 47 天前的主题,其中的信息可能已经有所发展或是发生改变。
如图,一堆<think>还有 Cli Session ,想重命名一下都没找到地方,有大佬知道吗

会话 标题 自定义
16 条回复 • 2026-04-17 18:34:41 +08:00
 |
|
1
Blabber9125 4 月 17 日
你直接问它呗,顺便问下你这是什么 UI 啊,我基本都是通过 tg 来发信息的
|
 |
|
2
qxq94 4 月 17 日 1
hermes-webui 啊
|
 |
|
3
radishzz 4 月 17 日
/title <你想要的标题> 看看所有斜杠指令,里面有写
|
 |
|
6
radishzz 4 月 17 日
是不是你的 webui 不支持斜杠指令? 📚 Commands (121 total, page 1/9) /new -- Start a new session (fresh session ID + history) (alias: /reset) /retry -- Retry the last message (resend to agent) /undo -- Remove the last user/assistant exchange /title [name] -- Set a title for the current session /branch [name] -- Branch the current session (explore a different path) (alias: /fork) /compress [focus topic] -- Manually compress conversation context /rollback [number] -- List or restore filesystem checkpoints /snapshot [create|restore <id>|prune] -- Create or restore state snapshots of Hermes config/state (alias: /snap) /stop -- Kill all running background processes /approve [session|always] -- Approve a pending dangerous command /deny -- Deny a pending dangerous command /background <prompt> -- Run a prompt in the background (alias: /bg) /btw <question> -- Ephemeral side question using session context (no tools, not persisted) /queue <prompt> -- Queue a prompt for the next turn (doesn't interrupt) (alias: /q) /status -- Show session info next → /commands 2
|
 |
|
10
qxq94 4 月 17 日
@radishzz #6 cli 界面回复代码格式看着还是有点难受,就部署了 hermes-webui ,确实跟 7 楼大哥说的一样,双击就标题就可以了。也感谢你回复的 cli 界面的更名方式,这个我之前也不知道
|
 |
|
11
qxq94 4 月 17 日 1
@sddyzm #8 手机测试 telegram 随手打的 ,忽略忽略
|
 |
|
12
boxsheep0 4 月 17 日
@qxq94 其实你可以发挥 hermes agent 的优势:告诉 hermes 你给他接了一个 web ui ,让他去研究整个项目。等他有了记忆以后,你对于 webui 有什么不满意直接让他修改就行了。上一个版本,bubble chat 模式有 bug ,我直接一句话让他给修好了。
|
 |
|
13
qxq94 4 月 17 日
@boxsheep0 #12 那在 webui 进行一键更新的时候不能更新了,有冲突。我更改过,有冲突我又还原了😂
|
 |
|
14
qxq94 4 月 17 日
@boxsheep0 #12 确实还有点 bug ,输出的 markdown 渲染不对,我从 cli 进入会话,markdown 源代码是没问题的。不过它能直接把 markdown 生成到工作空间作为文件,也算了,能用
|
 |
|
15
qxq94 4 月 17 日
markdown 渲染不对的问题,让 hermes 找问题,没有找出来,不过找到了渲染的 ui.js (也可能是 minimax2.7 不行) 把 ui.js 发给 gemini 看,gemini 马上就找到 bug 并且给出修复方案,覆盖之后就没问题了
|
 |
|
16
boxsheep0 4 月 17 日
@qxq94 你可以持续性地套娃,这就是 agent 的意义。像你的例子,告诉他把你改过的所有元素以语言描述形式保存起来,每次更新完 webui 之后都去自动修改同样的元素,而且告诉他,另一个 agent 指出了他的修改错误,他也会持续地学习,下次就不会再犯了。
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。