ruby1304/dsh-session-kit0

dsh-session-kit

在对话内部管理 DeepSeek Harness 会话的工具及界面操作插件

AI 分析

核心用途是允许用户在对话中通过自然语言让模型执行新建、重命名、列出、读取和归档会话等操作,并提供快捷新建和引用按钮。适合需要高效整理和跳转会话的用户。

套件
dsh-session-kit
版本
0.1.0
授權
MIT
最近更新
2026年9月10日

安裝

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

Usage

  • New conversation: say "spin this task off into a new conversation" — the model calls new_conversation with a self-contained briefing as the first message.
  • Session housekeeping: "rename this conversation to X", "list my recent conversations", "what did we discuss in session X", "archive session X".
  • Header button: click "+ New chat" to open a blank conversation in the same workspace.
  • Message action: click "⧉" on an assistant message — the plugin wraps its text (bounded to 4000 chars) as a `` excerpt for the new conversation's first user message.