XiaoYuOvO/dsh-external-session0

dsh-external-session

DSH 路由会话持久化插件:将选定项目的会话保存在项目仓库内的 .dsh-sessions 目录中,支持通过 Git 同步。

AI 分析

核心用途是实现跨设备的会话版本控制与同步。适合使用 Git 管理项目,并希望将与该项目相关的 AI 对话历史随代码库一同提交和共享的开发者。

包名
dsh-external-session
版本
1.0.0
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XiaoYuOvO/dsh-external-session

dsh-external-session

Portable Git-backed external session persistence for DeepSeek Harness (DSH).

Sessions created under configured project roots are stored in .dsh-sessions/ using clone-path-independent relative directory keys. The plugin reads legacy absolute-path layouts and remaps them when a repository is cloned elsewhere.

Install from GitHub

dsh plugin --profile web add github:XiaoYuOvO/dsh-external-session

After installation, configure the project root in the profile cordis.patch.yml; see README.zh.md for configuration, migration behavior, safety rules, and tests.

Development

node test/run-tests.mjs
node test/web-routes.mjs
node test/fork-inherit.mjs

Released under the MIT license.