Relethe/dsh-brief-session-title ↗★ 0
dsh-brief-session-title
DSH 会话标题插件:将冗长的完整句子压缩为单个单词,以便于用户记忆和检索。
AI 分析
核心用途是美化和简化侧边栏的会话列表标题。适合嫌弃默认长标题占用空间、希望会话列表更加整洁直观的用户。支持自定义输入输出限制及专用模型路由。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Relethe/dsh-brief-session-title说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
maxInputBytes | 4096 | UTF-8 byte cap for the framed JSON input; oversized input fails instead of truncating |
maxOutputTokens | 64 | Output-token cap for the title request |
timeoutMs | 60000 | Per-request timeout in milliseconds |
provider / model | omitted | Supply both to use a dedicated route; omit to reuse the session's main-request route |