Townrain/dsh-session-title-interval-llm--packages-session-title-llm ↗★ 1
@deepseek-ai/dsh-session-title-llm
DeepSeek Harness 会话标题生成器的共享 LLM 生成策略插件(独立单机版)。
AI 分析
核心用途是为会话标题生成提供统一的字数、Token 限制及超时等配置策略。适合需要自定义会话标题生成规范的开发者或高级用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
Every field is required except the paired route override; there are no library defaults.
| Key | Contract |
|---|---|
targetWords | Positive target word count for non-CJK titles. |
targetCjkCharacters | Positive target character count for Chinese, Japanese, or Korean titles. |
maxInputBytes | Positive UTF-8 byte ceiling for the final JSON-framed user prompt. |
maxOutputTokens | Positive auxiliary generation token cap. |
timeoutMs | Positive end-to-end deadline within the runtime timer limit. |
provider, model | Optional explicit route; both or neither. |