本文最后更新于 2026-08-18T07:15:59+08:00
记录一下DeepSeek Harness的数据存放位置,如果以后安装插件崩溃了,可以先备份数据,然后重新安装DeepSeek Harness即可
由于DeepSeek Harness还在内测,后续可能不止这些东西或位置变了,注意文章时效性
DeepSeek Harness的数据一般存放在运行用户的.dsh下
以root用户为例,默认情况下只有以下文件
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| root/ └── .dsh/ ├── profiles/ #这个是自动生成的 │ ├── node_modules/ │ └── web/ ├── sessions/ #这个应该是对话数据 │ ├── --root-deepseek-harness-xxxxx--/ │ └── #跟上面格式一样 ├── storages/ #这个应该是记录对话数据相关参数的? │ ├── session_projcache.json │ └── workspace.json ├── .anonymous-user-id #不知道是啥 ├── .credentials.yaml #你的API_KEY └── settings.yaml
|
备份数据的话只备份下列东西即可
1 2 3 4 5 6
| .dsh/ ├── sessions/ ├── storages/ ├── .anonymous-user-id ├── .credentials.yaml └── settings.yaml
|
然后就是你的工作区,位置是自己选的,如果需要也记得备份