nan1010082085/dsh-chat-sync ↗★ 0
dsh-chat-sync
DSH plugin: browse and live-sync local AI CLI conversations (Claude Code, Codex CLI, Cursor Agent) inside the dsh web GUI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nan1010082085/dsh-chat-sync说明文档
阅读完整 README ↗配置
默认零配置可用。需要调整时,在 profile 的 cordis.patch.yml(~/.dsh/profiles/web/cordis.patch.yml)按 id 覆盖:
- id: chat-sync
config:
enabled: true
watch: true # 动态同步(文件监听 + SSE 推送)
pollFallbackMs: 5000 # 递归 watch 不可用时的轮询间隔(0 关闭)
debounceMs: 400 # 文件事件去抖窗口
maxSessions: 500 # 会话列表上限
maxMessageChars: 8000 # 单条消息截断长度
recentLiveMs: 180000 # 「活跃」判定窗口
titleHeadBytes: 65536 # 新文件标题提取读取的头部字节数