Skip to content

v1.3.6 — Fix Duplicate Default Preset Mounting on Resume of Imported Chats

Choose a tag to compare

@Walvez Walvez released this 26 Aug 06:15
· 14 commits to main since this release

🐛 Bug Fixes in v1.3.6

  • Session Resume & Model Switch Compatibility: Fixed an issue where imported Codex conversations lacked the agentPreset header field, causing DSH on resume to automatically attach the default agent preset (opencodex). This led to duplicate registration of core tools (such as tool-cordis) and threw duplicate action runtime errors.
  • Automatically stamps agentPreset on imported chat headers so that resuming and switching models operates seamlessly without errors.


🇨🇳 中文说明 (Chinese Translation)

  • 会话恢复模型兼容修复:修复从 Codex 导入的会话在 DSH 中 resume 恢复时,因会话 header 缺少 agentPreset 字段而触发 DSH 自动补挂默认 preset(导致 tool-cordis 等工具重复注册抛出 duplicate action 异常)的问题。
  • 自动对新导入的会话打上 agentPreset 标识,保证会话恢复、模型切换流畅无报错。