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

AI 분석

将会话日志从全局目录移至各项目本地的 `.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