Unintendedz/dsh-ui-enhancements0

dsh-ui-enhancements

Small, focused UI enhancements for DeepSeek Harness

AI 分析

核心用途是优化侧边栏会话列表的操作便捷性。适合需要快速置顶常用对话、一键归档历史会话,且希望保持界面简洁的用户。

パッケージ
dsh-ui-enhancements
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/23

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Unintendedz/dsh-ui-enhancements

ドキュメント

README 全文を読む ↗

dsh-ui-enhancements

English | 中文

Small, focused UI enhancements for DeepSeek Harness.

Current enhancement

Hover a populated session row to reveal Pin / Unpin and Archive beside the native menu.

  • Pinned sessions stay at the top of their workspace group or the flat list.
  • Pin preferences stay in the current browser's local storage.
  • Archive reuses DSH's native, non-destructive archive action.
  • Running sessions keep stable hover actions while their status updates.
  • Keyboard focus and coarse-pointer devices can also reach the actions.

This plugin does not add agent tools, read session content, or copy conversation data.

Install

dsh plugin --profile web add github:Unintendedz/dsh-ui-enhancements#v0.1.0

Restart the DSH Web service after installing or removing the plugin.

Remove

dsh plugin --profile web remove dsh-ui-enhancements

Development

npm install
npm test

License

MIT