Skip to main content
P

dsh-ui-fortifier

pgnqukezrdxmhjso/dsh-ui-fortifier

UI 强化

Install

dsh plugin --profile web add github:pgnqukezrdxmhjso/dsh-ui-fortifier

README

dsh-ui-fortifier

AI-Crap npm

中文

A DSH Web UI enhancer plugin

See design/en/current.md for details.

Installation

dsh plugin --profile web add dsh-ui-fortifier

Installing via GitHub is not supported.

Features

Adds a "ui-fortifier" tab in Settings to toggle every feature module of this plugin.

FeatureDescription
provider-labelShows the currently selected provider to the left of the model selector.
model-pickerCascading model picker (provider → model) next to the model selector in the input row.
open-dsh-folderAdds an "Open .dsh folder" button next to "Open configuration file" at the top-right of the Settings page.
settings-frameMakes the Settings panel draggable and resizable.

dsh version used for development

  • dsh version used for development: 0.1.5-rc.2. @deepseek-ai/dsh-* dependencies use workspace:^.

Secondary Development

Clone this repository into a dsh workspace package directory, then install and build:

git clone https://github.com/pgnqukezrdxmhjso/dsh-ui-fortifier packages/my/dsh-ui-fortifier
pnpm install
pnpm --filter dsh-ui-fortifier build

No runtime invariant companion is published because this package is a pure slot surface: it registers slots, a settings namespace, and one Remote endpoint, and owns no event stream or mutable state to assert.

Related plugins