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.

包名
@xiaochaz/dsh-session-title-summary
版本
0.1.0
许可证
BSD-3-Clause
最近更新
2026年8月25日

安装

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

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.