清理过时/history手动同步命令 #403

Open
opened 2026-09-17 16:54:39 +08:00 by k88936 · 1 comment
Member
/history 直接 void loadProjectConversation(nextProjectPath, false, 'replace') —— replace 模式,整份重读、丢掉内存里的东西。                                                                                                                                            
3. 同提交的用例名就叫 reloads project conversation history from chat on demand,断言是"临时未保存的输入"被丢掉、"重载历史回复"出现、状态栏显示 已读取项目对话历史:2 条,并且主窗口那个「历史」按钮走的是同一条命令。                                                                                             

所以它不是"查更早的历史",而是"把磁盘上的对话重新灌回界面"——在没有任何推送通道的年代,这是内存态与磁盘漂移之后唯一的人工恢复手段。
``` /history 直接 void loadProjectConversation(nextProjectPath, false, 'replace') —— replace 模式,整份重读、丢掉内存里的东西。 3. 同提交的用例名就叫 reloads project conversation history from chat on demand,断言是"临时未保存的输入"被丢掉、"重载历史回复"出现、状态栏显示 已读取项目对话历史:2 条,并且主窗口那个「历史」按钮走的是同一条命令。 所以它不是"查更早的历史",而是"把磁盘上的对话重新灌回界面"——在没有任何推送通道的年代,这是内存态与磁盘漂移之后唯一的人工恢复手段。 ```
Author
Member

related: 036395c6c9

related: https://git.genarrative.world/git/GenarrativeAI/Genarrative/commit/036395c6c979dad4091031c6942c95219d125b2c
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GenarrativeAI/Genarrative#403