xiaochaZ/dsh-session-title-summary0

@xiaochaz/dsh-session-title-summary

DSH web GUI plugin: after every turn, rolls the session's work (messages + tool calls) into a durable summary and renames the session to reflect the current task. Host-only — no dsh source changes.

AI 分析

核心用途是自动根据对话内容更新会话标题并生成工作摘要。适合需要清晰整理历史会话列表、自动归纳任务进度的用户。

パッケージ
@xiaochaz/dsh-session-title-summary
バージョン
0.1.0
ライセンス
BSD-3-Clause
最終更新
2026/08/25

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaochaZ/dsh-session-title-summary

ドキュメント

README 全文を読む ↗

Configuration

The Web settings surface renders a section for this plugin:

KeyDefaultMeaning
enabledtrueMaster switch. Turn it off to keep session titles untouched (the plugin then does nothing).
targetWords5Target title length in words for non-CJK sessions.
targetCjkCharacters10Target title length in CJK characters.
provider / modelsession routeOptional explicit LLM route override; default follows the session's current model.
maxOutputTokens256Per-fold model output budget.
timeoutMs60000Per-fold call timeout.