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

dsh-current-title

Keep DeepSeek Harness session titles aligned with the current task.

AI Analysis

核心用途是根据最近的对话内容自动更新并保持会话标题与当前任务一致。适合需要清晰整理会话列表、避免标题失效的用户。支持自定义最大消息数、语言及字数限制。

Package
dsh-current-title
Version
0.1.0
License
NOASSERTION
Last updated
Sep 3, 2026

Install

$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.