PolinniZhong/dsh-session-kb0

dsh-session-kb

DeepSeek Harness 会话库插件:支持全文搜索历史会话,并一键以 @引用 方式召回给 AI。

AI 分析

核心用途是建立本地历史会话知识库。适合需要快速检索历史聊天内容,并将其作为上下文引用直接提供给当前对话智能体的用户。

套件
dsh-session-kb
版本
0.1.0
授權
MIT
最近更新
2026年8月21日

安裝

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

Usage

  1. Open the Session KB tab in the right sidebar (better-sidebar); the Settings → Session KB section can disable/enable it;
  2. Without a keyword you see Recent sessions; click the search icon (top-right) to expand the input, type a keyword (literal phrase match, e.g. MCP config) to switch to search results;
  3. Click the more button (⋯) to filter by workspace / time range / archive (all incl. archived / active only / archived only);
  4. Click a result to expand the preview (hit context + session meta); click the path to expand the full path; then check it (up to 3);
  5. Click Insert references into input@session chips appear in the input → continue typing your question → send;
  6. The platform injects read-only snapshots into the model context and the AI answers with your history.