Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
15 plugin trovati
dsh-sticky-note
meredith2328/dsh-sticky-note
Note adesive rapide nella barra degli strumenti del composer: appunta idee o TODO, salvati automaticamente come Markdown, un clic per inviarli in chat.
dshline (dshline)
riesbri/dshline
Frontend TUI nativo del terminale per DeepSeek Harness che presenta sessioni, modelli, plugin, job, subagent, todo e configurazione del provider tramite le capacità di Harness, preservando il vero scrollback del terminale.
dsh-project-memory
00080000/dsh-project-memory
Memoria di progetto per dsh con integrazione nativa del task system: i todo di sessione e le letture dei file si condensano automaticamente in record di task cross-sessione (link task↔file), così i workflow sono commutabili e riprendibili senza ricontestualizzare. Memoria in lettura (nessuna scansione preliminare): estrae simboli di codice, riassume la documentazione e collega docs↔symbol; potenziamento semantico TS opzionale (attivo automaticamente quando TS è installato). Le note di esperienza vengono deduplicate automaticamente. Ogni richiamo include una citazione tracciabile. Solo JS, una sola dipendenza, funziona subito, operazione silenziosa, overhead zero.
dsh-devquest
lucky8197/dsh-devquest
Trasforma la programmazione in un RPG: turni completati, chiamate agli strumenti e todo completati guadagnano XP, con oltre 27 badge di obiettivi, livelli, titoli e stagioni. Punteggio guidato dagli eventi con un motore a funzioni pure — il lavoro stesso è il gioco.
dsh-ui-progress
lhh010/dsh-ui-progress
Plugin di avanzamento sessione per la Web UI di DSH: barra di avanzamento fissa nell'area di aggancio del campo di input (progresso reale dei todo / velocità di generazione token in tempo reale / stato di interruzione arancione / promemoria dei task), zero modifiche al core.
dsh-dcp
fan56/dsh-dcp
Compressione deterministica del contesto per dsh — zero chiamate LLM, potatura basata su regole che preserva testualmente percorsi, comandi, tracce di errore e attività aperte. Comprime ~80k token in poche centinaia.
widget-dock
morgogh/widget-dock
Banco di lavoro trascinabile e allineato alla griglia con 28 mini-schede nei margini della conversazione (saldo API, utilizzo dei token, costo, pressione del contesto, attività da fare, obiettivo, mappa di calore dell'utilizzo, repository GitHub, relay di immagini), con livelli di dimensione S/M/L/XL.
dsh-stool-plugin
fufengyuan/dsh-stool-plugin
Nove strumenti consolidati che danno agli agenti pieno accesso alla CLI stool ops: gestione server, query database/redis, ricerca/coda log, deployment e cronologia CI/CD, codici MFA, operazioni git, note, attività e utilità varie (contabilità, report settimanali, audit, elenco progetti, preset nginx).
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.