GooDAnDReaDY/dsh-session-control ↗★ 0
@goodandready/dsh-session-control
DeepSeek Harness 侧边栏会话管理插件,支持固定会话、内容搜索、读取归档记录及自动隐藏空白会话
AI 分析
核心用途是优化侧边栏会话管理。适合会话繁多、需要固定重要对话、检索历史内容或自动隐藏无消息会话以保持界面整洁的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-session-control说明文档
阅读完整 README ↗Configuration
Navigate to Settings → Plugins → Plugin Settings → Session Control:
| Setting | Type | Default | Description |
|---|---|---|---|
pinned | string[] | [] | Array of pinned session IDs (array order determines display order) |
hidden | string[] | [] | Array of reversibly hidden session IDs |
hideBlank | boolean | true | Automatically hide sessions with zero messages |
All settings are stored on the host and synchronize across client instances.