Back to home@Unintendedz

dsh-ui-enhancements

Small, focused UI enhancements for DeepSeek Harness

Stars
0
Language
JavaScript
Created
Aug 23, 2026
Updated
Aug 23, 2026
GitHub repo

Introduction

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.1

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