yangzhe1991/dsh-project-session-store0

@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

包名
@yangzhe1991/dsh-project-session-store
版本
0.1.3
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangzhe1991/dsh-project-session-store

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