fix: 优化附件导出.txt后缀追加逻辑
- 新增 ContentExtractorHandler 配置项定义文档类型扩展名
- 改进文件名处理:使用双分割策略处理复杂扩展名
- 修正 .txt 后缀追加逻辑:仅对文档提取类文件(.docx, .rtf, .epub, .odt, .odp)追加
- 确保非文档提取类文件保持原有扩展名
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]
fix(v1.2.3): 修复对话树数据污染问题
- 修复 markDirtyMessages 和 buildConversationTree 直接修改原始数据的bug
- 使用深拷贝避免污染API返回的原始对话数据
- 确保对话历史数据的完整性和不变性
- 升级版本到 v1.2.3 并同步更新文档
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]