Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 6741
dsh-bgjobs
bitsmug/dsh-bgjobs
Runs commands as background jobs that keep executing when DSH exits, with an optional sandbox to constrain file effects, plus a live web panel and offline CLI/GUI management. Windows only for now.
dsh-codex-harness
bainianlaoyao/dsh-codex-harness
Codex-shaped coding tools and agent presets for GPT models on DeepSeek Harness: exec_command, write_stdin, apply_patch and view_image, plus OpenAI Chat Completions and Responses API routes, bridged to DSH-native plan, ask, approval and compaction. Long-running commands become DSH background jobs with bounded head/tail output readable through job_output, and each subagent type can be pinned to its own preset, provider, model and reasoning effort.
dsh-receipts
988hj7tczd-oss/dsh-receipts
Mine local DSH session logs (JSONL) into personal usage & impact receipts: Markdown day/week/month reports plus a self-contained HTML receipt, cross-referenced with local git log — zero-network, privacy-first.
dsh-asciinema
988hj7tczd-oss/dsh-asciinema
Record terminal/tool output as asciinema v2 (.cast), replay with an offline embedded player, and export HTML.
dsh-a11y-scan
988hj7tczd-oss/dsh-a11y-scan
Native WCAG accessibility scanner: runs axe-core over local HTML files / build output / URLs and reports violations (rule id, impact, WCAG 2.1 mapping, element targeting, fix suggestions) as Markdown/HTML/JSON. Read-only, CI-able.
dsh-xia-plugins (gameassist-memory)
w4xxx/dsh-xia-plugins
Single-file persistent companion memory: interests, preferences, tasks, and past works summarized into the system prompt, with read/update tools.
dsh-memory-vault (memory-mcp)
luisarg03/dsh-memory-vault
Bridges the agent to a persistent OKF memory vault over MCP stdio: a Python server (SQLite FTS5 + Markdown) with 10 tools for searching and storing decisions, facts, learnings, conventions, profiles and sources.
dsh-memory-vault (memory-auto)
luisarg03/dsh-memory-vault
Session-memory autopilot: watches DSH sessions and extracts OKF entries in-process through the harness LLM (ctx.llm, deepseek-official by default) at idle, commit, compaction and end checkpoints, storing them via the vault MCP server.
Context-Prism
lfm097384/context-prism
Project-level Local Context Engine for DeepSeek Harness: retrieval/compression/prioritization over history, code, files, user preferences and agent trajectories, producing a dynamic context window for any LLM.
dsh-hindsight-memory
jackyytche/dsh-hindsight-memory
Hindsight long-term memory for DeepSeek Harness: injects relevant memories before each turn and retains finished turns to a Hindsight bank.
dsh-memory
hmlyx/dsh-memory
Persistent conversation memory for DeepSeek Harness: memory tab, automatic AI naming, per-AI privacy isolation, sidebar AI names, and automatic experience archiving. A static profile plugin available in every preset without disappearing on restart.
dsh-plugins (dsh-memory)
dennisrongo/dsh-plugins
A /remember command that writes facts into the AGENTS.md instruction hierarchy dsh already loads, plus a Memory tab showing which instructions the loader kept within its byte budget.
better-basicfun
cdezt/better-basicfun
Native DSH foundation bundle that registers a persistent default workspace, provides paged read-only inspection of plugins, skills, memory, sessions, storage, settings, credentials, and DSH_HOME files, and synchronizes rich CLIProxyAPI model capabilities into native provider settings.
dsh-auto-continue
zhou1736948757-cpu/dsh-auto-continue
Automatically sends a "continue" prompt when a reply is cut off at the output token limit, resuming long answers without manual input; aimed at self-hosted Ollama deployments with small output caps.
dsh-lang-zh
yantingmo/dsh-lang-zh
Injects a fixed system-prompt section so the agent always replies in Simplified Chinese — including the short narration between tool calls — unless you explicitly ask for another language. Applies to every session and preset without overriding the persona.
dsh-temp-workspace
wjj-8283/dsh-temp-workspace
Temporary workspace for DSH web — one click creates a throwaway workspace whose conversations are deleted at the next restart (immediately or after a delay, optionally behind a confirm dialog). Pin a temp workspace to keep it: its files move into the folder you pick, its title becomes that folder's name, its conversations migrate, and a real host-level restart re-indexes them.
dsh-handoff-button
whites18/dsh-handoff-button
Adds a handoff button to every assistant message that writes an LLM-summarized handoff document of the current conversation into the workspace handoff/ directory.
dsh-dream
stardustlc666/dsh-dream
Dreaming for agents: replay recent conversations between sessions (dream_digest), reflect and write a dream journal (dream_save/journal/recall), and idempotently bridge recurring lessons into AGENTS.md (dream_bridge). Reads multi-frame zstd session archives with privacy masking on by default; six tools including a health self-check; zero runtime 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-plugin-archived-conversations
leogottadothebest/dsh-plugin-archived-conversations
Manage archived conversations in the Settings UI: unarchive them back to the sidebar, or permanently delete them with confirmation.
dsh-session-plugin
heeweelee/dsh-session-plugin
Recall previously sent messages in the input box with Up/Down, and archive a workspace session from its right-click menu.
dsh-tool-call-guard
alchemistwu/dsh-tool-call-guard
Neutralize tool calls with invalid JSON arguments on the wire so one malformed model generation cannot brick a session against strict OpenAI-compatible servers.
dsh-side-session
123dbl/dsh-side-session
Launches a fresh, continuable parallel session from the composer command menu (/side-chat) while the main session keeps running.
dsh-xia-plugins (gameassist-roster)
w4xxx/dsh-xia-plugins
Daily rotating anime companion persona: deterministic date pick from JSON character cards, roster/reroll tools, and a voice-map route.