Relethe/dsh-brief-session-title ↗★ 0
dsh-brief-session-title
DSH session-title plugin: condenses a full sentence into a single word for easier recall.
AI 분석
核心用途是美化和简化侧边栏的会话列表标题。适合嫌弃默认长标题占用空间、希望会话列表更加整洁直观的用户。支持自定义输入输出限制及专用模型路由。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Relethe/dsh-brief-session-titleConfiguration
| 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 |