Перейти к основному содержимому
G

dsh-jianguo-webdav

guaguaxxxx/dsh-jianguo-webdav

WebDAV sync for DeepSeek Harness - sync settings, sessions, attachments, profiles to JiaGuoYun (坚果云).

Установка

dsh plugin --profile web add github:guaguaxxxx/dsh-jianguo-webdav

README

dsh-jianguo-webdav

通过 WebDAV 协议将 DeepSeek Harness (DSH) 的配置和会话历史同步到坚果云等云存储。

同步内容

内容本地路径云端路径
会话历史~/.dsh/sessions/<project>/<id>//sessions/<project>/<id>/
设置~/.dsh/settings.yaml/config/settings.yaml
附件~/.dsh/attachments/v1/objects//attachments/v1/objects/
Profile 配置~/.dsh/profiles/web//profiles/web/
Agent Presets~/.dsh/.agent-presets//presets/
Pet~/.dsh/pet.json/config/pet.json

不同步: .credentials.yamlnode_modules/、临时文件、本地缓存。

配置

创建 ~/.dsh/jianguo-webdav.yaml

remoteUrl: "https://dav.jianguoyun.com/dav/"
username: "your@email.com"
password: "your-password"

syncSessions: true
syncSettings: true
syncAttachments: true
syncProfiles: true
syncPresets: true
syncPet: true

autoSync: false
syncIntervalMin: 5

使用

在 DSH 会话中使用:

/sync-webdav push      # 推送同步
/sync-webdav status    # 查看状态
/sync-webdav test      # 测试连接

安装

dsh plugin --profile web add dsh-jianguo-webdav

Похожие плагины