DeepSeek Harness plugin

dsh-model-presets

Save and switch model and reasoning-effort presets in the DeepSeek Harness composer.

Jump to install

Source facts

Repository
Zding89/dsh-model-presets
Latest update
Aug 18, 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/Zding89/dsh-model-presets
Plugin: dsh-model-presets
Author: Zding89

Check the source files

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

File explorer4 files
README.mdSource · read only
README language

DSH Model Presets

English | 中文

![DSH Model Presets interface preview](assets/preview.png)

Save frequently used model + reasoning effort combinations in the DeepSeek Harness model menu and switch them with one click.

Features

  • Saves frequently used model and reasoning-effort combinations.
  • Switches presets from the top of the model list with one click.
  • Adds, renames, reorders, and deletes presets.
  • Searches available models.
  • Switches the first nine presets with Alt/Option + 1–9; shortcuts stay inactive while typing.
  • Keeps presets after Harness restarts with browser-local persistence.

Each preset records the API provider, model, and reasoning effort used when it was saved. The same model on two providers remains two separate combinations. If a provider or model becomes unavailable, its preset dims and stops responding; it returns to normal when the provider or model comes back.

Install

dsh plugin --profile web add https://github.com/Zding89/dsh-model-presets

Restart DSH Web after installation. Once listed, it will also be available from DSH's Plugin Market.

Use

1. Open the model selector at the bottom of the composer. 2. Pick a model and reasoning effort. 3. Select + at the top to save the current combination. 4. Select a preset name to switch immediately. 5. Select to rename, reorder, or delete presets.

On first use, the current combination is saved as the first preset. If you delete every preset, it will not be added again.

Data and privacy

Presets stay in the current browser and are never uploaded. They do not sync across browsers, devices, or addresses. Up to 50 presets are stored.

Compatibility

  • DeepSeek Harness 0.1.0-rc.7 or a compatible newer release.
  • Uses DSH's built-in modelDirectories service and conversation.input.model Slot.
  • The current release targets the Web profile.

Development

The browser bundle is included in the repository, so installation needs no local build.

npm run check

Uninstall

dsh plugin --profile web remove dsh-model-presets

Restart DSH Web afterward. Uninstalling does not clear presets already stored by the browser.

License

MIT