如图,一堆<think>还有 Cli Session ,想重命名一下都没找到地方,有大佬知道吗

1
Blabber9125 4 天前
你直接问它呗,顺便问下你这是什么 UI 啊,我基本都是通过 tg 来发信息的
|
2
qxq94 OP hermes-webui 啊
|
3
radishzz 4 天前
/title <你想要的标题>
看看所有斜杠指令,里面有写 |
6
radishzz 4 天前
是不是你的 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 |
7
boxsheep0 4 天前 双击会话标题可以自定义名字,按回车确认
|
8
sddyzm PRO goodmoning
|
10
qxq94 OP @radishzz #6 cli 界面回复代码格式看着还是有点难受,就部署了 hermes-webui ,确实跟 7 楼大哥说的一样,双击就标题就可以了。也感谢你回复的 cli 界面的更名方式,这个我之前也不知道
|
12
boxsheep0 4 天前
@qxq94 其实你可以发挥 hermes agent 的优势:告诉 hermes 你给他接了一个 web ui ,让他去研究整个项目。等他有了记忆以后,你对于 webui 有什么不满意直接让他修改就行了。上一个版本,bubble chat 模式有 bug ,我直接一句话让他给修好了。
|
14
qxq94 OP @boxsheep0 #12 确实还有点 bug ,输出的 markdown 渲染不对,我从 cli 进入会话,markdown 源代码是没问题的。不过它能直接把 markdown 生成到工作空间作为文件,也算了,能用
|
15
qxq94 OP markdown 渲染不对的问题,让 hermes 找问题,没有找出来,不过找到了渲染的 ui.js (也可能是 minimax2.7 不行)
把 ui.js 发给 gemini 看,gemini 马上就找到 bug 并且给出修复方案,覆盖之后就没问题了 |