Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
16 Plugins gefunden
TinyTitan (dsh-tinytitan)
pummelchen/tinytitan
Hält einen lokal laufenden TinyTitan-Modellserver aus dem Harness erreichbar: aktualisiert die Route llm-pi-ai aus den installierten Modellen und bindet ein Kompaktierungs-Backend ein, das nicht denkt.
dsh-thinking-effort
hytime/dsh-thinking-effort
Reasoning-Effort-Stufen und Sub-Agent-Standards für benutzerdefinierte DSH-Modelle konfigurieren.
dsh-thinking-levels
drscrewdriver/dsh-thinking-levels
Rundenweise Steuerung des Thinking-Levels (reasoning_effort) für DeepSeek Harness: Auto plant low/high/max anhand der jüngsten Tool-Call-Historie, oder ein Wire-Level (off/on/minimal/low/medium/high/xhigh/max) wird manuell gesetzt, mit benutzerdefiniertem Wire-Mapping, modellbewusstem Fähigkeits-Guard und Kontextfenster-Presets (64K–1M); die Modell-Capability-Card arbeitet mit [dsh-llm-openai-completions](https://github.com/drscrewdriver/dsh-llm-openai-completions) (aus dsh-market installierbar), damit OpenAI-kompatible Gateways (vLLM / LM Studio / self-hosted) Reasoning testen können. Die Card schreibt llm-pi-ai-Fähigkeiten, der Adapter treibt das Wire (compat.thinkingFormat) an und das Plugin pflegt die Takeover-Liste.
dsh-model-pro
wqy8593521/dsh-model-pro
Lifecycle-Verwaltungs-UI für den Modellanbieter llm-pi-ai: Anbieter mit benutzerdefinierten Headern und AES-GCM-verschlüsselten API-Schlüsseln erstellen, bearbeiten, löschen, aktivieren und deaktivieren; deinstallationssichere Wiederherstellung geparkter Anbieter, Remote-Modellerkennung mit Stapelschreiben, intelligentes Routing mit fünf Strategien, Union-/Schnitt-Komposite, Konnektivitätstests pro Modell und Anforderungsobservabilität.
dsh-tweaks (model-capabilities)
converk/dsh-tweaks
Adds a reasoning-level editor with OpenAI and Anthropic protocol presets (llm-pi-ai), input-modality switches and a 1M/128K context and max-output preset to model rows in Settings.
dsh-retry-boost
hhb1028/dsh-retry-boost
让 DeepSeek Harness 自动重试商汤 429/QUOTA 等瞬时网关故障直到任务完成——启动时给所有 llm-pi-ai provider 热注入加固版 retryPolicy。
dsh-model-profile
ztlovelsw/dsh-model-profile
DSH Web GUI 模型能力配置:在「设置 → 模型」的模型目录编辑器内,为每个已配置的模型直接设置是否支持图像与思考等级(reasoning efforts),写入 llm-pi-ai 设置命名空间。
dsh-harness-ui
jianjianzhu/dsh-harness-ui
A full-page console panel opened from the sidebar, with eight tabs: an overview; a session list read from the sessions service (title, directory, running state, updated time, with filters); installed bundles and Loader entries from pluginInventory and pluginManager, with per-bundle enable switches; a plugin market listing public topic:dsh-plugin repositories from the GitHub search API; a model and provider editor that writes the llm-pi-ai settings namespace through remote.settings.mutate (switch a session model, add or edit providers and their model lists, and store API keys via remote.credentials, merging over the stored profile so fields the form does not expose survive an edit); MCP and skills tabs; and a usage tab that reads the host's loopback /api/dsh-usage/overview document. Services are declared through ctx.inject, so a deployment that omits one mounts without the console rather than crashing.
dsh-llm-provider
imchangchang/dsh-llm-provider
A dsh plugin that replaces the built-in llm-pi-ai and llm-deepseek adapters, the model selector and the Models settings page with self-maintained versions, tracks upstream @earendil-works/pi-ai, and adds quota/balance lookups plus a provider management UI
dsh-reasoning-tiers
1069137617/dsh-reasoning-tiers
Declares per-model reasoning-effort ladders for third-party providers in the llm-pi-ai settings section, so DSH's stock thinking-intensity selector works on models the pi-ai catalog does not describe.
dsh-context-budget
zpis666/dsh-context-budget
Adds per-route context window and compaction threshold fields to the Models settings page and a vendor-aware thinking-effort picker to the composer, writing llm-pi-ai capacities, reasoningEfforts, and a compaction-basic patch row.
dsh-model-probe
xiaomao49/dsh-model-probe
Measures what an llm-pi-ai endpoint really accepts — context window from its own model list, output-token limit and reasoning levels read out of its own range errors, image support from a generated test image — then reports declared values that contradict that evidence and rewrites them only after confirmation.
dsh-provider-health
semidia/dsh-provider-health
Provider health dashboard as a Settings page: read-only per-provider status, health (time-decayed from recent errors), thinking capability, max tokens and latest error, sourced from the llm-pi-ai config and the compat-healer error log.
dsh-model-sync
fan56/dsh-model-sync
dsh plugin: keep llm-pi-ai provider routes' model lists in step with the pi.dev gateway, written through the official settings seam
dsh-llm-capabilities
bamboostrip/dsh-llm-capabilities
DSH plugin: auto-detect and configure model capabilities (reasoningEfforts + input modalities) for llm-pi-ai. Successor to dsh-reasoning-efforts.
dsh-llm-compat-healer
semidia/dsh-llm-compat-healer
LLM compatibility auto-healer: detects 400 errors from incorrectly declared model capabilities (thinking/reasoning) on transit/gateway providers, then idempotently patches `llm-pi-ai` config and suppresses thinking on the next request — no restart needed. Full settings UI for every pi-ai compat field.