[Bug]: resume creates new session
Author: wfy1289Created Aug 11, 2026Updated Aug 11, 2026
Labelsbug
What happened?
resume <session_id> 恢复 session 后,再提问会创建一个新的 session(新的 session_id),而不是在原 session 上继续。
Steps to reproduce
复现步骤
python -m openharness --backend-only
> /resume abc123def456 # 恢复到之前的某个 session
> 新的提问 # 回答后被保存到一个新的 session ID 下
查看 session 列表时会发现多出一个新 session,而原有 session 未被更新。
Environment
windows python 3.11.4 pip install openharness
Relevant logs or screenshots
no
Source: HKUDS/OpenHarness