yangzhe1991/dsh-project-session-store ↗★ 0
@yangzhe1991/dsh-project-session-store
DSH plugin: store each project's session logs inside the project directory (.dsh/sessions/) instead of the central ~/.dsh/sessions | DSH 插件:把每个项目的会话日志保存在项目目录(.dsh/sessions/)下,不再集中到 ~/.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