nan1010082085/dsh-chat-sync0

dsh-chat-sync

DSH plugin: browse and live-sync local AI CLI conversations (Claude Code, Codex CLI, Cursor Agent) inside the dsh web GUI

包名
dsh-chat-sync
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nan1010082085/dsh-chat-sync

配置

默认零配置可用。需要调整时,在 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  # 新文件标题提取读取的头部字节数