DeepSeek Harness plugin

dsh-effort-bars

Effort bars for DeepSeek Harness — click signal-style sticks next to the model button to switch the reasoning effort instantly; the model menu opens straight to the searchable list.

Jump to install

Source facts

Repository
imdeniil/dsh-effort-bars
Latest update
Aug 19, 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/imdeniil/dsh-effort-bars
Plugin: dsh-effort-bars
Author: imdeniil

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-effort-bars

Палочки уровня размышлений для DeepSeek Harness и DSH Desktop: рядом с кнопкой модели появляется индикатор в виде вертикальных палочек — как регулятор громкости, только он управляет глубиной размышлений модели. Один клик по палочке — мгновенное переключение уровня, без открытия меню.

English summary: signal-style effort bars for DeepSeek Harness — equal-height sticks next to the model button with a rising gradient fill up to the active reasoning effort level; one click switches the level instantly. The model menu opens straight into the searchable list — no Model/Effort submenu.

Как это выглядит и работает

  • Палочки — по одной на каждый уровень размышлений текущей модели (например, Off / Medium / High / Max); все одной высоты, залитые — градиентом от полупрозрачного к полному цвету акцента; активный уровень — самая яркая палочка
  • Один клик по палочке переключает глубину размышлений сразу — через тот же официальный механизм выбора модели (modelDirectoriesselectModel)
  • Модельное меню открывается сразу списком: поиск по моделям/провайдерам, чипы фильтра по провайдеру, счётчик результатов, адаптивная высота (наследует возможности dsh-model-picker-search); подменю «Размышления» больше не нужно — им управляют палочки
  • Если у модели нет уровней размышлений — палочки не показываются
  • Всплывающая подсказка на палочках — название уровня; полная доступность (radiogroup/radio, клавиатура, фокус)

Взаимодействие с другими плагинами

Плагин занимает слот conversation.input.model с приоритетом −2: он перекрывает и штатный пикер (0), и dsh-model-picker-search (−1) — рендерится запись с наименьшим приоритетом. Если плагин удалить или он упадёт при рендере, управление автоматически вернётся следующему по приоритету. Поиск и фильтры встроены, поэтому функциональность dsh-model-picker-search не теряется.

Локализация: ru / en / zh.

Установка

dsh plugin --profile web add github:imdeniil/dsh-effort-bars
dsh plugin --profile desktop add github:imdeniil/dsh-effort-bars   # для DSH Desktop

Состав

  • lib/client.js — клиентский плагин: палочки, модельное меню, стили, словари, регистрация в слот
  • lib/index.js — пустая хост-часть (плагин клиентский, переиспользует официальные сервисы)
  • cordis.patch.yml — слой композиции

Лицензия

MIT