Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
15 Plugins gefunden
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.
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.
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.
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.
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.
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.
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.
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).
dsh-memory-fortress
linshuangb347/dsh-memory-fortress
Memory Fortress for DeepSeek Harness: 5-track layered memory, self-evolution, knowledge graph (SQLite+FTS5), status pill. 本地记忆堡垒:五轨记忆·自我进化·知识图谱·状态灯。
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
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.
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.
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.
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
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.