klarkxy/dsh-plugins--plugins-dsh-current-title0

dsh-current-title

Keep DeepSeek Harness session titles aligned with the current task.

包名
dsh-current-title
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:klarkxy/dsh-plugins#09138fc3a0e484e30c94d6e628247d7aca1fab18&path:plugins/dsh-current-title

Configuration

Override the complete current-session-title-llm row in the profile patch when changing values:

KeyDefaultMeaning
maxRecentMessages8Maximum recent human prompts considered.
localeautoType-label locale: auto, zh, or en. Auto uses the explicit DSH locale preference, then the recent message language.
targetWords5Maximum non-CJK summary words.
targetCjkCharacters10Maximum CJK summary code points.
maxInputBytes4096Hard UTF-8 limit for the complete framed input.
maxOutputTokens64Auxiliary response limit.
timeoutMs60000End-to-end title request deadline.
provider, modelinheritedOptional explicit route; set both or neither.

The model returns stable semantic keys: feature, fix, optimize, refactor, test, docs, release, config, explore, and discuss. The plugin localizes those keys when it formats the title. English labels are Feature, Fix, Optimize, Refactor, Test, Docs, Release, Config, Explore, and Discussion.