Unintendedz/dsh-ui-enhancements0

dsh-ui-enhancements

Small, focused UI enhancements for DeepSeek Harness

包名
dsh-ui-enhancements
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

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

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