yangzhe1991/dsh-project-session-store ↗★ 0
@yangzhe1991/dsh-project-session-store
DSH 插件:将每个项目的会话日志保存在项目本地目录中
AI 分析
将会话日志从全局目录移至各项目本地的 `.dsh/sessions/` 目录下。适合需要将会话历史与具体项目代码库进行就地绑定和归档的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangzhe1991/dsh-project-session-store說明文件
閱讀完整 README ↗Configuration
The plugin row accepts these options (all optional):
- id: session-persistence-project-local
name: '@yangzhe1991/dsh-project-session-store'
config:
# Central root: legacy fallback + pointer index location. Default: $DSH_HOME/sessions
# root: /your/custom/root
# Directory inside each project. Default: .dsh/sessions
# projectDirName: .dsh/sessions