Zum Hauptinhalt springen

Plugins

Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.

15 Plugins gefunden

M

dsh-sticky-note

meredith2328/dsh-sticky-note

Schnelle Klebezettel in der Composer-Toolbar: Ideen oder To-dos notieren, automatisch als Markdown gespeichert, mit einem Klick in den Chat senden.

47vor 3 TagenUI-ErweiterungenMIT
R

dshline (dshline)

riesbri/dshline

Terminal-natives TUI-Frontend für DeepSeek Harness, das Sitzungen, Modelle, Plugins, Jobs, Subagenten, Todos und Anbieterkonfiguration über Harness-Funktionen darstellt und das echte Terminal-Scrollback bewahrt.

15vor 3 TagenUI-ErweiterungenMIT
0

dsh-project-memory

00080000/dsh-project-memory

Projektgedächtnis für dsh mit nativer Task-System-Integration: Session-To-dos und Dateilesevorgänge werden automatisch zu sitzungsübergreifenden Task-Datensätzen verdichtet (Task↔Datei-Links), sodass Workflows umschalt- und fortsetzbar sind, ohne erneut Kontext aufzubauen. Gedächtnis zur Lesezeit (kein Vorab-Scan): extrahiert Codesymbole, fasst Dokumentation zusammen und verknüpft Doku↔Symbole; optionale TS-Semantik-Erweiterung (automatisch aktiv, wenn TS installiert ist). Erfahrungsnotizen werden automatisch dedupliziert. Jeder Abruf enthält eine nachvollziehbare Zitierung. Reines JS, eine Abhängigkeit, sofort einsatzbereit, stiller Betrieb, null Overhead.

14vor 15 StundenGedächtnisMIT
L

dsh-devquest

lucky8197/dsh-devquest

Verwandelt Programmieren in ein RPG: abgeschlossene Turns, Werkzeugaufrufe und erledigte Todos bringen XP, mit über 27 Erfolgsabzeichen, Stufen, Titeln und Saisons. Ereignisgesteuerte Wertung mit einer Pure-Function-Engine — die Arbeit selbst ist das Spiel.

8vor 16 TagenNur zum SpaßBSD-3-Clause
L

dsh-ui-progress

lhh010/dsh-ui-progress

Sitzungsfortschritt-Plugin für die DSH Web UI: eine fest im Eingabefeld-Dock verankerte Fortschrittsleiste (echter To-do-Fortschritt / Live-Token-Generierungsrate / orange-roter Unterbrechungsstatus / To-do-Erinnerungen), ganz ohne Kernänderungen.

8letzten MonatUI-ErweiterungenBSD-3-Clause
F

dsh-dcp

fan56/dsh-dcp

Deterministische Kontextkompression für dsh – null LLM-Aufrufe, regelbasiertes Beschneiden, das Pfade, Befehle, Fehlerspuren und offene To-dos wortgetreu erhält. Komprimiert ~80k Token auf wenige Hundert.

7vor 10 TagenTools & FunktionenMIT
M

widget-dock

morgogh/widget-dock

Verschiebbare, gitterausgerichtete Werkbank mit 28 Mini-Karten in den Rändern der Konversation (API-Guthaben, Token-Nutzung, Kosten, Kontextdruck, Aufgaben, Ziel, Nutzungs-Heatmap, GitHub-Repository, Bild-Relay), mit S/M/L/XL-Größenstufen.

3letzten MonatUI-ErweiterungenMIT
F

dsh-stool-plugin

fufengyuan/dsh-stool-plugin

Neun konsolidierte Tools, die Agenten vollen Zugriff auf die stool ops CLI geben: Serververwaltung, Datenbankabfrage/redis, Log-Suche/Tail, CI/CD-Bereitstellung und Verlauf, MFA-Codes, Git-Operationen, Notizen, Todos und diverse Hilfsprogramme (Buchhaltung, Wochenberichte, Audit, Projektauflistung, nginx-Voreinstellungen).

2vor 17 TagenTools & FunktionenMIT
L

dsh-memory-fortress

linshuangb347/dsh-memory-fortress

Memory Fortress for DeepSeek Harness: 5-track layered memory, self-evolution, knowledge graph (SQLite+FTS5), status pill. 本地记忆堡垒:五轨记忆·自我进化·知识图谱·状态灯。

1vor 13 TagenGedächtnis
Y

dsh-project-brain

yj-liuzepeng/dsh-project-brain

Persistent project intelligence and memory plugin for DSH: architecture analysis, cross-session context, TODOs, and optional hybrid retrieval

1vor 9 TagenGedächtnisMIT
L

dsh-todo-inbox

lumoping/dsh-todo-inbox

Global cross-session todo inbox for DSH web: any session's agent records human-action todos (merge MRs, approve work orders, reviews) via inbox_add/inbox_done/inbox_list; a sidebar entry shows a count badge and an expandable list to open and complete them, persisted to ~/.dsh/todo-inbox.json.

1vor 11 TagenUI-Erweiterungen
A

dsh-todo-continuity

apex-mochen/dsh-todo-continuity

Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.

0vor 6 TagenSitzungen & NachrichtenMIT
S

dsh-session-todos

seeingrain/dsh-session-todos

Floating todo panel for DSH sessions with server-side cross-device persistence and pending-task badges in the session list.

0vor 9 TagenSitzungen & NachrichtenMIT
H

dsh-todolist

hz-jasonlin/dsh-todolist

An independent todo board for DeepSeek Harness: list/board/calendar/week/project views, AI tools (todolist / todolist_suggest), and a self-contained storage backend. Registers a top-level Todos tab; registers a right-sidebar Today tab when dsh-better-side

0letzten MonatUI-ErweiterungenMIT
W

dsh-memoryleak

warmwine/dsh-memoryleak

Notes and todos as plain Markdown files in your workspace: type /ml plus a sentence to jot into today's journal; todos come in three flavors — deadline, sleep-until-a-date (auto-wakes when due), and anytime; /ml view fuzzy-opens any file with a few keystrokes. Zero tokens throughout — nothing goes through the model, and your notes stay ordinary local files that git and any editor can read.

0vor 14 TagenTools & FunktionenMIT