DeepSeek Harness plugin

quick-model-widget

A compact DSH model and reasoning quick-switcher showing the last three choices.

Jump to install

Source facts

Repository
edelah/quick-model-widget
Latest update
Aug 19, 2026
Category
Memory
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/edelah/quick-model-widget
Plugin: quick-model-widget
Author: edelah

Check the source files

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

File explorer2 files
README.mdSource · read only

quick-model-widget

A real DSH Web plugin that adds a compact model + reasoning quick-switcher to the composer. It keeps the last three distinct choices in browser localStorage.

Behavior

  • Existing choices keep their position when selected.
  • New choices append on the right.
  • Adding a fourth distinct choice removes the oldest item on the left.
  • Each button uses DSH's existing host-backed model selection path.
  • The normal full model selector remains available.

Install from this checkout

dsh plugin --profile web add link:/home/ubuntu/debug/quick-model-widget

Restart the DSH web process, then refresh http://127.0.0.1:3080.

Install from GitHub

After publishing this folder to a public repository:

dsh plugin --profile web add github:user/quick-model-widget

or:

dsh plugin --profile web add git+https://github.com/user/quick-model-widget.git

The package declares both dsh.bundle (to add its row to the profile) and dsh.client (to serve and load the browser bundle).

Remove

dsh plugin --profile web remove quick-model-widget

Restart DSH after adding or removing a profile plugin.

Files

  • src/client.js — readable Client plugin source.
  • lib/client.js — browser bundle loaded by DSH.
  • lib/index.js — no-op Host half required by DSH composition.
  • cordis.patch.yml — profile row added during installation.
  • quick-model-widget.js — reusable selection/history helpers.