PluginWorld
Ds

dsh-jianguo-webdav

dsh✓ SPEC VERIFIED

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

@guaguaXXXX · v0.2.4 · MIT · updated 4d ago

SECURITY

A

SCORE

75

INSTALLS

2K

PLUG IN

npx @deepseek-ai/dsh web

Launch, then search "dsh-jianguo-webdav" in the built-in market to plug it in

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

SIMILAR PLUGINS