DeepSeek Harness plugin

dsh-client-ui-settings-model-advanced

DSH web plugin: schema-driven advanced model settings page (settings.section 'model-advanced').

Jump to install

Source facts

Repository
Asuta/dsh-client-ui-settings-model-advanced
Latest update
Aug 16, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Asuta/dsh-client-ui-settings-model-advanced
Plugin: dsh-client-ui-settings-model-advanced
Author: Asuta

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only
README language

dsh-client-ui-settings-model-advanced

> English | 简体中文

DSH web plugin: a schema-driven Model Advanced settings page. Registers one settings.section nav entry (model-advanced, order 11) beside the shipped Models page: a per-provider and per-model editor for the advanced capability fields the Models page does not render (vision input, context window, max output, reasoning level map, timeouts, transport, cache, headers, openai-completions compat switches).

Everything the editor addresses is probed out of the serialized schemastery envelope of the provider's own settings namespace, so a schema that lacks a field simply hides it. Writes land as minimal settings.mutate path ops, so the redacted API-key secret is never rewritten.

Layout

  • src/index.ts — Host loader entry (no host-side behavior).
  • src/invariant.ts — package invariant companion (no runtime invariant).
  • src/client/index.ts — browser half: registers the settings.section entry,

wires the zh/en copy dictionaries to the active locale, and injects the connection.api wire face + bound translate into the section.

  • src/client/ModelAdvancedSection.tsx — the settings page component.
  • src/client/schema-probe.ts — pure schema-introspection and draft-editing

helpers.

  • src/client/locales.ts — zh/en copy dictionaries.
  • src/client/ModelAdvancedSection.module.css — theme-token styles.

Build

corepack pnpm install --ignore-workspace
corepack pnpm exec tsc --noEmit
corepack pnpm run build

The client bundle registers itself via window.__ModuleLoader__.load({ id, "@dsh-external/dsh-client-ui-settings-model-advanced", factory }) and injects its stylesheet as a <style data-plugin-css> tag at factory evaluation.

Install (separate step)

pnpm pack --pack-destination <profile>\packages
node <checkout>\apps\cli\lib\bin.js plugin --profile web add -w <abs path to .tgz>

Because the package ships dsh.bundle.patch, dsh plugin add reconciles the bundle stack and mounts the row — no manual cordis.patch.yml edit. Client bundles need a host restart to enter the bundle stack.

License

MIT