Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 90
dsh-git-status
wongzexu/dsh-git-status
Специализируется на работе с ветвями и статусом Git: панель статуса Git у правого края веб-интерфейса DSH с графиком DAG-полос коммитов, строками незафиксированных изменений и stash, встроенными диффами, действиями с ветвями/тегами по правому клику и fetch со всех удалённых репозиториев в один клик.
dsh-task-engine
godv61/dsh-task-engine
Preset engineering workflows for DeepSeek Harness: a dev_task tool that gates stage transitions, artifacts, verification, review and commit scope, plus a web workbench for installing project or user skills and rules.
dsh-tracescope (dsh-tracescope)
rebornace/dsh-tracescope
DSH right-sidebar plugin that compares two git commits, builds a manual-test checklist from the impact scope, and supports fail notes, screenshots, task attachments, and defect submission to Yunxiao, GitHub, GitLab, or a webhook.
dsh-code-review
michengai/dsh-code-review
Adds /review, /review-status, and /review-cancel to spawn an independent native subagent that inspects a chosen Git scope (base branch, uncommitted changes, a commit, or custom instructions) and returns a findings report in the current conversation, with English or Chinese output from the host locale.
dsh-forge-studio (plugin-daily-log)
0x7a7a6572/dsh-forge-studio
Work reports for DeepSeek Harness: gathers Git commits and local agent conversations (DeepSeek/Claude/Codex) and renders daily, weekly or monthly reports from your own templates; the agent tool is injected on demand.
dsh-project-prompt
imroc/dsh-project-prompt
Частные, для каждого проекта, правила системного промпта для DeepSeek Harness — сопоставляются по URL удалённого репозитория git, пути репозитория или префиксу cwd; учитывают worktree; никогда не коммитятся в репозиторий.
dsh-git-tools
shyboy0499/dsh-git-tools
Четыре локальных инструмента git без зависимостей (status, diff, log, commit) для DeepSeek Harness, работающие с рабочим пространством сессии.
dsh-qingagent
void2anything/dsh-qingagent
Писательский мост к open-source клиенту QingAgent: агент составляет и редактирует документы через хост-инструменты с префиксом qing_, вёрстка на панели «рисовой бумаги» с mermaid, drawio, таблицами и KaTeX; правки выстраиваются как проверяемые diff'ы и применяются только при коммите, требуется десктоп-приложение QingAgent на той же машине.
dsh-nuke-plugin
beijingwahw/dsh-nuke-plugin
Транзакционный движок удаления: каждое разрушительное действие проходит validate/preview/execute/undo с откатом Saga, восстановлением после сбоев через WAL, аудитом по цепочке хешей, дедупликацией жёстких ссылок и байесовским оракулом, предсказывающим вероятность успеха до подтверждения.
dsh-backstory
meghanbao/dsh-backstory
Команда и инструмент `/backstory`, аннотирующие каждую строку git-коммитом, который последним её затронул, и ходом агента + промптом, который её написал, на основе постоянного построчного журнала (защита от дрейфа по хешу содержимого), трейлеров коммитов DSH-* или живого журнала сессии.
dsh-action-outbox
jimchengchina/dsh-action-outbox
Подготавливает точные вызовы инструментов DSH без отправки, представляет полные канонические аргументы в долговечном Входящем ящике пакетного ревью, делает подтверждения недействительными после изменений или перезапусков и фиксирует только совпадающий дайджест SHA-256 плюс одноразовый nonce через обычный конвейер инструментов DSH.
dsh-adaptive-reasoning
zhuifengqug/dsh-adaptive-reasoning
Ползунок усилия на рассуждение в пиксель-арт стиле для DSH Web с непрерывным перетаскиванием от 0 до 100, записями с троттлингом 16 мс, фиксацией по уровню и огнём угольков на WebGL, который вспыхивает при движении ползунка.
dsh-weekly-digest
lucky8197/dsh-weekly-digest
Генератор еженедельных сводок: объединяет git-коммиты, активность сессий DSH и ежедневные записи памяти в еженедельный Markdown-отчёт, только для чтения.
dsh-git-workflow
yangyongzhen/dsh-git-workflow
Проверка conventional commits, генерация changelog, сводки PR и push веток через обычный git CLI.
dsh-git-graph
whiteplusms/dsh-git-graph
Отдельное представление Git Graph только для чтения рядом с Chat и Trajectory: топология коммитов, локальные/удалённые/tag-ссылки, HEAD и статус рабочей директории, поиск, фильтрация, режим first-parent, обновление и дозагрузка.
dsh-git-hygiene
lucky8197/dsh-git-hygiene
Проверка гигиены Git: сканирование только для чтения объединённых и устаревших веток, слишком больших отслеживаемых файлов, неотслеживаемых файлов и незакоммиченной работы с рекомендациями по очистке (ничего не удаляет).
dsh-tool-git
lxj808624/dsh-tool-git
Семейство структурированных безопасных инструментов Git для DeepSeek Harness: status/diff/log/branch/stage/commit/stash/show/fetch/pull/remote/checkout с защитой от деструктивных команд.
dsh-plugin-git-workflow
truelove-dreamer/dsh-plugin-git-workflow
Полноценные инструменты Git для модели: status / diff / log / commit / branch с проверкой сообщений и путей — без прямых вызовов git через shell.
dsh-git
lengmoxxl/dsh-git
A read-only git browser for the DeepSeek Harness Web GUI: a right-sidebar page with the session's working-tree changes and commit history, and the diff a click opens beside them. The host half reads the repository through ctx.fs and ctx.subprocess, so a r
euthyna
slow-stack/euthyna
Security-audit facts AI coding agents cannot compute, plus a verdict gate: euthyna history attributes deleted lines to commits and flags those from security fixes (--origins finds the first introducer), euthyna coverage reports which changed symbols no test ever invoked, and euthyna gate checks each finding against six gates, downgrading any without evidence to an observation.
gord-dsh-worktree
nightosong/gord-dsh-worktree
Git worktrees as five agent tools — list, create, inspect, remove, prune — plus a working-location picker on the New Session row; the repository is resolved from the session directory, removal refuses uncommitted or untracked work, and the main worktree is never removable.
dsh-ide-git
kannakuron/dsh-ide-git
JetBrains-style Git tool window for the sidebar: branch tree with ahead/behind badges, commit graph with text/author/date/path filters, per-file line diff, changes list and commit box, plus branch, tag and stash actions, merge, rebase, cherry-pick, reset and fetch/pull/push.
dsh-simplify
michengai/dsh-simplify
Adds a /simplify command that asks the agent to simplify code within a selected Git change scope, including staged changes, commits, and untracked files.
dsh-learn-wiki
dayi-z/dsh-learn-wiki
Knowledge base with a corrective acquisition loop for DeepSeek Harness: when the agent keeps hitting the same failure, a background worker fetches the web under a rate limit, distills the result into a staging area, and only a two-stage commit makes it recallable — pages without sources are refused.