Skip to content

CcIslandCn v1.4.4

Choose a tag to compare

@github-actions github-actions released this 27 Jun 12:48

CcIslandCn v1.4.4

修复

  • 会话列表支持 /rename 自定义标题:Claude Code 新版 /rename 改用 {type:"custom-title"} 行存储会话名(不再写入 type:"summary" 行);ConversationParser 此前只解析 summary 行,导致用户手动命名的会话在灵动岛列表显示不出自定义名。新增 customTitle 字段解析 custom-title 行,displayTitle 优先级改为「自定义标题 > 摘要 > 首条用户消息 > 目录名」。