awesome-dsh-plugin/awesome-dsh-plugin
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
安装Install
dsh plugin --profile web add dshmarket
把 awesome-dsh-plugin/awesome-dsh-plugin 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
Awesome DeepSeek Harness (DSH) Plugin

English | 中文
A curated list of plugins for DeepSeek Harness (
dsh).
DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding agent (Web and headless), built on a framework where everything is a plugin: models, tools, sandboxes, session storage, UI, even the agent loop itself. Plugins can extend the official coding agent, swap out its core parts, or assemble something entirely different.
This list collects community plugins that are installable via dsh plugin add (each declares a dsh.bundle manifest). PRs welcome.
🛒 Recommended: dsh-market (optional) — the plugin market inside DeepSeek Harness, with every plugin on this list. Simple, friendly UI: one-click plugin install and upgrade, one-click theme switching:
dsh plugin --profile web add dshmarket
The plugin market inside Settings — click to enlarge.
💡 Prefer chat? dsh-find-plugin lets your agent find plugins for you (
dsh plugin --profile web add dsh-find-plugin).
ℹ️ On desktop clients. This list is client-agnostic. A plugin is listed because it follows the official protocol — it declares a
dsh.bundlemanifest and installs withdsh plugin add— not because it adapts to any particular client.We're talking with
anywhere-labs/deepseek-harness-desktopabout working together again; we'll update this note as that progresses. Whatever comes of it, the listing rule stays as it is: adapting to any particular client is not a condition of being listed, and no plugin will be removed or demoted for not doing so.Clients worth a look: dsh-desktop and deepseek-harness-desktop — both ship dsh-market built in, so everything on this list is one click away. Any other good third-party client works too.
[!WARNING] Installing a plugin runs third-party code on your machine with your own permissions — it can read your files, use your credentials, and reach the network. Tool approvals don't sandbox plugin code. Being on this list is not a security review: check the source before you install, and try unfamiliar plugins somewhere that doesn't hold your keys. See the full disclaimer at the bottom of this page.
What it takes to be listed here
An entry is added when the plugin installs with dsh plugin add, does what its one-line description says, sits in the right category, and is maintained. Every submission is checked against its own source before merging — if a description claims "46 tools", someone counts them.
That is the whole bar. This list doesn't rank plugins or judge their quality, and we don't want to. Plenty of good software will never appear here, and a slot here proves nothing beyond meeting those rules. They exist so that whatever you pick installs and behaves the way the line said it would.
A listing isn't permanent either: entries whose repos go away, stop being maintained, or turn out to be broken get removed. Full criteria and the review checklist: how submissions are reviewed.
Contents
- Plugins
- UI Enhancements
- Usage & Billing
- Themes & Appearance
- Models & Providers
- Identity & Communication
- Sessions & Messages
- Memory
- Tools & Capabilities
- Browser & Web
- Vision & Multimodal
- Voice & Audio
- Docs & Rendering
- Skills
- Workflow & Automation
- Git & Code Review
- Notifications & Integrations
- Development & Runtime
- Security & Permissions
- Remote & Mobile
- Plugin Markets & Managers
- Just for Fun
- Badge
- Disclaimer
Plugins
UI Enhancements
- 01Virex/dsh-status-rotator - Replaces the "Deep diving..." turn-status label with rotating meme-worthy phrases, with typewriter and gradient effects.
- 0xsline/dsh-spotlight - Keyboard-first command palette for the DSH Web UI.
- 1070296335-create/dph-taskboard - Session-based task board in the sidebar: drag sessions into todo/doing/review/done columns, create sessions with model and reasoning-effort selection, trash with restore, notes, export/import.
- 13071301808/dsh-composer-expand - Composer expand/collapse toggle for the Web UI: a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.
- 2768651338/dsh-effort-slider - A Claude Code-style reasoning-effort slider for the DSH Web UI: stepless drag, snap-on-release, a WebGL fire trail, and real, working thinking-effort control for any custom third-party model or provider.
- 2nd1st/dsh-plugin-open-app - Runs open-mcp-apps inside DSH: every MCP app gets its own sidebar container with a separate workspace, session, and App mode, an agent status strip under the app, and inline app rendering in ordinary chats.
- a1073097082/dsh-model-search - Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.
- a179-sanae/dsh-auto-collapse - Codex-style workflow auto-collapse: finished turns fold into a single "processed in Xs" row leaving only the final answer; tool calls and think blocks collapse into live-summary chips that follow streaming; expand level by level, fully reversible on uninstall.
- a735624258/dsh-skill-picker - WorkBuddy-style skill picker: a button beside the composer opens a searchable list of installed skills; picking one inserts the official /skill-name gesture, so the skill loads with your message.
- a903067276-rgb/dsh-file-mentions - Clickable file paths in DSH replies: Codex-style inline open, reveal in file manager, and a mentioned-files chip list at the turn tail.
- a903067276-rgb/dsh-file-upload - One upload button plus drag-and-drop files into the conversation as local paths: save to the project's uploads/, path text into the input box, works with any vision tool.
- a903067276-rgb/dsh-hud - HUD status panel: Git status, MCP servers, skills, model and token usage in a floating side panel.
- a903067276-rgb/dsh-plan-switch - One-click enter/exit Plan mode for the DSH web input bar, a quick-click shortcut for /plan.
- AcidGr/dsh-web-mobile-fix - Mobile layout fixes for the Web UI on narrow screens: full-screen settings panel, one-row plugin nav, full-screen sidebar, centered popups, icon-only session-log button.
- Aik358/dsh-anchored-monitor - A whip for DeepSeek V4 Pro: it watches the reasoning fingerprint of every thinking block and pulls the model back when it slips from focused "We will / I will" mode into scattered "let me" mode.
- AikenFra/dsh-alive - Zero-token online status indicator for the DeepSeek Harness web UI: an always-visible online/offline dot in the conversation header, auto-refreshed every 15 seconds with no LLM calls.
- AKIRACOD/dsh-drag-and-drop - File-drag fork: drop documents as removable chips above the composer, send without typing.
- AKS1st/dock - VSCode-style workbench shell for the DSH Web UI: activity bar, side bar, editor area, panel and status bar, with a registry service (ctx.workbench) for mounting panels, views and commands.
- AKS1st/dock-editor - Text viewer and editor for the dock workbench: undo/redo, Ctrl+S save, unsaved-change confirmation and binary detection, registered as the default file viewer.
- AKS1st/dock-files - File explorer for the dock workbench: tree browsing of the session workspace with create/rename/copy-paste/delete, drag-and-drop import and paste of local files and clipboard images.
- AKS1st/dock-git - Git history visualization for the dock workbench: swimlane commit graph, branch and tag management, stage/commit/push and remote operations.
- AKS1st/dock-images - Image viewer for the dock workbench: PNG, JPEG, GIF, WebP, BMP, SVG, ICO and AVIF, with SVG rendered as image data only.
- AKS1st/dock-markdown - Markdown viewer for the dock workbench: GFM rendering with DOMPurify sanitization, document outline and relative-path image/link resolution, with one-click switch to editing.
- AKS1st/dsh-sysmon - System status floating widget: live CPU/memory/disk usage in the bottom-right corner of the DSH Web UI with threshold colour warnings.
- AlexYin-Tongji/dsh-ui-enhancer - Desktop-style UI enhancements for the DSH Web client: adaptive wallpapers, a desktop pet companion with an activity feed and feeding economy, @file workspace references, and the resizable file/preview right panel.
- alingalingling/ui-status-label - Customize the "deep diving" thinking status label to anything you like.
- anitman/dsh-plugin-video-player - TikTok-style video feed in a floating sidebar window: swipe local or SMB-NAS folders, or paste online video URLs (yt-dlp, bilibili/YouTube, cookies.txt login state); the window auto-fits the video aspect ratio, with fullscreen, drag-resize, Range streaming and an agent video-queue endpoint.
- anneheartrecord/dsh-desk-pet - macOS desk pet that lives outside the DSH page: a real always-on-top window that clears fullscreen Spaces, six states driven by local DSH, a native right-click menu with quiet mode and a session list, and a bundled skill that turns one photo into a full eighteen-pose skin on your own image tool and credentials; system Python and ctypes, no Electron and no dependencies.
- AppliedYuu/dsh-WallpaperAndCost - Merged plugin: wallpaper customization (original-resolution uploads, crop editor, per-area opacity, MP4/WebM dynamic wallpapers) + Steam Workshop wallpaper extraction (parses scene.pkg/.tex via a bundled Python script, preview/download) + DeepSeek balance & usage widget + OpenCode Go plan usage (rolling/weekly/monthly percents in a top header pill; expand for progress bars & reset countdowns). API keys are read from DSH's credential store by the host — never stored in source or the browser.
- asd13006/dsh-multi-lang-ui - Add six languages (繁體中文, 日本語, 한국어, Français, Deutsch, Español) to the DeepSeek Harness Web UI language options, with hand-polished per-language translations and automatic fallbacks (Simplified-to-Traditional conversion for zh-TW, English for the others) covering upstream updates and third-party plugins.
- asukasec/dsh-message-preview - Right-edge user-message navigator with an adaptive block layout that fits the available height, plus hover previews, keyboard controls, and click-to-jump navigation.
- Awu12277/dsh-sleep-send - Schedule-send button and panel to the right of the composer, with smart time slots, a custom date/time picker, several queued sends at once, and localStorage persistence that restores pending tasks after a page reload.
- ayahunter/dsh-trail#bundle - Replaces the Web GUI trajectory tab with a new-user-friendly round-by-round storyline, plain-language tool labels, category filters and fuzzy search.
- ayingQAQ/dsh-web-launcher - Windows desktop launcher bundle for DSH Web that creates a managed shortcut, then restarts DSH in the background and refreshes the existing browser page.
- bainianlaoyao/easy-archive - Two-step inline archive on workspace sidebar rows — one click arms a red confirm, the second click archives; the archive entry is removed from the ⋮ menu.
- baisama-cloud/dsh-composer-history - Command history for the Web UI composer: press Up/Down to cycle through previously sent instructions, then restore the draft at the end of the history.
- bill9109/dsh-drag-and-drop - Cross-platform file drag-and-drop with raw path insertion, no file copying.
- bitxeno/dsh-github-picker - Composer GitHub picker: click the GitHub icon at the bottom-right of the input box to search the workspace repository's issues and pull requests via the gh CLI, and insert the reference as a URL or @owner/repo#number mention.
- BlackBearCC/dsh-pet-sprite - A pixel companion living in the chat area: hatches from an egg into one of three sprites or an LLM-drawn custom one from a text description, platform-jumps over message bubbles on its own, WASD controllable, chats in character through the models you already configured, and carries a nurture system (mood/power/health, levels, shop) driven by real token usage.
- boogoo619/dsh-focus-overlay - Focus mode with a full-screen reading overlay that hides the header and composer and folds AI tool calls into summaries.
- caisiyang123/dsh-tick-rail - Tick-rail conversation navigator: one tick per message you sent, a lit peak that follows the mouse with an even falloff, hover previews, click or keyboard to jump.
- causebefore/dsh-pomodoro - Pomodoro focus-and-break timer for DSH Web with configurable cycles, a draggable mini panel, and in-app, sound, and browser notifications.
- ccch1mneyyy/dsh-TUI - Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
- ccq1/dsh-side-panel - Side panel with file browser, terminal, and Git review for quick file previews.
- Ceelog/dsh-plugins#dsh-plugin-setting-mcp - Manage MCP servers from the Web settings panel: view, add, edit, remove, enable or disable them, with hot reload on save.
- CH4ACKO3/dsh-turn-fold - Codex-style turn folding for the DSH Web UI: keeps final answers visible, groups consecutive reasoning and tool activity, and shows configurable live duration, tool-call, and token metrics with multilingual summaries.
- chengzhi43/dsh-file - VS Code-style file manager: browse the conversation workspace in a sidebar tree and edit files in the center column with Monaco, with theme import/export and Markdown preview.
- Choi-Peng/dsh-footer-order - DSH sidebar footer ordering: forces the sidebar.footer.action slot into a vertical stack and lets users configure the top-to-bottom order of its entries.
- chongfengdy-dev/dsh-message-outline - Current-session message outline rail for the DSH web UI — your messages show as slim bars on the left edge; hover to expand the full outline (line number + text), click to jump instantly to that message. Pure frontend, zero external service dependencies, sessions-snapshot driven with zero polling.
- ChuanTianML/dsh-chat-tidy - One stylesheet that retypesets the DSH conversation to measured Codex metrics: 14/22 px body, tighter heading ladder, list and block rhythm, blockquote bar and table cells, with no settings to choose and before/after captures in the README.
- ChuanTianML/prompt-for-me - Context-aware next-message suggestions in the DSH composer, with repeated Trigger cycling and explicit user review before sending.
- coldcgh/dsh-deepseek-chat - Web chat entry for DeepSeek Harness: a sidebar button opening chat.deepseek.com in a dedicated desktop window under dsh-desktop, with in-webview fallback for plain web environments.
- cookiesheep/whale-on-desk - Pixel-art whale desktop companion with 29 frame-audited states — taps the glass and flashes the tab title when an approval waits, speaks a completion report when a turn ends, and adds a slash-command palette to the web client.
- Coprexist/AIsChat#dsh-aischat - Embeds the AIsChat social-agent platform into the DSH web UI as a native sidebar board — contact panel, real-time chat over a same-origin HTTP/WS proxy, and Markdown/LaTeX rendering. The plugin is the front end only; it proxies to an AIsChat backend you run yourself (default http://127.0.0.1:5228, from the same repository).
- cuhaitiang0405-collab/dsh-indexbookmark - Conversation question index for the DSH Web UI: every question you asked in a session, searchable, paginated, with one-click jump to the exact message.
- daetz-coder/dsh-multi-chat - Multi-window wall for the DSH Web UI: run and monitor N conversations side-by-side in one screen, with auto-discovery, per-window controls, and an authenticated LAN gateway for phone/tablet access.
- DamonKoy/dsh-web-ui#dsh-aionui-panel - Right-panel system for the dsh web GUI: a pixel-faithful AionUi Explorer + Preview (file tree, diff view, preview).
- DamonKoy/dsh-web-ui#dsh-liangshen - LiangShen (梁神) agent preset for the dsh web GUI: a two-phase anchored-standard preset.
- DamonKoy/dsh-web-ui#dsh-task-board - Task board for the dsh web GUI: a sidebar entry plus a multi-column kanban view with local persistence.
- DamonKoy/dsh-web-ui#dsh-web-ui-all - DSH Web UI family aggregator: one-click install of all feature plugins (task-board, git-graph, pet, remote-web-ui, live-stats, web-ui-settings).
- DamonKoy/dsh-web-ui#dsh-web-ui-settings - Web UI plugin group card in the dsh settings page: enable switches and config for the dsh-web-ui family.
- dannyvan/dsh-file-drop - Drag & drop or click to attach any non-image file (PDF/Word/Excel/ZIP/text) into the composer: in the desktop shell it resolves the real Finder path instantly; otherwise it uploads to the workspace and inserts the path.
- DDSG-X/dsh-workspace-dir - Shows the current conversation's working directory in a draggable directory panel with adjustable opacity.
- demacia1314/dsh-airdrop - ⭐ Drag-and-drop uploads of any file or whole folders, anywhere in the window; remote-safe — bytes go straight into the session workspace on the server, so a DSH deployed on a remote machine works exactly like localhost.
- Devin-AXIS/deepseek-design#deepseek-idesign - Visual design studio for websites, app prototypes, posters, cards, reports, and magazines, with templates, direct element editing, selection-aware AI draft handoff, and export.
- Devin-AXIS/deepseek-design#deepseek-ivideo - Visual video studio with an editable timeline, animation and media controls, 27 templates, whole-video and selection-aware AI draft handoff, validation, preview, and export.
- dhb861832993-star/pbr-render - PBR 3D model preview for game art: GLB/GLTF with textures, IBL environment lighting, orbit controls, and a material channel inspector (baseColor/normal/roughness/metallic/AO/emissive/wireframe); scalar channels shown as grayscale per PBR spec, via the pbr3d fence and pbr_render tool.
- dingyi222666/dsh-focus-chat - A "focus chat" minimal view that shows only final outputs.
- dingyi580/dsh-conversation-rail - Left-edge conversation rail for the Web UI: one bar per turn, length scaled to the turn text, hover for a question and answer preview, click to jump; bars come from a host-side outline of the whole session log, so turns outside the loaded window are drawn too and history is paged in on click.
- drscrewdriver/dsh-input-traffic - Three-tier now/next/later input planning dock for the DeepSeek Harness web GUI: a red/yellow/green priority strip replaces the busy-Enter queue, plain Enter queues to later, with freeze/resume and in-place multi-line editing.
- dsh-niao/dsh-niao-quick-open - UI enhancement suite for DeepSeek Harness: one-click workspace open (copy path, reveal in Finder, open in an auto-discovered editor), DeepSeek-web-style user-message nav rail, session to-do marks, flat-list polish, and a hard-restart button.
- e2mcc/dsh-popout-sidebar - Pop-out sidebar: lists artifacts and a file tree with multiple preview formats, pops out into a separate browser tab you can drag to another monitor, and coexists with other sidebar plugins simultaneously.
- EternalNight996/dsh-ui-agents-pixe - Adds a "Work Roles" tab and a pixel-art office overlay to the DeepSeek Harness Web UI: 508 built-in role cards (The Agency 255 + agency-agents-zh 253) with search, EN/ZH toggle and department filter; draggable Canvas 2D pixel characters that stand, type and pace, with idle chat that can plug into AI. One-command npm install, no dsh source changes.
- EternalNight996/dsh-ui-three-body - Adds a sentient floating eye to DeepSeek Harness — injects a taming kernel that makes the AI truly understand you, with 11 dynamic eye skins, ghost mode, and zero token cost when AI mode is off.
- Fayelin12/dsh-office - Office workspace & session dashboard: a floating 6-column sprite panel visualizing workspaces, sessions, token usage and subagents, plus Agent Mail and an office log tab. Feishu/Lark views (message feed, meeting schedules, transcripts) additionally require the
@larksuite/clitool installed and authenticated separately. - FeatherHunter/dsh-prompt - Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the selected prompt into the composer.
- FeiZhuNiU-INFJA/dsh-stock-ticker - A floating, semi-transparent market ticker for DeepSeek Harness showing real-time level and change percentage for the Shanghai Composite, ChiNext, STAR 50 and Hang Seng Tech indices.
- fengMax1997/dsh-line-select - Line-range selection: browse workspace files, preview code with line numbers, visually select a line range, and write a
@path:start-endreference into the composer; the agent receives the exact selected lines on send. - flyhigao/dsh-sticky-notes - Workspace sticky notes for DSH, saved as multiple Markdown files under the current workspace.
- Free-corner/dsh-chat-tools - Chat column width and alignment control, numbered question history with keyboard navigation and auto-load of older questions, and markdown outline rails for both the conversation and the file preview.
- future007s/dsh-peak-indicator - Session header badge showing DeepSeek peak/off-peak status, per-model token prices on hover, and real session/turn costs from actual usage.
- garrisonz/dsh-sidebar-width - Control the Web UI left sidebar width: lower the 264px drag minimum and optionally tune the drag maximum and the expanded default width, applied by a startup patch of the ui-layout bundle.
- GeekRicardo/dsh-balance - Composer-dock balance/usage readout for DeepSeek, Kimi Coding, OpenCode Go, Zhipu, MiniMax, OpenRouter and OpenAI Codex — provider-based, 2s polling, 5min cache.
- geguanming/dsh-office-plugin - Renders live multi-agent session activity as a pixel-art office in a Web UI side panel - each session is an ox/horse worker typing at its desk when busy or wandering off when idle, with click-to-view work monitors and in-place approval cards.
- genius-alray/dsh-model-picker - Dialog-style model picker for the DSH Web UI: fuzzy search, collapsible provider groups, favorites with a favorites-only filter, and a thinking-level dropdown, replacing the built-in model selector with official UI primitives and DSW tokens.
- giiiiiithub/terminal - Real PTY terminal panel for the DSH Web UI: host half spawns shells with node-pty (cmd.exe default on Windows), rendered in the browser with xterm.js; multi-tab sessions, dock/floating window, clipboard support.
- gjj-star/dsh-conversation-navigator - Conversation navigator panel: turn-folded outline of the current session with per-step kind badges (assistant, tool, command, compaction, error), a hover bubble showing the full user question, a minimal mode that hides turn numbers for an all-badge view, keyword filter over user questions and assistant replies, click-to-jump with reading-position tracking, and load-earlier/load-all history paging.
- GLFzr/dsh-drop-file-to-path - Codex-style drag-drop: drag any file into the DSH web GUI, it lands in ~/.dsh-dropbox, and the path is inserted into the composer as a whole blue chip.
- GooodWei/arcana - A floating command deck that lists every slash command in DeepSeek Harness as runnable buttons, sorted by usage.
- guchang/draw2code - An Excalidraw prototyping tab for dsh-better-sidebar with structured product clarification, conflict-aware human and Agent board updates, and prototype-guided frontend generation.
- guo-ziao/dsh-interrupt-button - A green interrupt button beside the send box: silently stops a running agent, which then summarizes its progress and asks for your new requirements, with a customizable interrupt prompt.
- guoliyuan97-png/dsh-game-hud - Game-style floating HUD: balance HP bar, context MP bar, official peak/valley pricing with countdown, auto-compaction under 5% remaining, and memory-carrying new conversation.
- Han-1413141/dsh-sticky-disclosure - One-click collapse of every expanded section (Think rows, tool cards) with a live-count pill and a customizable hotkey.
- Han-1413141/dsh-ui-hub - UI butler for every plugin UI: official/plugin categories, per-widget toggles, drag move/resize, collision avoidance and one-click auto arrange.
- hatsuyuki0103/dsh-at-any - Codex-style
@filementions for the web GUI: search and reference workspace files of every format (.java, .vue, PDF, images, extension-less, hidden) with no index truncation. Replaces dsh-at-file. - hg1048596-pixel/dsh-recall-unread - Adds a strip above the composer to recall sent-but-unread (steering) text messages before the model reads them.
- HongMing-Huang/dsh-file-upload - Claude-style drag-and-drop/paperclip file upload with content sniffing, document-to-Markdown via Microsoft MarkItDown (built-in JS fallback), text inlining, and a read_document tool for agents.
- houyanchao/dsh-timeline - DSH productivity plugin: timeline navigation, prompt library, conversation export, quick notes, and more.
- HsiangNianian/dsh-auto-continue - Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.
- hufeide/dsh-sidebar-assistant - A sidebar assistant plugin for the Web interface, allows users to select any text, displays the model’s reasoning process and final answer in a floating panel.
- huiliyi37/dsh-tianshu-tui - A terminal UI (TUI) for DeepSeek Harness.
- HUITianYi/dsh-whale-desktop-launcher - Windows desktop launcher for DSH with a whale-girl icon, background server startup, and a Chromium app-mode window without browser chrome.
- hunter118/dsh-s7r - A retro macOS System 7-style workstation UI for DeepSeek Harness with desktop windows, Workspace and Agent management, Finder, Terminal, Monitor, context tools, and desk accessories.
- Icather/dsh-clean-desktop-shell - Clean desktop shell for DSH as a plugin: wraps your existing web profile in a native window, tray-managed backend start/restart/stop (progress dialogs), offline auto-reconnect, desktop shortcut and single instance. Windows + macOS.
- imkingjh999/dsh-shorts-wall - Adds a docked-first vertical shorts wall to the DSH Web UI with YouTube Shorts and Bilibili sources, keyword rotation, four-corner resizing, and Alt+S/Alt+M shortcuts.
- Isilsolme/dsh-splash-launcher - Windows one-click launcher with a borderless WPF startup animation (stroke-by-stroke HARNESS lettering) that starts dsh web in the background and fades into the GUI once ready, plus a desktop_launch tool.
- jackma5477001/dsh-system-monitor - Displays real-time CPU and memory usage for the machine running the DSH Web server.
- jasondu/dsh-ui-mobile - Mobile-first DeepSeek Harness UI with an installable PWA, responsive navigation, and Web Push notifications when an agent completes successfully.
- jermaine123123/agent-context-editor#deepseek-harness - Cross-agent conversation management plugin adapted for DeepSeek Harness, with search, type filters, individual and batch selection, reversible hide, restore, and undo, plus independent reasoning and answer units whose sidecar state preserves the original Session.
- jhuanxx44/dsh-paste-path - Finder clipboard paste for macOS: Cmd+C files or folders in Finder, then Ctrl+V in the DSH composer inserts their absolute paths; ordinary text paste with Cmd+V is untouched.
- jiangnanquan/dsh-ux - Solarized light theme, compact layout, think/tool-chain collapse capsules, and balance, session cost, and usage dashboards for the DSH web UI.
- jiuyuechuwuhao/dsh-canvas-preview - Conversation Canvas tab: live-preview workspace HTML artifacts and export PNG/JPG/SVG locally (
npx dsh-canvas-preview). - Jiyr0119/dsh-workspace-explorer - Standalone workspace file-tree panel for the DSH web UI: a session-header icon opens an animated popup of the current workspace tree; click or drag a file to insert its reference into the composer, with search, inline preview, live settings, and zh/en i18n; single-purpose, zero-config, one-command install.
- jjxjjjjiik-bot/dsh-chat-timeline - 1:1 port of DeepSeek's official web right-side chat navigation rail (ScrollNav): hover-expandable rail, reading-position highlight, click-to-jump.
- johnnycls/dsh-no-setup-mode - No-setup mode for the DSH web UI: hides advanced surfaces, auto-applies best defaults (chat mode, full access, account balance), and one-click role-play personas (maid/butler).
- Js2Hou/dsh-mcp-manager - Visual MCP manager for the DSH web UI: inspect, add, remove, enable/disable MCP servers and view their live connection status from Settings → MCP.
- jsdvjx/dsh-strata - Session minimap in the scrollbar gutter: to-scale bands coloured by event kind, anchor dots for user messages and failures, auto-loading history at the top, a hover wall of every prompt in the session, and a three-step map scale switcher.
- kangjinghang/dsh-xueqiu - Xueqiu (Snowball) market panel docked above the composer: A-share/HK/US quotes and indices, watchlist, candlestick K-line with volume, MAs and crosshair tooltip, hot list, search, 7x24 news, plus a draggable mini index badge — no login needed.
- kelearns/dsh-navigation-bar - Piano-key in-conversation navigation for the Web UI: one key per user message with hover ladder, message-preview tooltip, and active-message highlight; click to smooth-scroll.
- kongdexu/dsh-nav-pointer - Vertical message pointer rail on the left edge of the chat: one dash per user message, click to scroll to that message, hover for a preview bubble.
- kouyichi/dsh-tui-app - Interactive terminal chat app for dsh: streaming conversation, tool cards, jobs panel, full-text search, trajectory replay, multi-session tabs, and A2A dispatch (Ink-based).
- l541402398/dsh-file-uploads - Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.
- Laplace-bit/dsh-smooth-stream - Fluid streaming rendering and smooth scrolling for the DeepSeek Harness Web UI.
- lavapapa/dsh-composer-layout - Web Composer placement for long prompts: keep it at the bottom or dock it in a resizable right column beside a long answer.
- LCQ-1024/dsh-prompt-enhancer - Adds a prompt-enhancement button to the DSH composer that rewrites drafts into agent-ready prompts.
- lcthe/dsh-timeline-rail - Message timeline rail for DeepSeek Harness web chat: evenly spaced ticks for each user message on the right edge, click to jump, hover to preview.
- LeemanCheung/dsh-whale-animation - A 60-frame theme-aware monochrome whale-dive animation with reactive water for the DSH Web turn status: embedded assets, seamless closed-loop playback, a reduced-motion PNG fallback, and lifecycle-clean removal.
- lemonorangeapple/dsh-effort-switcher - A Codex-like effort switcher for Deepseek Harness.
- liguobao/dsh-file-viewer - Read-only Web client file-preview panel with image, PDF, CSV/TSV, text, source-code, Markdown, JSON and YAML renderers, large-file range loading, and a provider API for non-local content.
- lihang-lh/dsh-moon-light - A marquee mood-light ring around the DSH web UI edge that reacts to session state, turning green while the agent works, pink when done, and yellow when something needs attention, with colors, ring width, rotation speed, and flash frequency configurable from the settings panel.
- liliuCourier/dsh-chat-outline - Persistent conversation outline: per-turn questions and final replies, keyword filter, one-click jump, light/full history modes, and Ctrl/Shift+click to open the same position in the Trajectory view.
- Limitinfinitude/DSH-Right-Sidebar - DSH Web right-side output dock that collects session artifacts, previews user-facing files, and preserves tab state per session.
- linhx1999/dsh-writing-pad - Session-scoped Markdown writing pad docked beside the conversation, with edit/preview modes, selection-based AI rewrites, diff review, undo, and draft recovery.
- liqiming-whu/dsh-status-card - Adds a configurable dsh-ui status card before each DSH agent reply, with bilingual templates and a live settings preview. Requires @omdsh-dev/dsh-genui from dsh-market; without it, the card markup is emitted unrendered.
- lisniuse/dsh-modal-enhancer - Window-like controls for every Web UI modal: drag by title bar, eight-way resize, pin against outside clicks, maximize to the full viewport, removable backdrop blur, and per-dialog persistent state.
- littleboylittlegirl/dsh-community-hot - Floating community panel for the Web UI: 24h hot topics and hot plugins TOP10 with a draggable, always-on-top button.
- lk251066/dsh-tui-pro - A full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, transcript-only scrolling, and structured thinking, tool, diff, plan, and subagent views.
- lmmzss-jk/dsh-plugin-balance - Balance and live session usage for the DSH web UI: header balance button (left of the Session log), dropdown with account balance, real-time token breakdown (cache miss/hit, cache write, output), cache hit rate, and official-rate cost estimates with peak/off-peak auto-switch.
- loadingvx/deepseek-harness-workbench-plugin - Fills in the Web UI's missing IDE workbench: resizable chat / editor / files-and-Git columns in Conversation, multi-tab file editing with save and new-file, workspace Terminal, a file tree with name filter and open-in-external-editor, SCM (stage/commit/push/pull, branch switch, Git graph, inline diffs), a status bar, and git_* model tools.
- Luaphes/dsh-web-attention-badge - Attention reminders: frame badge, tab-title count, and a status-colored whale favicon for sessions waiting for input or finished unopened.
- LyaxZ/dsh-quick-toc - Conversation TOC for DeepSeek Harness: markdown heading outline grouped by turn, with auto-follow highlight and smooth jump navigation.
- Lzh3070/dsh-file-review-tab - Review agent file changes as a dsh-better-sidebar sidebar tab or chat turn-tail row — line-level diffs and undo.
- magian1127/deepseek-harness-zh_pro - UI enhancement suite for the DSH web client: Chinese locale completion, one-row stats, auto-expanded thinking, chat width, session archiving and delete, plus an optional prompt-injection switch (off by default).
- magicOF2/dsh-autoload-history - Automatically loads the full conversation history when a session opens, so older messages are ready without clicking "Load earlier".
- magicOF2/dsh-chat-width-customizer - Session-header button that cycles the conversation width (748-1600px), widening the chat column, composer, and user bubbles together.
- magicOF2/dsh-turn-marks - Left-edge turn-marks strip in chat: one bar per user message, click to jump to that message, hover for a preview, active bar turns white.
- Max-Null/dsh-chat-rail - Scroll-painting message rail for DeepSeek Harness: a slim right-edge rail with one indicator per user message, scroll-spy follows the reading position, hover unfolds a canvas with full message previews, and clicking jumps to any history message; animates in sync with better-sidebar panels.
- Max-Null/dsh-node-appearance - Conversation node appearance for the DeepSeek Harness web GUI: configurable per-category and per-tool colors (left accent bar + tinted background), plus a show-thinking toggle; pure frontend rendering, takes effect instantly and persists to the DSH user settings file.
- MDR-EX1000/dsh-desktop-kit - macOS desktop shell for the DSH web UI: a plugin plus a small Tauri/WKWebView window over the loopback web surface — real macOS fullscreen, single instance, external links delegated to the system browser, and browser-style zoom.
- MEMZ-JZY/DSH-Claude-Style-Reasoning-Slider - Animated Claude-style reasoning-effort slider and model picker that replaces the native DSH model selector.
- mengyun233/dsh-codex-pet - Auto-migrate Codex desktop-pet skins into DSH: an animated corner pet that mirrors agent state (thinking, tool use, awaiting approval, failed, done), with per-session frosted-glass dialogs and a full settings panel.
- Meredith2328/dsh-sticky-note - Quick sticky notes on the composer toolbar: jot ideas or TODOs, auto-saved as Markdown, one click to send into the chat.
- mervyn-teo/dsh-plugin-collapsible-steps - Collapses consecutive tool-use and thinking steps between messages into a single bracketed, expandable item.
- MichengAI/dsh-codex-ui - Rebuilds the DeepSeek Harness web sidebar, workspace tree, search, and turn navigation in a Codex-style layout.
- miisaka19800/dsh-restart-fab - Floating restart button for the DSH web GUI: restarts the dsh process in place with a full-screen overlay and auto-reloads the page; no launcher script required, works on Windows/macOS/Linux.
- Minecraftbe/dsh-toolfold - Codex-style tool call folding, collapsing multiple tool calls into a single line.
- Mobai-read/dsh-chat-index-rail - Client-only right-edge chat input index rail: one bar per user message, two-stage hover preview (15 chars, expandable to 40), click-to-jump, and scroll-follow highlight; static npm bundle with no host half.
- Mombrane/dsh-subagent-monitor - Live subagent run monitor for the Web UI: a sidebar footer trigger plus a fixed top-right card panel showing each subagent of the current session in real time (running/elapsed, terminal outcomes, tree indent), with one-click jump into the child conversation and a return button, refresh-surviving and mobile-hidden by default.
- MorGogh/widget-dock - Draggable grid-aligned workbench of 28 mini-cards in the margins of the conversation (API balance, token usage, cost, context pressure, todos, goal, usage heatmap, GitHub repo, image relay), with S/M/L/XL size tiers.
- Nagi-ovo/dsh-visualize - In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.
- nailing10086-zx/dsh-custom-ui - Right-side file-tree sidebar that opens workspace files, plus a DeepSeek account balance meter in the composer stats line.
- Neumannzc/dsh-archive-manager#plugin - Beautified archive-manager settings section listing archived sessions grouped by workspace, with a hover unarchive action and relative timestamps.
- nexsjournal/dsh-vision-plugin - Installs an image-input checkbox into the Models catalog so a custom model can declare image input and receive images directly; includes an optional BYO vision relay.
- NormanFxxkingRockwell/dsh-keyboard-history - Minimal ↑/↓ input history for the DSH web composer: press ↑/↓ to walk back through sent messages. Nothing else.
- Nothree-code/folder-tree-sh - Workspace file tree for the Web UI: multi-tab preview (text/DOCX/PDF/Markdown/CSV/images), inline Markdown editing, a Git changes panel, and file operations (rename/delete/copy/move/create) via context menu.
- Odefined/dsh-mobile-webui - Mobile-viewport fixes for the dsh web GUI: overlay drawer sidebar with swipe gestures, icon-only composer with a mode · model · effort status line, centered popovers, and horizontal-overflow/scrollbar centering fixes.
- omdsh-dev/dsh-annotation - Select text → annotate → send with your message; replies map back to each annotation.
- omdsh-dev/dsh-at-file - Codex-style
@filementions: search workspace files in the composer and attach their contents to prompts. - omdsh-dev/DSH-better-sidebar - Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
- omdsh-dev/dsh-genui - Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
- omdsh-dev/ex-setting - Settings extensions for DSH.
- omdsh-dev/web-components - Web Components support.
- openAGFS/dsh-agfs - File-browser web app for DSH: React frontend and REST API served by the host webserver, a /dsh-agfs command that opens at the current session workspace, and a browse_files model tool.
- opencues/opencues#integrations-dsh - Word alternatives and underscore-gated fill-ins in the composer. End a line with _ and it is filled; misspellings are flagged as you type. Routes through the model dsh is already configured with, so it needs no API key.
- openma-ai/deepseek-harness-tui#npm - A Rust/ratatui terminal client that speaks the DSH SDK JSON-RPC protocol directly and runs standalone or as a profile bundle.
- Pasumao/dsh-plugin-workbench - Adds a VS Code-style workspace file explorer to the dsh web GUI: file tree, editable preview with syntax highlighting, tabs, line numbers, right-click file operations, and inline image preview.
- pc439527/dsh-side-monitor - Sidebar system monitor for the DSH Web UI: live host overview (CPU/memory/network/disk), process list, and Docker container status, all read-only.
- penguin-oo/dsh-pathlink - Ctrl+click file paths and links in chat: paths open their folder in the OS file manager (with the file selected), links open in a new browser tab.
- pengyue-polaron/deepseek-harness-genui - Code-first React and TypeScript task apps rendered inline, in Canvas, full screen, or on localhost, with interaction state available to later agent turns and approval-gated MCP and API access.
- PerryLink/dsh-composer-history - Terminal-style input history for the web composer: edge-first arrow-key recall with exact draft/caret restore, browser-local persisted history, Ctrl+R reverse search, and sliding-context awareness; 0.5.0 adds a smart input layer — cross-session snippets (/save, /load), prompt templates with variables, reuse insights, and compaction-summary highlighting.
- Phant0Meow/dsh-meow-smooth - Mobile-first UX polish for the DSH Web UI: composer auto-fold, enter-as-newline on phones, compact sidebar/header/settings, zoom and overscroll lock, plus approval/question/completion notifications via in-page cards, Web Push, and webhook — zero dsh changes.
- Physicolor/harness-ui-enhancer - Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language via official design tokens; live-customizable chat width, markdown font size, workspace scale and UI font stack.
- Physicolor/harness-widgets - Right-hand widget rail for the DSH Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache, tokens) and OpenCode Go quota via a same-origin host proxy; extensible widget registry for more platform usage widgets, visuals, utility actions and external integrations.
- pingg02/dsh-plugins#dsh-desktop-entry - Creates a Windows desktop shortcut that starts DeepSeek Harness when needed and opens the Web UI in a Chrome or Edge app window.
- pingg02/dsh-plugins#dsh-quote-selection - Lets users quote selected conversation text with optional notes, then attaches the references to their next message.
- pyf2818/dsh-bili-widget - Floating Bilibili video mini-player for DSH — always-on-top window with discover/search/follow-UP channels, auto-playlist, mini & focus modes, persisted watch history and window minimize-to-ball.
- qjcnmd/dsh-reasoning-slider - Codex-style reasoning-effort slider embedded in the model selector.
- Quinn2006/dsh-guise - Persona wardrobe for DeepSeek Harness: save multiple personas, apply them globally or per workspace, with a master switch, an adjustable API balance guard, and a lazy token-loving tired mode that speaks on the agent's behalf when quota runs out. Files-as-config, hot reload, zero dependencies.
- qyw233/dsh-deeplink - Deep links: open a specific session or workspace via
?session=/?workspace=. - RAFOLIE/dsh-desktop-windowos - Windows tray desktop shell: auto-installs and auto-updates the exe from GitHub Releases, creates desktop shortcuts for both the app and the web UI, and exposes a desktop_launch tool to start it from the conversation.
- Ratevoid/dsh-aseprite - A browser pixel-art and sprite animation editor with Aseprite-compatible files, local crop/outline blueprints, and optional LLM workflow nodes.
- ReachGa0/dsh-desktop#plugin - DSH plugin (dsh-desktop-launcher) that launches the dsh-desktop Windows Electron shell from the conversation: double-click to run the DSH web in a standalone window, region screenshot with GPU-accelerated selection that auto-pastes into the chat (works with vision bridges), system tray, session manager, auto environment setup, configurable port, single-instance lock.
- renat3u/dsh-web-archive - Collapse noisy messages (Think, Bash, etc.) in conversations.
- Ri0n72Y/dsh-workspace-scope - Per-workspace Skill and MCP enablement for DeepSeek Harness: control which skills and MCP servers new sessions load, per project.
- Ricketts-Guo/dsh-shortcuts - Fully customizable keyboard shortcuts for the Web UI: 34 pre-registered features (sessions, views, clipboard, models, silent permission cycling, settings), one-click recording to bind your own, and a shortcut cheatsheet with built-in diagnostics.
- ruisenbai/dsh-inline-comments - Select text in a finished assistant reply to add numbered comments beside the quote; collect drafts and submit the batch through the official composer as one user message.
- s3yf1337/dsh-desktop#bundle - Desktop profile for dsh: native Tauri window over the harness web surface with tray, native notifications, a file-manager panel, and one-click updates.
- sakuraqqq/dsh-auto-paste - Auto-saves large pasted text as an attachment file in the DeepSeek Harness web input box.
- Sanqi-normal/dsh-model-picker - Provider-tabbed model picker for the dsh web composer: left provider column and right model list, both independently scrollable, with cross-provider search.
- sanqiPanax/dsh-sticker-board - Fridge-magnet quick-task stickers docked above the composer: one-click sends a preloaded prompt into the current session, grouped long-term/short-term.
- Semidia/dsh-sampling-sliders - Model sampling sliders (temperature / maxTokens) in the composer: override every model request for all providers via the agent/request hook, with hot/persist modes.
- sereinmono/dsh-desktop-pet - A plugin that adds a desktop pet to your DeepSeek Harness, supporting the Codex pet format, you can use hatch-pet or Petdex to add your pets.
- SherUnlocked-4869/dsh-plugin-msg-nav - Conversation node navigation rail for the DSH Web UI: one dash per user message on the right edge, reading-position tracking, hover preview card, click-to-jump with highlight line, sliding window, and auto-hide.
- siberiah2o/dsh-plugin-terminal - Bottom multi-tab terminal panel (node-pty + xterm.js) pinned to the viewport bottom, always below the input box.
- SiriLee/dsh-approval-hotkeys - Panel hotkeys for the web UI: Enter presses the confirm action and Esc presses the cancel action on every interaction panel (approval, question, plan review).
- skyhancloud/dsh-client-ui-quote - Adds a removable quote banner above the web chat composer for text selected from an AI reply, included in the next message.
- SmileBuild/dsh-planchart - Publishes a project plan the agent writes: ordered steps in a panel docked to the right of the frame, and the framework graph as an auto-laid-out diagram in its own centre tab, downloadable as SVG or PNG. Charts are rebuilt from the session log, so they survive restart and resume.
- SnowCrescenter-tech/dsh-milestone - Right-side dot-timeline rail: jump between user messages.
- SongMiao-tech/dsh-prompt-optimizer - Optimize Prompt button under the composer: one click rewrites your draft into a clearer, more executable prompt, with a before-and-after dialog and one-click replacement.
- songoao25/dsh-bottom-info-bar#plugin - Bottom info bar for the DSH Web UI: provider/model, live balance, peak/off-peak pricing with countdown, and real persisted per-session spend in a single line.
- SpookySandwich/dsh-plugin-smooth-stream - Better streaming text animation for DeepSeek Harness.
- springbrand-lab/dsh-skin-universe#dsh-web-ui-all - Web GUI bundle for DSH: a task board with cron scheduling, a Git branch graph, a file and change side panel, an SSH terminal with SFTP and port forwarding, QR-paired mobile remote control, a desktop companion, live token statistics, and five installable themes.
- Stylelinzzz/dsh-chat-history - Adds a "History" conversation view tab listing the session's user messages as a clickable directory, with auto-paging and click-to-jump back into the chat.
- suiyideali/dsh-selection-toolbar - Shows a floating toolbar above text selected in a conversation, with copy, quote, ask, explain, translate, summarize, and custom prompt actions.
- sunshaobei/dsh-file-mention - Codex-style @file/@folder mentions for the DSH web composer: workspace file/folder picker menu, plain-text colored mention tokens via the platform lexicon scan, and a nested-git-aware file index.
- sunshaobei/dsh-input-history - Standalone arrow-key input history for the DSH web composer: ↑/↓ recalls sent prompts from one global ring shared across all sessions and workspaces, persisted to localStorage with an overridable cap.
- taxueseek/dsh-files - File upload with color-coded attachment cards (session-isolated storage, sha256 dedup, TTL sweep) plus a content-sniffing read_document tool for PDF/DOCX/XLSX/TXT.
- TecFancy/dsh-mobile - Mobile adapter for the DSH web shell: overlay sidebar/details drawers, responsive composer and settings below 768px, zero desktop regression.
- TianYa-DAO/dsh-wallpaper-engine#plugin - Wallpaper Engine local library, background layer, native Scene panel, and desktop-mode controls for the DSH desktop shell.
- tipoLi5890/dsh-file-mention - Session-scoped @file/@folder mentions in the composer with Git-aware indexing, drag-drop and paste managed uploads, and validated path markers.
- tsonglew/dsh-media-preview - Audio/video FileViewer for dsh-better-sidebar: native inline playback for mp4/webm/mkv/mov and mp3/flac/wav, served by a Range-capable streaming media route.
- tsonglew/dsh-workspace-search - VS Code-style workspace keyword search tab for dsh-better-sidebar: matches file names and content, grouped by file with line numbers, opens in the sidebar editor.
- tuogusa/dsh-word-complete - Word auto-completion in the Web composer: prefix-matched suggestions sorted by closeness, arrow-key selection and Enter to confirm.
- TZHR-invest/dsh-plugins#dsh-mobile-ui - Mobile UI for the Web GUI on narrow screens: full-width responsive layout, overlay session drawer, 44px touch targets, safe-area support, and reading enhancements with zero desktop impact.
- uigdwunm/dsh-process-fold - Groups each DSH Web turn's thinking, tool calls and context into an expandable process box that shows the latest two items by default, while keeping user dialogue, interactive questions and final answers outside.
- UndeadSheep/dsh-file-preview#dsh-file-preview - Floating workspace file-preview window for the Web client: lazy file tree, CodeMirror preview and in-window edit with save, Markdown and image preview, Quick Open search, and opening paths clicked in the conversation.
- urzeye/dsh-outline - Real-time outline panel for the DSH Web session page: user questions plus a Markdown heading tree (H1–H6) that updates live during streaming, with click-to-locate highlighting, expand-depth control, search, and per-session favorites.
- vibeinging/dsh-turn-navigator - Turn navigation for the DSH Web UI.
- vlln/dsh-navbar - Conversation node navigation bar for quick jumps between user messages.
- vlln/dsh-task-status - Background task status bar: progress plus live output tail on the chat page.
- vvvspec/better-reasoning-slider - Official-style composer model trigger with a floating reasoning-effort slider popup.
- waknow/dsh-web-icon-indicator - Browser tab favicon mirrors the DSH session state (idle / running / asking / done), recolored and animated from one base SVG entirely in the browser, with colors and effects configurable from the Settings page.
- warmwine/dsh-ui-font - Font engine for the Web GUI: system font enumeration, global and per-component font-size tuning with a Spy++-style picker, settings page.
- Waverly-W/dsh-scratchpad - Quick temporary conversation and workspace manager for DeepSeek Harness Web GUI.
- wefio/dsh-cache-miss - Yellow one-line notice for a prompt cache miss after the cache was rebuilt; shows re-billed uncached input tokens, cached hit tokens, and TTFT.
- weien666/dsh-conversation-density-map - Adds a non-uniform conversation density map(chat history markers) to the right of the DSH chat area: one tick per turn, with tick length and spacing reflecting message size, clickable to jump to a turn and expanding on hover when crowded.
- weshopai/weshop-dsh-plugin - Infinite-canvas e-commerce visual workspace for product photography, virtual try-on, background edits, and video, synced live with the Harness conversation.
- whiteguo233/dsh-openbiliclaw - OpenBiliClaw consumer panel for DSH: recommendations, saved lists, Socratic dialogue, profile views, and Agent Bridge tools.
- WhitePlusMS/dsh-input-plus - Search and insert workspace file and directory paths with
@, plus a/hmenu for reusing prompts from the current session. - WilliamShi666/dsh-wsl-workspace-picker - Enhanced workspace directory browser for the web UI: one-click access to /mnt Windows drives under WSL, full breadcrumb ancestry and an always-visible path input.
- winditer/dsh-elf - Floating translucent DeepSeek whale elf on the DSH page that opens a draggable, minimizable temporary chat window using the session model or a custom OpenAI-compatible endpoint, with real-time streaming.
- winditer/dsh-prompt-optimizer - Polishes the draft in the composer into a clearer, better-structured prompt from the ✨ button or Alt+O; streams the result live over SSE with reasoning shown first, and follows the session's default model with zero configuration or any OpenAI-compatible endpoint.
- Wine-Red/dsh-codex-timeline - Left-edge user-Turn navigation rail with reading-position highlighting, hover previews of per-turn metrics and model-answer excerpts, keyboard and click-to-jump controls, and local conversation search.
- Winter-And-You-Gone/dsh-deep-verbs - Rotates the model status line through a 53-phrase English/Chinese deep-theme pool: a random pick at turn start, event-driven switching on new thinking segments or tool calls (3s throttle), and a click on the status line toggles the language.
- Winter-And-You-Gone/dsh-turn-fold - Automatically folds tool calls into Think-segment groups and collapses each finished turn into a single header showing duration, token, throughput, and cache-hit metrics.
- WJNCT55555/dsh-web-preview-float - Google AI Studio-style floating preview for the Web UI: a draggable/resizable iframe preview with aspect-ratio and resolution presets, plus a VS Code-style code window with direct editing, confirmed writes, and session-log recording.
- wjy9902/dsh-web-default-session - The generic New Session action opens a default-directory workspace instead of requiring a folder pick, and the workspace picker lists that workspace as a no-folder choice.
- WJZ-P/dsh-attachments - Adds file and folder drag-and-drop attachments to the Web UI, with composer cards, persistent history, and workspace-backed paths.
- wlj521/dsh-ui-tweaks - Live-tune the DSH Web conversation UI from Settings: message font size, Claude Desktop-style markdown tables, dialog width, an optional timeline rail, and a GitBar with branch management, per-file diff, and commit & push.
- wmengxiang/dsh-prompt-optimizer - Adds an icon button to the composer that optimizes the current draft prompt through the active model.
- wodongx123/dsh-desktop-tray - Adds a system tray icon to DSH Desktop, with settings to hide the main window to the tray on minimize or close and self-healing after app updates.
- wqx-txdsyl/dsh-ds-attach - DeepSeek Chat (chat.deepseek.com) same-style attachments: paperclip upload button, 240×64 DS-style file cards with official colored doc icons (PDF/DOCX/XLSX/PPT/IMG extracted from the DS frontend bundle), drag-and-drop, text extraction (PDF/DOCX/XLSX/TXT) injected into the message, and real attachment cards rendered in the transcript (custom user renderer) with the model reading full content.
- wsxwj123/dsh-plugins#dsh-composer-tools - Composer input toolkit: arrow-key session history (first/last-line gated, IME and command-menu safe) and related input conveniences.
- wsxwj123/dsh-plugins#dsh-turn-scrubber - Compact right-edge turn rail with hover summaries and click-to-jump navigation.
- wx-yss/dsh-message-rail - Codex-style left-side message navigation rail for the Web UI: one tick per user message, hover previews, and click-to-jump across the whole history.
- wydddddcool/dsh-hover-approve - Anchors an approve/answer bubble to each DSH Web sidebar session row — one-click handling of authorization, questions, plan reviews and blocked goals without opening the conversation.
- wzz3034026545/dsh-rule-manager - Manage DSH rules from the web settings panel — edit global/project AGENTS.md, or auto-split pasted rules into layered AGENTS.md and skills via LLM.
- x2802490130-prog/dsh-client-ui-writing - Client-side writing panel for the Web UI: project volumes and stats, corpus library, full-text search, evolution version-chain diffs, and an SVG thread graph, shown only in writing-preset sessions.
- XHR666/dsh-mpkg-wallpaper - Load Wallpaper Engine .mpkg files as the DSH web background: embedded video, time-of-day switching, unified frosted blur, local wallpaper library & rotation.
- xiaheng1/dsh-turn-nav - Turn histogram navigation rail for DeepSeek Harness Web with mixed, DeepSeek, and Codex visual variants.
- Xiaofei-fei/dsh-prompt-history - Bash-like prompt history and terminal-style right-click paste for the DSH web composer: Up/Down arrows recall previously submitted messages and right-click pastes the clipboard directly, sourced from the session's own message log (zero config, zero extra storage).
- xiaoshihou514/dsh-tui - Clean and simple TUI.
- xiaoyangcheng84-svg/dsh-skin-manager - Skin manager for the DSH web GUI: discovers installed skins and switches the active one from a dedicated Settings page, mutually exclusive, hot-reloaded without restart.
- xiaoyuer3921/dsh-showreel - Turns the latest completed DSH session turn into a shareable vertical recap video: editable five-scene storyboard, host-side privacy redaction, optional AI polish and TTS narration, MP4/WebM export with PNG cover.
- XiLuovo/dsh-session-timeline - Session timeline down the left of the conversation: every user message at a glance, current-message tracking, hover preview of the message and its reply, click to jump, collapsible.
- xing-shuyin/dsh-ui-tools - Developer tools panel for the DSH web UI: file browser with preview, edit, and path-only file mentions; multi-tab terminals with quick commands; Git panel with commit, push, pull, and branch switching; and background job management. UI ported from pi-web-ui.
- xiyuepcl/dsh-approval-translator - DSH审批汉化 — approval dialogs translated to Chinese before they render: DeepSeek-powered, host-side, nothing for React to revert.
- Xliecc/dsh-session-theme - Shows every session theme in the DSH Web left sidebar immediately on page load by warming the session projection cache at startup; no need to click into a conversation first.
- Y1X1n/dsh-prompt-optimizer - Adds an optimize button beside the composer that analyzes and rewrites the prompt draft with SSE streaming, conversation-context awareness (template vs intent-polish strategies), an edit-continuity memory chain, undo, and model routing with fallback and a connectivity test.
- yangshen830-eng/dsh-editor - VS Code-style code editor: sidebar file tree over the workspace, Monaco editing, file read/write, Git status and diff, search, and Markdown preview.
- YEYEYEYESHIFU/dsh-result-only-view - Results-only conversation toggle for the Web GUI: hides thinking and tool-call process rows, keeps one live status line while the agent works, restores working animations under prefers-reduced-motion, zh-CN/en localized.
- YiRan0/dsh-mobile-glass - Mobile adaptation for the DSH Web UI on narrow screens: reveal drawer with the chat layer on top, drag gestures, bottom-sheet settings panel, composer and header fixes, zero desktop impact.
- YooRarely/dsh-open-explorer - Adds buttons to open the current DSH workspace root in the host file manager.
- ysyyhhh/dsh-pet - Native desktop pet for DSH that follows agent activity, supports Codex pet packages, and imports approved pets directly from Petdex without its CLI.
- Yu-tao-Li/dsh-read-image-view - Displays the images read in the conversation (read_image results) in the DSH Web GUI: a dedicated Read image row with a default thumbnail and an in-page full-resolution lightbox (zoom buttons, mouse wheel, 1:1 original size), plus the metadata envelope.
- yuanbaoerer/dsh-decision-split - Decision split view for DSH web UI: a decision summary card in the main window plus the full plan in an independently scrollable side panel, so you can review the whole plan while writing decisions and send them back to the agent with one click.
- Yuer6327/NoLetMe - Real-time 'We need…' and 'Let me…' reasoning-trajectory keyword stats for the DeepSeek Harness web chat.
- Yujm888/dsh-turn-rail - Codex-style auto-hiding right-edge turn rail: edge-peek show/hide, per-turn tooltip, in-rail search, and a scrolling 30-turn window for long sessions.
- YZz-S/dsh-workspace-files-explorer - Floating workspace file-tree browser for the Web GUI with line-numbered syntax highlighting and Markdown preview.
- zealot00/dsh-pet - Desktop pet for the DSH Web UI: sprite-sheet animation, agent state linkage, drag, alarm (daily/one-shot) and pomodoro widgets, skin picker with preview.
- Zenjibad/dsh-any-attachment - Lets the DSH web UI attach files of any type as pathless @-mentions: pick a workspace file from the @ menu or drop one into the composer, and the agent reads it directly.
- dsh-settings-nav-organizer - Declutter the DSH settings nav: fold third-party plugin entries under collapsible group rows, with bookmark-style custom groups and a fold toggle in General settings.
- zhengzeyong9527-droid/zzy-dsh-prompt-optimizer - Adds prompt optimization, cancellation, and undo controls to the DeepSeek Harness composer.
- zhousun55-byte/dsh-postman - Upload files and folders straight into the conversation — images attach as real message blocks, text content is written into the composer draft, folders land by directory structure.
- zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all - Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
- ZichengGurrr/dsh-window#kit - All-in-one bundle for DSH: the native Windows desktop window (WebView2), DeepEye vision (GLM-4V-Flash), and voice input (mic button) in a single install.
- ZichengGurrr/dsh-window#plugin - Native Windows desktop window (WebView2) for DSH: one-command install, auto-fetches the app zip from GitHub Releases, creates a desktop shortcut, and adds a desktop_launch tool to start it from chat.
- zizhongfeiyang/dsh-settings-drawer - Lets you choose which items appear in the DeepSeek Harness settings left nav.
- zmm863-commits/dsh-paperclip - DSH Web GUI paperclip button: a 📎 button in the composer opens a file picker (drag & drop supported) and inserts file contents into the textarea.
- zoumutou/dsh-web-preview - Side web-preview panel: local static hosting, Markdown/code/image preview, one-click run of non-static projects (Cargo/npm/Go/Python) with live logs, drag files into the chat (saved to the workspace), element mark & annotate, workspace file search on 404, and link-click takeover into the side panel.
- ZSeven-W/dsh-openpencil - OpenPencil design preview and editing plugin.
- zuoguyoupan2023/adhdgofly-dsh-ext - Highlights parts of speech (nouns green, verbs red, adjectives/adverbs purple) in rendered DSH Web Markdown, with light/dark palettes, toggles, and stream-aware updates.
- zzx-dear/dsh-selection-followup - Select any text in a DSH chat reply to get a floating Follow-up/Copy pill: one click quotes the selection into the composer so you can type your own follow-up question, or copies it.
Usage & Billing
- 02Muller25/dsh-api-balance - Real-time DeepSeek API account balance in the composer dock with manual or custom-interval auto-refresh.
- 1HelloMan1/dsh-usage-dashboard-plus - Shows DeepSeek balance and estimated daily spend, merges external vision-call JSONL records, and adds a per-session dashboard with model statistics, TTFT, cache rate, call logs, cost estimates, filters, and CSV export.
- 2006spy/dsh-token-billing - Real-time token billing for DSH web: official DeepSeek CNY pricing with automatic peak/off-peak switching, hourly price sync from the official site, visual custom model prices, and multi-currency fallback.
- 283Gawin/dsh-heatmap - Activity heatmap in the DSH Web sidebar: GitHub-style grid of daily commits, token usage, and estimated spend, with a today stats line for all-session token totals, cache hit rate, and per-model auto-priced cost.
- 534119219/chicheng-stats - Configurable DSH usage statistics: a sidebar text/card widget plus a detail dialog with per-provider and per-model breakdowns, cache-hit rates, token trends, and latency details (TTFT and duration).
- 940842546/dsh-usage-billing - Usage and cost statistics with peak/off-peak pricing after the 2026-08-17 rate change, a floating summary panel, per-session breakdowns, and a day/week/month/year/all usage heatmap.
- AKS1st/model-usage-plugin - Per-model token usage and cost estimation with DeepSeek account balance, shown in a Settings panel tab.
- Andrew111888/dsh-plugin-balance - A floating credit/quota widget for the DeepSeek Harness Web: shows DeepSeek / OpenCode Go balances and usage, and tracks DSH session token usage and estimated cost by day, month, and model.
- badai147/dsh-ocgo-usage - Shows OpenCode Go quota usage in the web sidebar's bottom-left corner — rolling/weekly/monthly progress with a hover card, plus a Beijing-time DeepSeek peak-hour timeline.
- BeiZi6/dsh-opencodego-usage - OpenCodeGo quota monitor for the DSH Web GUI: a breathing indicator at the input's bottom-right (green/yellow/red by remaining share), a liquid-glass panel with rolling/weekly/monthly usage windows and reset times, auto-refreshing every 30 s; API key read from DSH credentials.
- Bob-Bo1/dsh-deepseek-balance - Shows DeepSeek API balance and local DSH Flash and Pro usage costs.
- bobcat848/dsh-calculator - DeepSeek API spend (current session and all sessions) and account balance in the aside panel, with official pricing and peak/off-peak support.
- boooooooer/dsh-balance-and-cost - DeepSeek account balance and model cost tracking with official peak/off-peak pricing, three-tier token billing (cache miss, cache hit, output), per-model and per-session breakdowns, a composer summary bar with hover details, CSV export, and a settings panel.
- bowenliang123/dsh-context - DSH context insight panel: Context dashboard + /context command + Context browser — one-stop context lifecycle management with categorized composition, content details, evolution trends, compaction/injection events, and stats.
- Ch0uHuaZ1/DeepSeek-Harness-Desktop#desktop-launcher-plugin - Adds a Desktop card to the settings page that detects the DeepSeek Harness Desktop app and launches it with one click.
- chenyinrusi/dsh-llm-cost - Per-turn and session-wide LLM cost metering: a dollar cost line under each message, a session cumulative total with hover breakdown, and an LLM+web price auto-refresh tool.
- Choi-Peng/dsh-deepseek-balance - DeepSeek account balance in the dsh web sidebar footer with live config hot reload and an editable Settings → Plugins card.
- ChrisZhangWG/dsh-codex-meter - Adds a Settings Usage dashboard for DeepSeek API balance, official token and cost analysis, trends, context warnings, and live API activity.
- CN-Leo/dsh-deepseek-balance - Real-time DeepSeek account balance in the composer dock, auto-refreshing every 15 seconds with hover details.
- DamonKoy/dsh-plugins#dsh-usage-cost - Token usage and cost tracking with daily/session budget alerts and a usage_report tool.
- DamonKoy/dsh-web-ui#dsh-live-stats - Live token estimates and generation throughput for the dsh web GUI.
- deepseek-dsh/dsh-workspace - Sidebar usage dashboard: DeepSeek balance and today's cost, project file explorer, Git diff & history, built-in terminal, and one-click Harness updates.
- dk33333333/dsh-deepseek-quota-left - DeepSeek API quota panel collapsed into a left-edge handle for the Web UI: click to expand balance, official today's consumption (with platform token) and live conversation cost; fork of dsh-deepseek-quota.
- feibi-mochi/deepseek-harness-control-center - DeepSeek Harness control center for official balance monitoring, per-session costs and tokens, third-party token totals, completion alerts, official recharge, flexible layouts, and agent-assisted session controls.
- FengHuoLinShan/dsh-plugin-llm-balance - DSH balance and quota card showing up to 3 recently used providers. Supports DeepSeek, Moonshot, Kimi For Coding, OpenAI Codex, and OpenCode Go, with auto-discovery, quota windows, reset times, color-coded status, dragging, and automatic refresh.
- fishxcode/dsh-plugin-deepseek-balance - DeepSeek API balance, balance trend, and daily usage charts in DSH Web settings.
- Floating-Dreaming/dsh-minimax-usage#trusted-plugin - Adds a "用量" section to the DSH Settings page that shows your MiniMax Token Plan usage (5h and weekly windows with reset countdowns), per-model breakdown, and video bonus credits; fetches
/v1/token_plan/remainsvia a trusted plugin that holds the API key, auto-hides when no key is configured. MIT. - gdy01/dsh-token-cost - Per-project LLM token usage and RMB cost in the DSH Web sidebar, split by input (cache miss), cache hit, and output with model price auto-pricing.
- Ghost011118/dsh-balance-meter - DeepSeek account balance and session cost in the composer dock, with auto-fetched official pricing and peak/off-peak support.
- GLFzr/dsh-opencode-go-quota - OpenCode Go quota ring: click-to-cycle progress ring (5h/weekly/monthly) left of the model selector, colored by urgency, with reset countdowns on hover.
- GooodWei/context-vista - A right-side floating panel and /context command for DeepSeek Harness — a live donut chart of context token usage, allocation, and estimated cost.
- GPIOX/dsh-api-balance - Floating API-balance badge for DeepSeek Harness: live balance for DeepSeek, Moonshot, OpenAI and custom endpoints; draggable, resizable, frosted-glass look, with text color adapting to the content beneath.
- Han-1413141/dsh-cost-meter - Per-session and daily API cost, budget with usage %, official balance, history dashboard, and one-click official price sync with peak/off-peak pricing.
- Hann428/dsh-usage-dashboard - DeepSeek Harness Usage tab for DeepSeek account balance, official peak/off-peak pricing, live countdown, platform usage link, and local balance warning light.
- hb-degithub/dsh-usage-guard - Usage statistics panel: silent per-model token collection, activity heatmap, trend charts, cost estimation and daily-limit guard.
- huanyuLv/dsh-balance-tide - DeepSeek account balance and session cost under the composer, with a live peak/off-peak pricing badge (Beijing time), a countdown to the next pricing switch, hover price tables, and usage advice.
- iamfromchangsha/dsh-go-balance - OpenCode Go balance pill at the right end of the composer tool row: rolling/weekly/monthly quota remaining straight from the Zen usage endpoint, with hover detail and warn/danger coloring.
- ibka512/dsh-ibka-balance - Permanent composer-dock balance card: real-time DeepSeek API account balance with 5-minute auto-refresh, a manual refresh button, and low-balance color warnings.
- izz-BLUE/dsh-deepseek-usage-dashboard - DeepSeek API usage dashboard for DSH Web: daily cache-hit/miss and output token statistics from session logs, per-model cost estimates, account balance, 7-day trends, and a composer usage summary.
- jacujay/dsh-model-balance - Auto-detect the current model vendor (7 built-in) and show its balance or quota in the composer input row, with custom endpoints for unsupported vendors.
- Jannchie/dsh-bill - Cost tracking priced from an online catalogue (models.dev + OpenRouter, 8000+ models, each call priced at its own instant): a per-turn cost line, a Cost tab attributing spend to tool output / model output / system prompt / commands, budget, monthly forecast, ~166 live-rate currencies, and a bill_stats agent tool.
- jiangli07/dsh-deepseek-quota-bar - Draggable transparent balance card with a blood-bar of remaining balance vs month-opening, today/month spend (official when the platform token is configured), and session cost.
- Jolly-J/dsh-deepseek-billing - DeepSeek account balance and per-session cost card in the sidebar foot.
- JonyChan8394/dsh-llm-balance - Multi-provider LLM API balances under the chat input, with presets for DeepSeek, OpenRouter and SiliconFlow.
- kelearns/dsh-token-usage - Token usage heatmap for the Web UI: daily/weekly/cumulative views over a 12-month window with light/dark themes.
- kenz1117/dsh-ui-usage-billing - Sidebar billing dashboard: real usage aggregated from session logs (per-model and per-day calls/tokens/cache), cost estimated in CNY from a current multi-provider pricing catalog, subscription-plan (coding/token/agent) routes exempt, and per-provider health dots.
- KIDLi1412/dsh-session-cost - Session cost estimate in a status bar at the bottom of the conversation (per-model token pricing, CNY) plus the live DeepSeek account balance via the official balance API.
- KIDLi1412/dsh-token-heatmap - GitHub-style daily token-usage heatmap on the new-session screen with a selectable calendar-year view, green/blue color schemes, and today / this-month / all-time totals.
- kirigayakazima/dsh-usage-vendor-stats - Vendor-based usage dashboard: per-provider token/cache/output KPI, a 53-week heatmap, trend chart with hourly "today" view, model drilldown, cost estimation, CSV export, and health cards (TTFT, generation speed, peak context, error rate).
- LaoYueHanNi/dsh-token-usage - Per-request model token usage tracked to per-day JSONL files, with a stats page in Web settings: daily trend chart, per-model breakdown, and date/model filters.
- LeemanCheung/dsh-token-usage - Local-first four-bucket Token observability: persistent session/provider/model/day dashboards, trends, budget and anomaly signals, public-rate estimates, safe aggregate exports, and explicit opt-in usage or session-trajectory analysis.
- LemCAE/dsh-balance - DeepSeek account balance and current-session spend estimate in a top-bar chip and settings card, with pause-aware auto-refresh, an editable official price table, a
deepseek_balancemodel tool, and a bilingual UI. - ljr282341583/dsh-convo-cost - Real-time cost tracking for the current DSH conversation: a composer-dock line showing the running token usage and DeepSeek official price estimate (base and peak/valley pricing).
- LL-cmyk-so/dsh-balance-widget - A balance and cost widget for the DSH web GUI: a sidebar footer card shows the account balance, a remaining-ratio bar and today costs; clicking opens a four-tier cost breakdown (last prompt / this session / today-this-project / today-all) with term explanations and a one-click top-up link. Zero external dependencies, works on Node 24.
- lninghaha/dsh-hub-oauth-gateway - DSH Web Usage Center with local SQLite history, HUD and dashboard, Hub account/quota snapshots, custom pricing and fee ledger, and CSV/JSON export, plus coding-plan OAuth and an optional loopback OpenAI/Anthropic gateway.
- luokai-demo/dsh-plugins#plugins/dsh-balance-plugin - DeepSeek wallet balance at the sidebar foot: a credit-card icon with the amount tinted by remaining balance (green over ¥2, amber ¥0–2, red below), refreshed on mount, per turn-end, and on click; a signed delta floats up and fades on each balance change.
- Lzh3070/dsh-session-cost - Composer cost chip: prices the current session DeepSeek API spend message-by-message with the official pricing table (incl. the 2026-08-17 peak/off-peak policy); hover for the breakdown, today (DSH) total and account balance. DeepSeek models only.
- Make0209/dsh-usage-stats - GitHub-style usage heatmap dashboard: per-workspace turn counts and token spend (with cache-hit rate), DeepSeek account balance, and workspace aliases.
- Max-Samson/dsh-usage-chart - Token, cost, and balance dashboard under the composer: live indicator plus zero-dependency SVG charts for per-turn usage, estimated cost, and DeepSeek account balance.
- mike-lee0120/dsh-cost-dashboard - Cost dashboard for DeepSeek Harness: aggregates model input/output/cache tokens across all local sessions, prices them with a builtin table (including DeepSeek peak/off-peak), and shows daily trends plus per-model and per-session tables.
- Minokun/dsh-quota - Bottom-right quota pill and panel aggregating membership quotas across AI platforms (Kimi Code, DeepSeek, Zhipu Coding Plan, BigModel, Qwen, Scnet, TokenRouter, SupaWriter), auto-syncing API keys from the DSH credentials domain with colored usage bars.
- mov-eax-eax/dsh-token-anxiety - Live per-task token cost widget: peak/valley pricing windows, projected post-hike costs, sortable per-task cost table, multi-currency (COP/USD/CNY + ~40 more) with FX rates, and one-click streamed LLM explain of expensive tasks.
- mtty-ai/mmx-quota-tool - MiniMax token-plan quota dock for the Web UI: a drop-shape 5h-usage % chip in the conversation input area, click for a detail panel listing every model's 5h & weekly usage and reset countdown, auto-hidden when the active default model is not a MiniMax model.
- Mu-scorpio/token-usage-counter - Persistent provider-reported token usage totals with per-session, per-model, and daily activity statistics.
- Nixz0824/dsh-usage-stats-plus - DSH usage and balance panel with official live balance, per-event official peak/off-peak pricing, all-channel spend estimates from daily balance snapshots, and a Codex-style 12-month token activity timeline. Fork of Ychris12138/dsh-usage-stats.
- NOirBRight/dsh-usage-monitor - Settings usage dashboard: tokens, requests, output tokens, and cache-hit rate from session logs, with a stacked chart and a breakdown table by provider, model, or workspace.
- nonewind/dsh-spend - Token usage and estimated spend for the dsh web UI: floating panel with per-model, per-day, and per-session stats.
- OK-wx/dsh-ocgo-lite - OpenCode Go usage bar in the composer dock: rolling/weekly/monthly quota rings, DSH-session token & cost stats priced with live official rates, per-model and current-session scope breakdowns with live per-session updates, one-click API key copy.
- ParticleLight/dsh-all-usage - Analyze usage across models, providers, workspaces, and time ranges — including custom start/end dates over the full retained history — with live cache-hit visibility and separate model and provider breakdowns. Includes a 53-week GitHub-style heatmap, usage streaks, cache-efficiency trends, DeepSeek account balance, workspace aliases, and CSV export. Chinese uses local time, English uses UTC; API access is loopback-only.
- qwert702/dsh-token-viewer - CC Switch-style token consumption statistics for the dsh web GUI: per-request usage log, real-consumption hero, request-time-bucketed trend chart, per-model peak/off-peak list pricing, per-project and per-model stats, and account balance.
- SenmuuuuW/dsh-whale-report - DeepTrace — deterministic agent reports from session logs (daily/weekly/monthly/yearly/custom): cost & token breakdown, 8 insight rules, collaboration review, live provider balance, PDF/PNG/HTML export; read-only, never rewrites history.
- Sev7een/ds-api-usage - DeepSeek API balance and 24-hour usage dashboard in Settings, with estimated spend, token counts, request counts, and an hourly timeline.
- Shiye-10Pages/dsh-whale-meter - Usage tiers and shareable stats cards: 🐟→🐳 ranks by monthly token burn with a locally-computed estimated percentile, precise pricing for 46 models across 6 vendors (including size-tiered Chinese pricing), backfill of pre-install sessions, and old-vs-new comparison across the 2026-08-17 rate change. Local-only, no telemetry.
- SoDaZilla-zzz/dsh-liquid-glass-balance-card - Draggable 3D liquid-glass floating card for the DSH web GUI: DeepSeek API balance, cumulative spend/token stats (today/yesterday/7d/30d/all), adjustable glass/3D/color controls, and one-click top-up.
- Starlight-bananice/dsh-status-bar - A configurable 17-segment session status bar for the dsh composer dock with live TPS, per-model cost estimation, and a usage & cost dialog.
- stevenx65/dsh-balance-plugin - DeepSeek balance and token usage in the web sidebar, with a today/all-time toggle and provider filtering.
- Sttrevens/dsh-cost-meter - Per-turn USD cost badge in the Web UI: session total in the header and per-turn cost in each message footer, with a hover breakdown.
- V-dev-388/dsh-usage-meter - Settings-page usage dashboard: per-provider/model token summary across all sessions, with today/7-day/30-day CSS-bar trends and a cache-hit rate.
- v587d/dsh-opencode-go-usage - OpenCode Go subscription usage (rolling/weekly/monthly windows with reset countdowns) in the composer dock, with a built-in credential editor.
- vibeinging/dsh-agent-budget - Agent-tree token budget management.
- vinyumao/dsh-opencode-usage - OpenCode Go plan usage display for the DSH web GUI: a persistent badge under the composer shows rolling/weekly/monthly usage percents with reset countdowns; click to expand a card; agents can query the balance via the
opencode_go_usagetool. - wenzetan/dsh-quota-panel - Bottom-right quota capsule that auto-discovers every configured provider (DeepSeek, OpenRouter, SiliconFlow, GLM, one-api/new-api, coding plans) and shows balance or rolling 5-hour and weekly usage, with per-provider visibility, alert thresholds and proxy support.
- wingsky-1/dsh-plugin-hub#packages/dsh-opencode-usage - OpenCode Go plan usage floating pill: three-window consumption percentages (rolling/weekly/monthly) with mini area charts, backed by background sampling against the official /v1/usage API.
- x2802490130-prog/dsh-balance-float - A floating balance widget for the Web UI: live DeepSeek account balance with manual refresh and a Y/N-confirmed graceful exit.
- xiaweiliang060035/dsh-opencode-go-usage - Floating widget showing real-time OpenCode Go subscription usage (rolling/weekly/monthly) for every API key, with rate-limit alerts and automatic key-pool discovery.
- Xidong-AI/dsh-rate-limiter - Proactive per-provider token-bucket rate limiting that queues over-limit requests before they are sent, preventing upstream 429 errors.
- xohmai/dsh-cpa-status - CPA account-pool status panel: sidebar health light, quota bars, success-rate ticks, and gateway key endings.
- xxvk/dsh-cost-crystal - Floating cost crystal for the Web UI: balance card, real-time tok/s, peak/off-peak billing countdown, last-24h spend, and a 🔮 next-message cost forecast, all timezone-aware.
- y2zyyr/dsh-token-usage-sidebar - Persistent provider-reported token usage for DSH Web, with a sidebar summary and settings-page breakdowns by range, token type, provider, and model.
- yangyongzhen/dsh-session-report - Per-session cost & usage report cards: tokens, cache hits, duration.
- Ychris12138/dsh-usage-stats - Multi-provider usage dashboard with provider/model token breakdowns, calendar drill-downs, account balances, and OpenCode Go / Z.ai subscription quota tracking.
- yflmq001/dsh-cost-tracker - Per-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags.
- yoiizesdev-crypto/DSH-Balance-display - Real-time DeepSeek account balance badge in the sidebar footer with odometer roll animation, multi-currency support, balance trend chart, per-key usage statistics with historical backfill, and GitHub version auto-check.
- yokesky/dsh-usage-lens - Usage statistics dashboard for the DSH Web UI: info cards, a 280-day GitHub-style activity heatmap, daily token trend, and model-usage donut chart.
- yyb16yyb-hub/dsh-deepseek-usage - Real-time DeepSeek API usage: account balance with low-balance alerts (browser notification on threshold crossing), token & request stats (total/today/last-60s windows, per-model and per-session), estimated cost — a composer dock plus a settings-page usage panel.
- YZz-S/dsh-billing-balance - Shows DeepSeek API account balance and Volcengine Ark Coding/Agent Plan quota windows (5h/weekly/monthly with reset countdowns) in the settings panel, composer dock, and a draggable floating refresh button.
- YZz-S/dsh-token-cost-meter - Real-time session token usage and estimated cost in the composer stats row, with pricing fetched from DeepSeek official pricing page.
- Zenjibad/headroom-stats-plugin - Shows real-time token and cost savings from the Headroom compression proxy in the DSH web UI: a Settings dashboard plus a persistent stats line under the composer.
- zer0zio-stack/dsh-opencode-go-quota - Bottom-right 余额 badge for the DSH Web UI: on expand it fetches the currently-selected provider's OpenCode Go plan limits or DeepSeek prepaid balance, plus local token usage and pricing-based spend estimates.
- zh667/TokenLedger - Sidebar usage panel that attributes tokens to the relay site that served each request, read from your existing provider config: today/month/all-time totals, per-site and per-model breakdowns, a year activity heatmap, and New API / Sub2API / DeepSeek balances.
- zhang-jiazhi/dsh-stats-panel - Token usage statistics for DeepSeek Harness. Per-channel usage with balances and plan quotas for mainstream providers, CNY cost estimates, and daily charts — a settings-sidebar section.
- zhouchengke2046/dsh-sidebar-balance - DeepSeek Harness plugin that shows the DeepSeek API account balance and OpenCode Go plan usage (consumption ring, hover details) in the sidebar footer, with adaptive polling and zh/en locale support.
- zhu168/dsh-save-money#plugin - Pause and resume tasks automatically during user-defined time windows to avoid peak-hour API costs; includes account balance display and 10-minute granularity spend bar chart.
- zoumutou/dsh-cost-balance - Collapsible iOS-style stats pill under the composer: session cost, DeepSeek account balance, cache-hit rate, and token usage in a frosted panel.
Themes & Appearance
- 0nt-one/dsh-neo-skin - Neo-brutalism skin with two switchable schemes (Blue Command / Aged Newspaper), hard shadows, sharp corners, and light/dark theme support.
- aerince/dsh-models-dev-reasoning - Adds models.dev reasoning levels to unconfigured third-party DeepSeek Harness models.
- AKS1st/dsh-cyber-particle - Particle-network background overlay for the DSH Web shell: full-screen, click-through, zero runtime dependencies.
- AKS1st/ikun-theme-skin - IKUN fandom skin for the DSH Web UI: star-blue and black-gold palettes in the system theme list, full-screen photo wallpaper rotation, a music box, and a send-button voice line.
- baisama-cloud/dsh-custom-brand - Customizable brand area for the Web UI: replace the whale logo and DeepSeek wordmark with local images, and edit the HARNESS badge text (double-click to change, right-click to reset).
- BeiZi6/dsh-theme-plugin - Theme studio for the DSH Web GUI: five built-in presets plus fully customizable light/dark palettes (accent, background, foreground, UI and code fonts, translucent sidebar, contrast), hot-swapped instantly and persisted in localStorage.
- caoyiwei850/dsh-client-ui-skins - Skin plugin for the DSH Web UI: 4 built-in skins plus custom image skins with the photo as a full-interface background and the palette following its dominant hue.
- chinaRXQ/dsh-wallpaper - Wallpaper skin for the DSH Web UI: image background with opacity, mask and blur controls.
- code-newbie-1/dsh-wallpaper - Wallpaper Engine integration for the dsh web GUI: scan the local WE library (Steam workshop 431960 + local projects) and use its wallpapers as the page background — image/video/web rendered natively, scene wallpapers as softened static previews — with a wallpaper-design panel (opacity, scope, blur, vignette, fps, parallax, carousel, theme linkage) and agent tools wallpaper_scan/list/set/config.
- codeMonkey-Pine/dsh-wallpaper - Wallpaper Engine integration for the dsh web GUI: scan the local WE library (Steam workshop 431960 + local projects) and use its wallpapers as the page background — image/video/web rendered natively, scene wallpapers as softened static previews — with a 壁纸设计 panel (opacity, scope, fill, blur, vignette, fps, parallax, carousel, theme linkage) and agent tools wallpaper_scan/list/set/config.
- d-dev0101/open-sea-skin - Realtime WebGPU ocean skin with quick controls for waves, daylight, glass opacity, and an automatic day cycle.
- DamonKoy/dsh-web-ui#dsh-skins - Skin family aggregator: one install gives the skin center plus all skin assets (qq98, ths, xp, blue-fantasy, dragon-heir, minecraft, miku, trading).
- ddbj-hub/dsh-wallpaper-skin - Persistent wallpaper skin for the dsh web profile: static image or muted looping video as the app background, with translucent panels and a floating picker panel.
- dhicoc/dsh-theme-mineradio - Mineradio glassmorphism theme for the DSH web UI: champagne-gold glass panes, a fluid or wallpaper backdrop, and a one-switch toggle that restores the stock look exactly.
- DocJlm/dsh-arknights#pramanix-eyjafjalla - Arknights-inspired fan skin for the DSH Web UI featuring Pramanix and Eyjafjalla in a day/night celestial garden.
- dsh-plugins/dsh-thought-buddy - A GrokBot-style animated avatar with a synchronized typewriter status line — right in front of the "Deep diving..." indicator.
- elysia395/dsh-wallpaper-engine - Wallpaper Engine backgrounds for the DSH web GUI: plays local Video/Web wallpapers behind the chat, renders Scene wallpapers as extracted static frames, and adds content-rating/type filters, custom uploads and an iOS-style liquid-glass settings window.
- FeatherHunter/dsh-opencode-palette - Ports all 34 opencode official themes (33 static JSON + 1 system) into DeepSeek Harness: data-driven pipeline (JSON → color resolve → DSH override), per-browser persistence, monospace/proportional choice, five code fonts, and a system fallback that keeps typography only.
- feng78-boop/dsh-thirteen-bg - Animated and video live wallpaper for the DeepSeek Harness Web GUI — GIF, animated WebP/APNG and static PNG/JPEG images, plus MP4/WebM video backgrounds, with auto format detection, a dim slider, and UI chrome tone matching.
- GGBond2424648901/deep-whale-day-night-theme - Non-commercial day/night whale-girl skin for official Harness rc.7: current no-viewport-frame layout, paired crystal-workshop and moon-tide scenes, chibi companions, translucent ornaments, and lightweight ambience.
- GptsApp/dsh-stylevault - 30 classic open-source theme palettes (Catppuccin, Nord, Tokyo Night, Gruvbox, Solarized, etc.) mapped to official ThemeService tokens for DeepSeek Harness, with a Style Settings panel for live color/font/radius tweaks and JSON export/import for sharing config packs.
- hanyi7867069-create/dsh-moonrise - Moonrise dark theme for the DSH Web UI, with deep indigo surfaces and warm amber accents.
- HaoyueQin/deepseek-harness-background - Custom image wallpaper for the DSH Web UI: upload a local picture or paste an image URL behind the whole app surface, with opacity, theme-aware scrim, panel transparency, frosted-glass and wallpaper blur sliders, cover/contain fit, live preview and persisted settings.
- Isilsolme/dsh-anthropic-fonts - Anthropic Sans, Serif, and Mono fonts for the DSH Web UI, with Source Han fallback for CJK.
- jiangwangyang/dsh-theme-blackhole - A black hole theme plugin for the DeepSeek Harness (dsh) Web UI.
- Juryorca/dsh-custom-theme-import - DSH Web skin manager for mainstream DSH skin packages: import local paths or GitHub collections, scan installed skins from the web profile, preview/use/disable/refresh/delete, with host-side persistence.
- keke050/dsh-wallpaper - Wallpaper skin for the DSH Web UI: presets, image URL or upload, and an opacity slider that fades the interface to reveal the wallpaper.
- KinGao294/dsh-skin - Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.
- kingOfSoySauce/dsh-liang-skin - Adaptive reasoning slider skin that maps each model's available reasoning efforts onto a 0–30 visual intensity scale, with synchronized portraits, background, and interface colors.
- leavestring/awesome-dsh-background-plugin - DSH Web background settings: upload a local image or pick a preset ambiance, with live preview and persistent settings.
- LeemanCheung/dsh-qq2007-skin - QQ 2007-inspired DSH Web skin: 72 native theme tokens, scoped three-pane chrome, original offline art and pixel buddy, an optional synthesized send chime, responsive/accessibility fallbacks, and reversible Settings switches.
- Lhy723/dsh-neu-theme - Neumorphic DSH Web theme with light and dark palettes, ambient lighting, material shadows, grain texture, frosted-glass surfaces, and micro-interactions.
- linhut/dsh-stock-terminal - Stock market skin + real-time ticker plugin for DSH Web GUI: candlestick (K-line) popup with day/week/month periods, watchlist with pinyin fuzzy search, portfolio P&L tracker, trading session indicators, support for A-share/HK/US/crypto/forex.
- Liu-ZA-81/dsh-theme-firefly - A Honkai: Star Rail "Firefly" theme with wallpaper/video backgrounds, firefly-green neon palette, transformation boot animation, ambient particles, BGM, typewriter SFX, and context-aware emote easter eggs.
- lyq3/dsh-skin-nebula - Anime skin pack for the DSH Web UI: five AI-generated HD themes (Ninja, Sakura, Bamboo, Ronin, Ryujin) with per-theme accent palettes, a top-right shirt-icon switcher, and an adjustable transparency slider.
- MangMax/dsh-themes - Look & theme plugin for the DSH Web UI: built-in palettes, light/dark/follow-system appearance modes, Open VSX theme search & install, and VS Code theme import with a persisted theme library.
- mux9056-bot/dsh-theme - Theme pack for the DSH Web UI: 30 drop-in CSS themes with light and dark variants, integrated into Settings → General with a programmatic API.
- niiang/dsh-kimino-theme - Kimi no Na wa (Your Name) theme: cinematic wallpaper, comet-blue glassmorphism, movie logo swap and unified scrollbars for the DSH Web GUI.
- NoNameLeGo/dsh-catppuccin-theme - Catppuccin themes plus a toggleable glassmorphism skin for the DSH Web GUI: Latte, Frappé, Macchiato and Mocha registered into the native theme runtime, one-click switching with a persisted choice, and adjustable frosted glass for the top bar, sidebar, composer, stats line and trajectory view.
- ossFrankFrank/dsh-dracula-theme - Dracula theme plugin for the DSH Web GUI: the classic dark palette and the Soft variant registered into the native theme runtime, one-click switching with a persisted choice.
- PAKIKNOWLEDGE/dsh-client-ui-skin-claude - Claude-style skin with a warm-black canvas, clay accent, and serif UI that follows the native light and dark themes.
- RevolutionLA/dsh-dream-skin - One-command skin plugin: 8 original themes, translucent wallpaper with opacity/blur, per-user accent, and shareable theme-pack import/export, favorites and surprise-me — purely native on DSH's token system.
- RizenHNT/dsh-skin-digital-arcade - Digital arcade HUD skin: neon cyan/violet/magenta palette, Fusion Pixel fonts, animated sprites (city backdrop, data core, mascot), custom crosshair cursor; light and dark themes follow the system.
- ruijiaang-lab/dsh-wallpaper-engine - Wallpaper backgrounds for the DSH web GUI. Windows: reads your Wallpaper Engine (Steam) library and plays video/web wallpapers behind the chat. macOS: scans the WaifuX download folder and loose media folders automatically — anything saved in WaifuX becomes a DSH background with zero setup. Liquid-glass blur, dim and border sliders.
- sakuraaa667/dsh-wallpaper-engine - Use wallpapers downloaded in Wallpaper Engine as the DeepSeek Harness web background: video wallpapers play in place, image wallpapers use the highest-resolution standalone artwork, with cover/contain fit modes and a 0-100 panel dimmer.
- SamizuHM/dsh-client-ui-theme-xp - Windows XP Luna desktop for the DSH Web UI: a floating window manager with taskbar and desktop icons, plus the era-accurate Luna skin.
- SenryLee/dsh-frosted-window - Upload an image as a full-window frosted-glass theme: sidebar/conversation/details share one frost layer, Save/Delete, official Light/Dark/System stay in charge.
- Sim-xia/dsh-vscode-theme - Imports .vsix theme files made for Visual Studio Code and applies them to the DSH Web UI.
- Small-tailqwq/dsh-deep-whale#maid-atelier - Whale-girl skin series for the DSH Web UI (maid-atelier).
- starslittle/dsh-blue-whale - A DeepSeek Chat-style blue-whale color skin. Light and dark follow the built-in appearance.
- starsstreaming/beautiCode#deepseek-harness - Local image and MP4 video backgrounds for DSH Web: a sidebar Background panel, saved themes including a built-in window-frame preset, mute toggle, last-background restore, plus /bg, /bg-theme and /bg-clear commands.
- TFboy1/dsh-minecraft-ui - Presents DSH Web as a playable, full-screen first-person Minecraft-style voxel interface—not a color-only skin: users walk through a persistent Three.js block world and access native workspaces, sessions, conversations, tools, model selection, permissions, context information, and the composer through in-world facilities and a workbench.
- tiantyu/dsh-skin-toggle - Skin manager for the DeepSeek Harness web GUI: a draggable whale button that restores the default look on left-click and switches between installed skins on right-click.
- tianyhjg-lab/dsh-font - Font switcher for the DSH Web GUI: 99 UI fonts and 31 code fonts with CJK-Latin pairing stacks, instant apply and localStorage persistence.
- Tkingxiao/dsh-any-background - Custom theme plugin with video and image wallpapers, free positioning, and scale/fill modes. Extracts wallpaper colours and switches text to light or dark automatically. Per-area blur across 6 UI regions, per-area opacity, and one-click theme export/import.
- Tommy00748/dsh-theme-cyberpunk2077 - Cyberpunk 2077 / Night City theme: NC yellow and neon cyan identity, CRT scanlines, Kiroshi hover lock-on, combat-state HUD, synthesized typewriter and message SFX, and hidden easter eggs (relic / johnny).
- tpmoonchefryan/dsh-joi-channel-theme - Two-suit VTuber theme for Joi: Flowers and Library are separate token systems for light and dark, with a standing portrait and a whale girl napping on the headline of the new-session page, two chibi companions above the composer that follow the turn state, a duo sidebar mark, and a context meter shaped as a ripening mandarin; a third card returns the stock DeepSeek look with the plugin still installed.
- TQSY114514/dsh-ui-appearance - Appearance customization for the DeepSeek Harness WebUI: theme palette, wallpaper and video backgrounds, translucency and glassmorphism.
- tuogusa/dsh-whale-background - Whale-girl wallpaper background with a frosted semi-transparent app surface; customize image, opacity, and contain/cover from the Web settings, with remote image preflight and no-referrer loading.
- Ultronen/dsh-liquid-glass - One toggle makes the whole DeepSeek Harness shell translucent, with an opacity slider and a custom full-page background.
- webkubor/dsh-bloom-theme - Bloom Morandi theme: four variants (mist, cinnabar, petal, ripple) built on OKLCH so light and dark stay perceptually even, switchable from the top bar, with all eight foreground/background pairs measured at WCAG AA or better.
- Willmylife/dsh-dynamic-wallpaper - Animated wallpaper plugin with 8 canvas backgrounds (particles, meteors, starfield, waves, rain, bubbles, matrix, aurora) plus custom video import, and speed/density/opacity/blur sliders with localStorage persistence.
- wsxwj123/dsh-plugins#dsh-appearance-gallery - Fifteen curated theme families and nine complete dsh-web-ui skin replicas in one plugin behind a single settings entry, with CSS-only custom theme JSON, controlled custom skin-pack import via folder picker, preview, apply, delete and restore-default.
- xiaozhe7772222/dsh-api-key-pool - API key rotation pool for your LLM providers: auto-discovers providers from settings, per-provider multi-key round-robin, failover on 401/403/429, and cooldown recovery.
- xingyingyuzhui/dsh-liquid-glass - Wallpaper plus optional Liquid Glass islands for the DSH Web UI: Ice/Deepwater presets, import, wallpaper opacity, and per-island blur on official light/dark/system.
- yunxiiQwQ/dsh-maid-whale-webUI#maid-whale-webui - Whale-maid paper theme for the DSH Web UI with light and dark palettes, ocean illustrations, hand-drawn frames, decorative assets, and a persistent pet.
- Yuuhann1999/dsh-bloub-mood - Animated mood icon: swaps the favicon, sidebar wordmark and hero headline for bloub expression animations that follow session state (working / awaiting input / done / idle), with 8 shapes, 12 colors and custom wordmark texts configurable in Settings.
- yzke/dsh-icon-theme - Automatic and user-customizable Fluent-style icons for DSH Settings and sidebar actions, with offline SVG packs and original-icon preservation.
- ZaVang/dsh-diorama - Character skins with an editable decoration board — Yukino warm daily and occult editorial themes, each with dual character sprites + sticker sheets, drag/resize/rotate coordinate editor, custom asset upload, and shareable diorama packs (assets + layout bundled).
- zhijun-dai/Catppuccin-dsh-theme - Catppuccin theme plugin: Latte, Frappé, Macchiato, and Mocha skins for the DSH Web theme runtime.
- zhijun-dai/dsh-Fonts - Font system plugin: OFL webfont presets served offline from the plugin, user-imported custom woff2 fonts, and a ctx.fonts registry other plugins can extend.
- zhijun-dai/Solarized-dsh-theme - Solarized and Selenized theme plugin: four faithful palettes registered with the DSH Web theme runtime.
- zhxqc/dsh-oh-my-theme - Web theme and file workspace plugin with global typography controls, @file mentions, a project file tree, Markdown preview, and a resizable side panel.
- ZJUZhiyuCai/dsh-ivory - Warm light and dark theme for DSH Web with responsive layout, bilingual settings, safe Markdown preview, per-block copy controls, and no telemetry.
Models & Providers
- AdonisSheldon/dsh-openai-oauth - Connect a ChatGPT account to Codex models in DeepSeek Harness through browser PKCE or device-code OAuth, with automatic token refresh and Web or headless login.
- amlyczz/dsh-agy-link - Google Antigravity (agy CLI) models for DSH — streaming chat with Gemini/Claude/GPT-OSS subscriptions, native tool cards, thinking turns, and in-GUI Google OAuth login.
- BruceLanLan/dsh-tier-router - Two-tier model routing: a strong tier plans, advises and reviews while a cheap tier implements, with plan-mode-aware auto routing, a high-impact escalation guard, failure auto-escalation, and subagent tiering.
- btspoony/dsh-llm-fallbacks - Role-based LLM retry & fallback strategies.
- corrinehu/dsh-workbuddy-connect - Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
- cuboteam/dsh-plugin-dit - DIT.ai provider bundle for DeepSeek Harness: installs 29 OpenAI Chat Completions models and 10 Anthropic Messages models from one DIT_API_KEY, with protocol-specific thinking configuration.
- CypherNaught-0x/DSH-Subagent-Model-Router - Routes delegated subagent work to configured models: a subagent_model tool whose model enum is the configured aliases, per-route tags and routing guidance injected into the tool schema and system prompt, a wait-for-subagents join tool returning terminal results from outstanding background children, active-model chips in the subagent header and catalog rows, and a Web settings page, namespace-scoped configuration tool, and guided setup skill.
- dawnliming/dsh-chinese-mode - Global Chinese mode: a compact pill switch beside the composer that injects a language requirement into any preset's system prompt (complete personas excepted); reply, thinking and tool output each toggle between Chinese and English, and anchored presets are supported.
- dingminhua/dsh-subagent-default-model#plugin - Configurable default model for subagent delegations via settings.yaml, with single-model and multi-model round-robin or random strategies.
- dylan121322/llm-adaptive - Adaptive model routing: per-request complexity classification with automatic provider routing.
- Eve-146T/DSH-CODEX-SUBSCRIPTION-POOL - Use your ChatGPT/Codex subscriptions in DSH, with image generation and web search support.
- ffyuuu/dsh-llm-longcat - LongCat-2.0 LLM adapter: 1M context, binary thinking mode, tool calling, and streaming over the OpenAI-compatible endpoint.
- fieldnote-ops/keyringseam - macOS Keychain credential provider that replaces the local-file provider and uses a signed, notarized universal helper.
- franksong2702/dsh-codex-connect - Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
- GodD6366/dsh-sub2api - Connect a sub2api gateway to DeepSeek Harness: OpenAI-compatible multi-provider routes (OpenAI / Claude / Grok / Gemini) behind one base URL, with per-key model discovery, usage lookup, and global vision/image tools.
- HB00/dsh-llm-failover - Automatic provider failover on rate limits or quota exhaustion: switch between providers with configurable per-provider models, a cooldown, and a permanent last-entry fallback.
- hytime/dsh-thinking-effort - Configure reasoning-effort levels and sub-agent defaults for custom DSH models.
- Jesse-njx/dsh-polyglot - The model switch for DSH: point it at any OpenAI-compatible endpoint, with curated free/cheap DeepSeek provider presets and automatic fallback when a free tier rate-limits you.
- jiay98528-dev/dsh-model-sync - Writes live provider model lists into DSH settings and shows 5h/7d plan windows or metered balance for the current session model.
- jiay98528-dev/dsh-plugin-weaknet-adaptor - Weak-network adaptor: transparent long-backoff model-stream retries (10-min cap), local response replay cache, heartbeat auto-reconnect, and degraded-mode token economy, with a bilingual (zh/en) settings page.
- kam74515-boop/dsh-everything-oauth - Import local Codex, Grok, Claude, OpenCode, and CC Switch logins into DSH; pick sources and enable models in Settings.
- katsos/dsh-claude-cli - LLM provider that runs the locally installed Claude Code CLI as the model backend, so requests go through an existing Claude subscription instead of a metered API key; native tool calls are bridged over MCP.
- kinoward/dsh-plugin-subhub - Use third-party subscription accounts in DeepSeek Harness: chat, image understanding, image generation, and image editing with the models your subscription covers, with available models and reasoning levels synced from your account; currently supports OpenAI/ChatGPT subscriptions, more providers planned.
- LiZhenNet/dsh-antigravity - Google Antigravity / Cloud Code Assist model provider with quota management and model selector.
- llmpolska/oh-my-dsh - Tiered model routing for DeepSeek Harness: think/build model tiers, vision delegation (the vision model only describes images; the working model acts), image generation, and a high-impact guard.
- lninghaha/dsh-coding-subscription-oauth - Coding-subscription OAuth for SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code and Claude Code, plus an opt-in loopback OpenAI/Anthropic gateway: local login without pasting tokens, AUTH refresh-and-retry, grok-4.6 xhigh, and API-key route coexistence.
- lujianjun19/dsh-llm-github-copilot - GitHub Copilot LLM adapter: OAuth device-flow sign-in, live model discovery from the Copilot API, vision support for image-capable models (gpt-4.1, gpt-4o), and two wire protocols (Chat Completions and Responses API) with automatic endpoint routing per model.
- Mars-Sea/dsh-commandcode-provider - Unofficial Command Code LLM provider: registers a
commandcoderoute with a live model catalog and reasoning-effort support. - NOirBRight/dsh-llm-codex - ChatGPT Codex subscription chat: official OAuth, a Sol/Terra/Luna catalog with Fast rows, live usage limits, and optional search and view_image tools.
- NOirBRight/dsh-llm-cursor - Unofficial Cursor subscription chat: Host-owned CLI session login, a displayed model catalog, and subscription usage rails. Cursor staff treat this class of private-client usage as against ToS.
- NOirBRight/dsh-llm-grok - xAI Grok subscription chat: SuperGrok or X Premium+ OAuth, a displayed model subset, Responses through the Grok CLI proxy, and always-on server-side web_search and x_search.
- NOirBRight/dsh-llm-ollama - Ollama Cloud native chat adapter: direct NDJSON translation of the Ollama /api/chat wire format, model discovery with context windows and capabilities, and web search/fetch providers under the ollama-cloud id, plus a Web settings card.
- omdsh-dev/Qwen-MM-Plugins - Qwen multi-modal plugin support.
- OpenTritium/dsh-codex-shim - Simulates a Codex environment for selected model routes to improve GPT-family model tool-call success.
- passingby000/dsh-nl-model-switch - Switch the current DSH session's model with a natural-language sentence, on web, TUI, or IM bridges (WeChat, Feishu), without touching the panel.
- qjf44/dsh-plugin-thinking-api - One-click OpenAI-compatible API (CodeBuddy/vLLM/proxies) with thinking mode, avoiding developer-role content_filter rejection.
- r600a-code/dsh-swarm-router - Sub-agent matrix swarm that routes heterogeneous tasks to the most suitable model from an OpenRouter-like gateway plus cfgpu.com/llm/square, dispatches each via in-process subagents or direct LLM calls, and tracks per-model token consumption with a feedback-driven ranking.
- ringoage/dsh-subagent-model-picker - A GUI subagent-model selector beside the main model seat: pick a model and reasoning effort per session, applied to every in-process subagent.
- SeverusZh/dsh-plugin-subagent-director - Per-subagent LLM provider/model selection with role templates.
- SnowAmberX/dsh-role-router - Routes agent requests to configurable default, planner, and subagent models, automatically using the planner role in plan mode, with per-role reasoning effort and Web UI configuration.
- songoao25/dsh-chatgpt-subscription - Bind your ChatGPT account via official OAuth and chat with ChatGPT models inside DSH, using your Plus/Pro subscription quota.
- stoneface10/dsh-codex-connect-plus - Adds ChatGPT/Codex OAuth-backed Codex models and gpt-image-2 generation/editing to DSH without requiring an OpenAI Platform API key.
- suntianc/dsh-codex-auth - Reuses the Codex CLI ChatGPT login as an
openai-codexLLM route and adds GPT Auth controls to DSH Web settings. - superboy911/dsh-model-router - Deterministic keyword routing, allowlisted model switching, and an isolated image_gen channel for DeepSeek Harness.
- superfish058/dsh-llm-proxy - Per-model proxy routing for LLM requests: selected models go through a proxy (Clash etc.) while the rest stay direct, with automatic retry on transport errors, 429 and 5xx, configured live from the settings page.
- TikaFlow/dsh-model-reasoning - Automatically fills in reasoning-effort levels for models from unofficial (custom) providers, with data sourced from models.dev.
- upJiang/dsh-ccswitch - Adds CC Switch providers and models to DeepSeek Harness, with provider filtering and model-name search.
- V1ki/dsh-plugin-subscriptions - Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
- wenheguo2/dsh-delegation-suite - Ranked subagent delegation: role-based model routing with failover, per-route reasoning effort, model-transparent labels, fork delegation, and a visual route editor.
- wenzetan/dsh-llm-newapi - NewAPI (OpenAI-compatible gateway) LLM provider: registers a
newapiroute with chat-only model discovery, auto-fills model parameters (context window, reasoning effort) from models.dev, and adds a Web settings section for the base URL and API key. - WJZ-P/dsh-model-capabilities - Adds an input-modality selector to custom model settings in the DeepSeek Harness Web UI.
- WNJXYK/dsh-codex-oauth - Use a ChatGPT/Codex subscription in DeepSeek Harness with GPT models, image generation, web search, subscription quota reporting, model and feature controls, and browser or device-code OAuth sign-in.
- wqy8593521/dsh-model-pro - Lifecycle management UI for the llm-pi-ai model provider: create, edit, delete, enable and disable providers with custom headers and AES-GCM-encrypted API keys; uninstall-safe restore of parked providers, remote model discovery with batch write, smart routing with five strategies, union/intersection composites, per-model connectivity tests, and request observability.
- WSL043/dsh-codex-subscription - Built-in ChatGPT OAuth provider for Codex models, selectable subscription web search, backend quota for standard Codex and Spark, and a DSH settings UI; no API key or separate Codex installation required.
- wss534857356/dsh-plugin-codex - Codex App Server model provider using a local Codex login, with session reuse, Harness tool bridging, native action traces, and durable generated-image projection.
- xiaozhe7772222/dsh-opencode-zen - Zero-cost access to 6 free large models. No registration, no recharge, 6 free models built-in, multi-key rotation and rate-limit backoff.
- zeng6125-rgb/dsh-llm-retry-settings - Settings card to tune the DSH LLM auto-retry policy (retry count, backoff, jitter) live from Settings → General.
Identity & Communication
- AgentConnect/dsh-awiki - Provides DeepSeek Harness agents with native identities based on the open Agent Network Protocol (ANP), plus identity-based direct, group, mail, and Agent-to-Agent communication.
Sessions & Messages
- 23swccp/dsh-undo#bundle-rollback - Conversation undo: roll a session back to before any sent prompt via /undo, the session-header button, or the icon under the message, restoring files from a plugin-private shadow-Git snapshot and forking the conversation so the model never sees the reverted turns; includes an Archive Tasks settings page and per-tool colored tool cards.
- 3403473060/dsh-inline-images - Render local image paths from assistant replies inline in the message body (9 formats, click-to-zoom lightbox, adjustable size).
- AKS1st/dsh-archived-conversations - Archived conversations list in the sidebar footer with read-only previews of the most recent messages, for sessions the product deliberately keeps hidden and unreopenable.
- Anionex/dsh-turn-rewind - Rewind conversation and workspace state, powered by a persistent Change Ledger.
- anweat/dsh-assistant-message-forge - Create/modify/inject test assistant messages and import/repair session.jsonl(.zstd) session logs into new sessions.
- Asianfleet/dsh-message-copy-enhance - Copy selections from assistant messages as Markdown, preserving links, LaTeX sources, and code-fence language info.
- azure5100/huahua-dsh-record-replay - Full-featured record & replay for DSH (works on Windows) from the huahua plugin series: replay every auto-recorded session as a readable timeline, export/import shareable replay packs, re-run conversations in a fresh session, and record screen operations to auto-generate installable SKILL.md skills. Includes a 4-file Windows adaptation of kangshifu1/dsh-record-replay for DSH rc.5 (see README derivative notice).
- baisama-cloud/dsh-session-mover - Move a session to another workspace by dragging it onto the target workspace header in the sidebar: the session is cloned with full history into the target workspace and the original is archived.
- baixianger/dsh-chat - Group chat rooms for DSH sessions with explicit @mentions, cold-session wake-up delivery, and optional cross-host transport through dsh-weave.
- beijingwahw/dsh-companion - Four-module session companion: smart conversation export (Markdown/PDF/JSON/PNG long-image with privacy redaction and batch ZIP), context handoff summaries with template save/import, API cost optimization (live official pricing, peak/off-peak scheduling, daily/monthly budgets, model routing), and global conversation search with in-chat find (Ctrl+F, CSS Custom Highlight API).
- bill9109/dsh-conversation-share - Share any excerpt of a conversation.
- Boliban/dsh-enter-customizer - Take over the system input shortcuts for the chat input box and configure behavior independently for each shortcut.
- Buyi-wsgzg/dsh-sidechain -
/sidepersistent side sessions and/btwone-shot side questions, run in a temporary fork without touching main history. - bwndlct/dsh-session-export - Export the current session to portable, schema-versioned Markdown and JSON files via the
session_exporttool and slash commands, with cross-platform-safe filenames. - caoqinnan-web/organize-workspace-sessions - Organize DeepSeek Harness workspace sessions by renaming them as 类别|主题 and reporting archive, rename, and review suggestions.
- CH4ACKO3/bites-the-dsh - Adds read-only, scriptable playback to native DSH conversations, with simulated user typing, forward and reverse playback, event stepping, speed control, idle-gap compression, and direct seeking by event, turn, or recorded time.
- Chael-Chael/dsh-reference-anything - Reference workspace files, DSH sessions, and historical ChatGPT, Claude, Gemini, DeepSeek, Grok, and Kimi conversations from the unified DSH @ menu.
- chenproton/dsh-history - Browse every message you sent in the current session: full-history listing with newest-first sort, text filter, one-click copy, and jump to a message (auto-loads earlier history when the target is not yet loaded).
- Chinesezjc/dsh-interconnect - Cross-instance message and event handoff between DSH instances via an interconnect server.
- chouyong/dsh-branch-review - Track human decisions for related DSH session branches: keep, discard, or follow up with reasons, labels, and external links.
- chouyong/dsh-fork-diff - Read-only side-by-side comparison of related DeepSeek Harness conversation histories, including messages, tool calls, responses, timing, and usage.
- chouyong/dsh-fork-graph - Git-style conversation fork graph in the session header: colored lanes and fork curves show which session branched from which, with click-to-jump navigation.
- ChuanTianML/dsh-local-share - Export complete Web Sessions to local Markdown or self-contained HTML, with stable rendered previews, default redaction, and opt-in bounded tool-call details.
- cindyguyuehu123/dsh-webchatlike - Bring the deepseek.com web/app chat experience to DSH: edit your prompt and regenerate answers in place, with a per-message <i/N> version pager (tree model, stable across conversations).
- Coprexist/dsh-session-recovery - Recover deleted or corrupted dsh sessions (session.jsonl.zstd) and memory (memory.db) from the raw disk, and repair rebuilt sessions that fail to resume via the /session-repair command in the web UI.
- czm15053/dsh-peer-link - Let dsh and Claude Code sessions message each other directly; comes with a clickable peer list card (sort/search/send/refresh).
- DamonKoy/dsh-projection-guard - Guards the persisted session-projection cache: per-row JSON degradation so one misbehaving projection unit (e.g. a third-party plugin storing a Map) can never stall session titles or the whole cache again, plus a startup self-heal that backfills missing titles.
- dongsheng123132/task-passport - Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.
- dream12347/dsh-session-manager - DSH session manager: delete with trash/restore/purge, restore archived sessions, recent-activity stats, continue/pause, open log folder, unread markers, fork into a new chat, workspace grouping and sorting, context compaction threshold.
- dylan121322/dsh-session-unarchive - Restore archived sessions to their original workspace from the Web GUI sidebar.
- EvilIrving/dsh-context-proxy - Thin on-demand context retrieval: context_query / context_slice / context_grep tools that read already-persisted history back with replay-safe citations.
- feiertu/dsh-input-rewriter - Type normally; about two seconds after you pause, it rewrites your draft into a version more likely to get a good answer, leaving pasted code, links and long text untouched and keeping multi-part questions numbered.
- flow2dream/dsh-msg-rewind - Conversation rewind for dsh web: /undo rolls back one turn, /rewind cuts to a past message, and hovering a user bubble offers a visual undo.
- fredalxin/dsh-solo-thinking - Visual branch brainstorming that creates an isolated Session for each direction, automates parent, sibling, checkpoint, and return Handoffs, and provides a full tree tab with an optional Better Sidebar view.
- Frog755/dsh-client-auto-retry - Auto-resumes interrupted DSH turns: sends a queued 「继续」 after turn/end with error, interrupted or max-tokens reasons, with a grace period, cooldown, a consecutive-attempts cap, boot-time scanning and a settings card; it never switches models or providers.
- GengDaPeng/dsh-agent-message - Cross-session agent messaging for DeepSeek Harness with session discovery, offline delivery, delivery receipts, and sender-session navigation.
- hajimimaodie8/DSH-Session-Sync - Bidirectionally synchronize sessions, workspaces, settings and plugins between the DSH web instance and the DSH Desktop instance.
- heartmove/dsh-side-chat - Select part of a conversation and ask about it in a right-side side chat; bring AI replies back to the main chat directly or as a summary.
- hellodigua/dsh-share - Share your conversations with one click.
- hkkz9522/dsh-session-manager - Delete conversations with a confirmation dialog and manage archived sessions (archive/unarchive) in the DeepSeek Harness web UI.
- ht719/dsh-session-categories - Adds per-Workspace category trees to the Web sidebar, with nested categories, drag-and-drop session assignment, category-scoped session creation, and category deletion that archives contained sessions.
- huguangyu666/dsh-plugin-session-import - Import claude-code / codex / reasonix / zcode chat history into dsh sessions: workspace binding, tool calls preserved, oversized-session protection, zcode compaction restore.
- HuiHuitie-zhu/dsh-incognito - Incognito sessions: a standalone ephemeral sub-agent with its own preset (no parent context) and full toolset, draggable floating window, burned to zero traces on close.
- hyzyn/dsh-plugin-kit#search - Full-text global search for the DSH Web GUI: a sidebar search box that searches history sessions (via the sessionQuery index, with a per-session scan fallback) and settings panels, highlights matches, and jumps to the matching session or settings card.
- i1j/context-assembler-DSH - Context Assembler plugin for DeepSeek Harness: topic-block context assembly, water-pressure topic splitting, tool trace/rewrite, reality recall injection and handoff planning.
- ishuowang/dsh-rolehub-bridge - Discover and verify portable RoleHub roles, pin each exact bundle, then launch its prompt and bundled skills in an isolated, continuable DSH Session with Host-approved tool bindings and optional Agent Team Room attachment.
- ishuowang/dsh-sideband - Hand off focused context without waiting for or interrupting the active Agent: freeze a bounded Session snapshot, summarize it asynchronously with an isolated no-tool LLM, and deliver a provenance-bearing capsule to another Session or an authorized Room—quiet by default for Sessions, with explicit wakeup available.
- jasonrale/dsh-archive-manager - Archived-session manager for DSH Web UI: reopen an archived session and keep chatting, unarchive it back in place, or hard-delete a session — grouped panel with message search and native view sync.
- Jesse-njx/dsh-crosstalk - Cross-session messaging for DSH: any session on the machine can list and message any other, Claude Code-style, via a local heartbeat registry and inbox.
- JohnXu22786/session-titler - Two-phase session captioning: instant keyword titles while the conversation is busy, then cheapest-budget-model refinement plus a one-line summary once it goes idle.
- jueburenshu123/dsh-win-minimal - Windows minimal agent preset for DeepSeek Harness: fixed one-line persona, three tools, no runtime context.
- kaieye/dsh-AIR - Web composer enhancement: recalls sent prompts across sessions with ArrowUp/ArrowDown, searches them with Ctrl+R, restores rich drafts, and opens a docked /btw or /side conversation.
- keepermttl/dsh-archive-viewer - Archived-session manager for the DSH Web GUI: search titles and message content, tag/filter sessions, read logs, restore sessions, and export ZIP archives.
- kirkchinese/CiteCiter#citeciter - Select text in a committed DSH response to open an independent, persistent, read-only multi-turn Topic bound to source-session evidence and project files while the source Agent keeps running.
- kirkchinese/claude2dsh - Import Claude Code sessions, skills and plugin assets into DSH as native resumable sessions, and export or sync DSH sessions back to Claude Code JSONL.
- lacemou/dsh-session-ref - Cross-session reference (mention) plugin — paste @label into any session, including one in another workspace, and the host injects the referenced session snapshot for the model to read; includes a one-click copy-reference button.
- lamost423/dsh-trace-compare - Trace Compare & Live Maze: draw the agent's real exploration — main path, failed or dead-end detours, backtracks, and subagent branches — on one wall-clock timeline; upload 1–2 session logs for a same-axis compare, or watch it grow live in a session tab.
- Leeminjing/dsh-messages-sanitizer - Auto-repairs the messages array after a tool-dispatch crash (orphaned tool_calls / tool messages), preventing 400 INVALID_REQUEST session lock-ups.
- LeslieWylie/dsh-session-search-pro - Search, list and read past and current sessions through the harness's own
sessionQueryservice: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first scan where it does not. - LeslieWylie/dsh-task-relay - Cross-session task queue with handoff notes: sessions and subagents push, claim, complete and cancel tasks on a shared file-backed queue, and leave a handoff summary for whoever picks up next.
- limbo947/dsh-recall-plugin - Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
- liuyuelintop/dsh-conversation-exporter - Export the current DSH conversation, or selected turns, as clean readable Markdown.
- loonai321/dsh-humanized-deepseek-maid - Adds a configurable humanized whale-girl maid persona with immersive roleplay, speaking modes, and a lightweight layered memory with query-triggered recall.
- lsz-asd/dsh-plugin-session-delete - Delete DSH sessions from the web UI and desktop client: header danger button and session-row menu item with a risk-consent dialog; host endpoint and agent tool remove the session log, projection cache, and workspace accounting.
- Max-Null/dsh-chinese-thinking - Injects one fixed system-prompt section so the agent thinks and replies in Chinese, regardless of the user's language.
- mayf3/dsh-session-doctor - Diagnose, unstick, and read DSH sessions: list sessions with agent status, read conversations, diagnose stuck agents, recover them with cancel+keepInbox, and send messages to other sessions.
- MichengAI/dsh-archive-manager - Adds an archived-sessions page in Settings to search, restore, and delete archived DeepSeek Harness sessions by workspace.
- MingoZhou/dsh-replay - Replay sessions on a playable timeline with per-step token usage, audit sensitive operations, estimate cost, view fork lineage, compare sessions, and export standalone HTML replays.
- Moeblack/dsh-message-edit - Branch-based message editing, reroll, retry, and a version timeline.
- Moeblack/dsh-prompt-studio - Edit user and built-in system-prompt sections with live preview.
- mrzhangkris/dsh-session-pruner - Full-type session lifecycle management: one-shot subagents archived on completion, idle continuable subagents / main sessions archived (recoverable), a capacity cap, projection-cache cleanup, and a hot-reload settings panel.
- MuWinds/dsh-archived-sessions - Archived-session management: browse archived sessions, unarchive them, or clear them out.
- Nothree-code/review-quote-sh - Message review and quote chips for conversations: multi-model cross review (code/reply) with severity grading and summaries, review history, and host-persisted preferences.
- Nwflower/dsh-chat-import - Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
- Nwflower/dsh-file-claim - File claim/release protection for parallel DSH sessions on the same workspace (heartbeat stale takeover, pending 3-way merge area).
- p2coder/dsh-task-control - Pause / resume / cancel the in-flight conversation task from the composer area: forced pause interrupts immediately and remembers the interrupted tool, safe pause lands after the tool or reasoning finishes, resume asks for confirmation, and the default pause granularity is configurable in the settings.
- penguin-oo/dsh-bookmarks - Bookmark assistant replies with notes and tags; browse every bookmark in one cross-session center and export to Markdown.
- PerryLink/dsh-claude-move - Four-source migration wizard: move Claude Code, Codex, OpenCode and Hermes sessions, memories, skills, instructions and slash commands into DSH (/move wizard with approval gate and idempotent move.json, resumable sessions).
- PerryLink/dsh-session-pin - Pin sessions and workspaces to the top of the Web sidebar with per-pin row colors, a header toggle and a pinned panel; 0.4.0 adds a navigation organizer — pin groups (boards), tags and saved filter views, session health summaries, and /goto.
- PwnKY/dsh-session-link - Copy and open
dsh://session deep links, or paste them into another conversation to inject a bounded, read-only snapshot of the referenced session. - reinocheong/dsh-session-move - Move a session to another folder from the Web UI via drag & drop or a menu picker, permanently delete a session with a risk-consent dialog, and AI-rename a session by summarizing the whole conversation (typo-aware). Each action also ships as an agent tool.
- Relethe/dsh-brief-session-title - Condenses DSH session titles from a full sentence into a short verb-free phrase, aiming for under five words.
- Renzic-Stone/DSH-EasyRewrite - Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
- Ricketts-Guo/dsh-off-peak-message#dsh-offpeak-send - Off-peak message scheduler: turn on valley mode and the composer queues your messages until DeepSeek off-peak hours (half price), then auto-injects them into the session and gets replies. Native-look composer, hotkeys (Enter queue / ⌘+Enter send now / Esc exit), per-session toggle persisted across restarts.
- RyensX/dsh-message-fold - Provides Codex-style session message folding for DeepSeek Harness.
- SaiSenBox/dsh-prompt-manager - Browser-local prompt library with a composer picker for injecting multiple session-scoped system prompts, branch inheritance, bilingual UI, favorites, and JSON backups.
- Semidia/dsh-session-manager - Right-click session menu and sidebar session manager: pin, rename, archive, fork, export, copy cwd/id/deep link, and open in explorer or a new window.
- SiriLee/dsh-rewind - In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
- sjh9714/dsh-what-changed - Reviews every file the agent wrote in a session from the session header, with per-file hunks and refused writes counted apart from changes.
- SLin-code/dsh-task-notice-board - Task-scoped Workspace to Task to Session control center for DSH Web, with Session boards, archived conversation viewing, and bounded long-term memory shared across linked Sessions.
- snow-The/dsh-session-handoff - Session handoff & context management: structured handoff documents (export/resume/status) so a fresh session can continue seamlessly, plus active context pruning (acp_* tools via the official compaction API with model-authored summaries).
- SocFeng/dsh-query-jump - DSH WebUI session query navigation with a faint conversation-edge rail, a hover list of real user queries, and click-to-jump back to the matching bubble.
- starslittle/dsh-queue-plus - A simple DSH queue panel for editing, removing, steering, reordering, and bulk removal.
- Sttrevens/dsh-linked-folders - Multi-folder workspace: a durable global linked-folders list plus per-session on-the-fly linking (link_folder/unlink_folder), managed from the Web sidebar with a native folder picker.
- tmpdot/dsh-checkpoint-diff - Browses checkpoints produced by dsh-checkpoint-rewind as a timeline of time nodes and shows per-file line diffs between any two of them, with trace replay from session logs (no snapshot producer needed) and preview-first workspace rollback with single-shot undo, via /diff and /rollback commands, a JSON HTTP API, and a GUI panel.
- Totoro-qaq/dsh-plugin-bridge - Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.
- tsingshitao-nuke/dsh-set-workspace - Adds a Windows Explorer right-click action to open a folder as a DSH workspace, launching DSH if needed.
- tuogusa/dsh-session-nav - A floating button beside the chat that opens a searchable list of all questions in the session for quick jumps, with smooth hover-open/close behavior.
- tuogusa/dsh-session-tags - Attach tags to sessions and search sessions by tag in the Web settings panel.
- txlznbzsdj-collab/dsh-session-delete - Adds a "Delete" item to the sidebar session menu with a confirmation dialog, then hard-deletes the session.
- Ultronen/dsh-archived-chats - Archived Chats settings page for DeepSeek Harness: browse, search, filter, tag, annotate, measure storage, export and preview-first import of versioned JSON/Markdown ZIP backups, restore non-conflicting archives, unarchive, and delete sessions by workspace, including live sessions without a restart.
- WenhongPan/dsh-projects - Project and session organization with multi-folder groups, attention summaries, grouped chat search, native folder picking, pinning, favorites, ordering, and an archive center.
- whyihaveyou/dsh-suite#plugin-session-export - Export the append-only session log as human-readable Markdown or HTML, grouped by trajectory source.
- Wine-Red/dsh-prompt-stash - Local, per-session LIFO prompt stash for temporarily setting aside unfinished composer text and safely restoring it later.
- wingsky-1/dsh-plugin-hub#packages/dsh-idle-archive - Idle session reminder: prompts to archive sessions untouched for N hours, with a snooze window after each refusal, using the official archiveSession API.
- wpc0323/deepseek-web-import - Imports chat.deepseek.com web conversations into DeepSeek Harness as resumable sessions, from a settings-page UI.
- WSL043/dsh-session-delete - Adds a red permanent-delete action with a confirmation dialog to the native session menu.
- wsxwj123/dsh-plugins#dsh-session-manager - Delete sessions with a 5-second undo and a recycle bin, plus an archive view to browse and unarchive, for the DSH Web GUI.
- wuxiangru915/dsh-session-manager - Session manager for the DSH Web UI: browse all and archived sessions, restore/unarchive, delete with two-step confirmation, and preview conversation content from the Settings panel.
- xianshu-virtuous/dsh-whale-companion - Automatically starts a fresh Web session near the context limit with the last complete turn, and adds an editable additive whale-maid persona with on-demand reload.
- xiaoshenming/dsh-session-surgeon - Repair DeepSeek Harness sessions that refuse to load, with a sidebar Session surgeon overlay and dry-run repair.
- xing666173/dsh-bridge-preview - Inline image previews in chat for pasted images bridged by dsh-tool-vision on text-only models (click to zoom, old messages get previews too).
- xingyingyuzhui/dsh-session-actions - Session row menu extras for DeepSeek Harness: pin sessions, copy session id, export structured Markdown, and permanently delete sessions.
- xohmai/dsh-session-delete - Real session deletion with trash and restore, archived cleanup, and batch delete from settings.
- yangyongzhen/dsh-session-export - Export sessions to Markdown/JSON for review, replay, and per-session cost summaries.
- YeqingTang/dsh-session-flow - Cross-session archive: overview workbench, folded timeline, subagent lineage, full-text search, rule+LLM summaries, ZIP export, live tracking. Native session-page embeds: turn rail, docked right panel (live mode, pinned to original session on switch), rename (official-synced), conclusion digest, health monitoring + header chip (stall detection). Settings dialog section with 7 tunable behavior params.
- YEYEYEYESHIFU/dsh-session-hotkeys - Session hotkeys for the DSH Web GUI: switch sessions like browser tabs (positional Alt+1-9, pinned slots, previous/next, new/archive/rename, navigation mode, search focus), all rebindable with Windows/macOS presets.
- yoza10635/dsh-argp - Deterministic context compaction: prunes conversation atoms in reference-graph topological order with no LLM calls during compaction, and keeps pruned atoms recallable by marker.
- yuezengwu/dsh-explain - Local-first learning mode: cross-session learning threads with per-source explanations.
- zhengjy01/dsh-period-report - Free-interval session reports with AI-narrated daily/weekly digests over any date range, plus every-N-days scheduled reminders with system notifications (macOS / Linux).
- zljr/dsh-share - Share the current session over the LAN as a read-only, token-guarded HTML snapshot with session stats and Markdown rendering.
- zoahdev/dsh-shelf - Session lifecycle CLI: export (md/json/jsonl), archive/restore, trash, search, and stats. Read-only by default; nothing is ever deleted by the engine.
- ZRui-C/dsh-minimal-first-turn - Minimal-compatible first turn for Web root sessions: starts with persistent bash and str_replace_editor, removes automatic workspace and skill context, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.
Memory
- 00080000/dsh-project-memory - Project memory for DeepSeek Harness: project files are indexed into searchable summaries as they are read, so after context loss the agent retrieves hits on demand instead of re-reading files, with source citations and BM25 ranking.
- 863683348/dsh-memory-setup - Local, auditable personal memory for DeepSeek Harness: preferences, project conventions, workflows and error lessons persisted as a changelogged JSON file in the workspace, with onboarding, auto project-convention extraction and evidence-backed lessons.
- 863683348/dsh-plugin-focus - Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic context injection, archive on clear, and an optional web panel.
- aerince/dsh-active-context-pruning - Model-authored context pruning for DeepSeek Harness through the official compaction API.
- Aik358/dsh-auto-memory - Cache-friendly three-layer memory for DSH: lean auto injection, per-turn AI consolidation, proactive calendar reminders and warm greetings, plus memory inheritance from other AI tools.
- akslcw/dsh-negative-ledger - Evidence-bound negative-knowledge ledger: persists disproven paths (command_failed, file_missing) with their outcome and precondition evidence, then warns or blocks repeat attempts until the evidence changes.
- AndyYang12345/dsh-butler-memory - PostgreSQL-backed durable memory for DSH agents: MCP memory tools plus a Web panel for reviewing memories and candidates.
- aqsk-BLG/dsh-memory - Layered file memory for DeepSeek Harness with workspace-scoped USER/MEMORY notes, background consolidation, and hybrid session recall.
- Asher-2000/dsh-memory-connect - Cross-session memory plugin for DSH (v0.3.0): auto-extraction, SQLite FTS5 indexing, RRF semantic recall, scheduled maintenance, LLM-powered consolidation via ctx.llm, context explosion prevention, and global Soul identity via ~/.dsh/soul.md. Zero-config.
- baaai123/dsh-memory-protocol - Memory protocol enforcement plugin: bridges the opencode-memory MCP server, forces memory_weave before tool calls, auto-ingests turns, and injects memory context into agent steps.
- CeilCelia/dsh-eli-mode#packages/eli-mode - Knowledge-base-driven agent preset: wiki long-term memory, a web KB UI, a management page and optional UI polish.
- Co-Engram/Co-Engram#dsh-plugin - Self-evolving team memory as plain Markdown in git: a native Cordis plugin that registers 38 bare-name memory tools plus a prompt-signals section re-evaluated at every assembly, with RPE reinforcement, decay and sleep consolidation; shares one data repo with its Claude Code (MCP) and OpenClaw hosts; verified against DSH 0.1.0-rc.6.
- DamonKoy/dsh-plugins#dsh-memories - Project-scoped persistent key-value memories with set/get/list/delete/search model tools and JSON-file storage.
- detongz/dsh-client-ui-obsidian-memory - Persistent AI memory backed by a local Obsidian/Codex vault: five obsidian_memory_* read/write/search tools plus a sidebar vault browser.
- diqierjia/StrataGate-AgentMemory - StrataGate gives DeepSeek Harness an evolving, local-first long-term memory: it carries user preferences, project decisions, conversations, and tool results across sessions, condenses history through layered time decay, strengthens memories through real answer use, and keeps recalled evidence traceable to its original messages.
- FleetingEcho/dsh-handoff - Self-maintaining handoff memory per working directory and git branch: records turns, folds them into concise Markdown, and injects the result into future sessions from ~/.agent/agent-handoff, byte-compatible with pi-handoff.
- flymysql/dsh-memory - Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.
- freehul/sgme - ShiGuang Memory Engine (SGME) bridge: multi-agent shared long-term memory via HTTP — L0/L1/L1.5/L2 distillation, scenario-based injection, unified search, and proactive care signals (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installable as
dsh-sgme. - FuRongJun-1999/dsh-memory - AGI long-term memory base: multi-agent spatiotemporal memory graph, self-evolving knowledge flywheel, self-cognition, and auditable trust guardrails.
- gezi-wen/sage-mem - File-based cross-session memory: plain Markdown memory files with automatic retrieval injection, format-compatible with Claude Code's CLAUDE.md and memory files, so migrating is a manual file copy.
- GIT121995/dsh-memory-gate - Bounded local memory with CBDC authority gating: SQLite + FTS5 claims, scoped recall with explainable use/verify/ignore decisions and a full audit trail, /memory commands, ≤3-claim/1200-char injection per call, no extra model call.
- giter00/dsh-headroom - Automatic context compression for DeepSeek Harness: compresses tool outputs before they reach the model and keeps every lossy compression reversible via CCR retrieval tools.
- hellosky983/dsh-qrcode - Offline QR code (SVG/PNG/ASCII) and barcode (Code128/EAN-13) generator for DeepSeek Harness, no network and no shell.
- hellosky983/dsh-skillradar - Scans the skills visible to the current session and ranks them by relevance to the recent conversation.
- highland0971/dsh-native-memory - Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with
(sessionId, seq)citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite. - htcqp802/dsh-knowledge-base - General-purpose knowledge base for DSH: import md/txt/json/yml/docx/pdf, folder management, FTS5 full-text search (BM25), and a Web management UI.
- Hua1Q1nG/dsh-hindsight-local-optimize - Local-memory lifecycle for the official Hindsight plugin on DSH desktop: one-click start/stop of the hindsight-embed daemon, auto-start on boot, stop on exit, hides the uv.exe console window, and installs the vault/models to another drive.
- Hua1Q1nG/dsh-prompt-self - Rewrites each request against a learned prompt profile and automatically updates habits, anti-hallucination rules, and learning records.
- ICCuse/dsh-file-memory - File-backed working memory: memorize/recall key premises verbatim in a session notes file so they survive context compaction losslessly.
- ICCuse/dsh-knowledge - Bridge into a global Markdown knowledge base shared with the Codex kb.cmd CLI: kb_add/kb_search/kb_show/kb_timeline tools with byte-compatible frontmatter.
- ICCuse/dsh-premise-guard - Post-compaction premise-drift guard: injects a one-shot notice when a compaction summary drops a critical literal anchor.
- Ikalus1988/MisakaNet - Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
- isheng-eqi/dsh-hermes-memory - Faithful port of the hermes-agent MEMORY.md / USER.md mechanism for DSH: bounded dual-bank memory (2200/1375 chars), a single
memorytool (add/replace/remove/batch), frozen-snapshot injection per session, nudge reminders, DSH-native JSON storage — zero external dependencies, zero LLM cost. - itr-del/dsh-cue-bank - Cross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context on topic-switch detection (keyword or vector matching).
- Jesse-njx/dsh-memory - Cited memory over DSH's lossless session log: distilled facts carry
(sessionId, eventRange)citations that expand back to the exact original log excerpt. - jiayan-xu/dsh-memoria - Vector + graph memory backend: observe/remember/search/recall tools against a local memoria server, fusing HNSW semantic recall, FTS5 keyword search, and knowledge-graph signals via RRF ranking, with automatic turn-end persistence and per-agent namespace isolation.
- jiayan-xu/dsh-memoria-extra - Advanced memoria tools: session context injection (profile + recall), recent decisions, health report, namespace allowlist, memory relation graph, and entity search; companion to dsh-memoria.
- jinguanghai/deepseek-harness-forge-plugins#forge-memory - BM25 keyword-based memory recall.
- JohnXu22786/context-pruner - Session context triage for long DeepSeek Harness sessions: deterministic screeners trim stale, duplicate, failed, and oversized content through the official ctx.compaction seam.
- JunNanLYS/dsh-layered-memory - Layered memory pipeline for DSH: auto-distills conversations into atomic facts, scene summaries and a persona profile (L0–L3), with hybrid BM25 + vector retrieval, chat/work family separation, and context injection before each model step.
- KLRSL/dsh-biomemory - Biomimetic memory system for DeepSeek Harness: plain-Markdown data layer, memory tools, frozen-snapshot injection, graded approval gating, structured audits, memory metabolism (dream), memory pins, semantic recall, /memory command, and cross-session retrieval.
- lanyun077/dsh-project - Organize folders and sessions into projects with shared PROJECT.md memory and AGENTS.md instructions injected into every session, plus a project tree sidebar.
- lemoncat7/dsh-knowledge - Provides local and remote knowledge bases with project- and session-scoped recall, controlled write-back, and an embedded Web management console.
- LittleBlackTong/dsh-plugin-memory - Long-term cross-session markdown memory with an LLM-Wiki structure and a SOUL.md persona, hard-injected at every session start, plus remember/recall/consolidate/forget workflows, an embedded memory skill and pack/unpack migration tooling.
- ljsysfurryACE/dsh-compaction - Compaction backend replacing LLM summarization with a deterministic semantic extractor (keeps code/paths/commands, drops chatter) plus 28.4x KV-compression accounting.
- ljsysfurryACE/dsh-memory-director - LLM-driven remember/forget memory: after each turn a model decides what to keep (MemoryDirector), injects relevant memories before each step, dedups, and persists cross-session.
- LoserFox/distill - Automatic conversation distillation: background subagent reflection + skill create/update.
- lovezi0/dsh-memory-palace - Human-readable Markdown memory for DeepSeek Harness: user-level (~/.deepseek-harness/MEMORY.md) + workspace-level memory injected every turn, auto daily-log writing with distillation, bridges existing WorkBuddy/CodeBuddy memory dirs, memory_note / memory_note_user / memory_read tools with built-in dedup, and a bilingual settings page. Plain-text storage, no database.
- madage/dsh-self-improved - Long-term memory & self-evolving plugin for DSH: L0 capture → L1 memory extraction → L2 scene grouping → L3 user persona, auto recall injection, skill synthesis, fully local (SQLite FTS5 + jieba, optional vector recall).
- Max-Null/dsh-memory - Cross-session plaintext memory: deterministic BM25 keyword recall (no embeddings), memory_save/list/search/confirm/forget tools behind a human-confirm gate, and global + project-scoped JSON stores that follow your git repo.
- memorax-ai/dsh-patchouli - DeepSeek Harness memory and knowledge hub that routes update, retrieve, and subscribe calls across compatible plugins, with an optional transactional Rust backend.
- memorylake-ai/memorylake-harness#dsh-plugin - Memory Lake as a persistent memory layer for dsh: memory_search, memory_remember, and memory_forget tools over the memorylake CLI, a session status line, and guided setup/diagnostic skills, sharing one ~/.memorylake identity and memory set with the Claude Code and Codex plugins.
- MineRPi/dsh-trilium - Connect Trilium notes to the DSH agent via ETAPI with 20 agent tools: durable memory (remember/recall + auto-injected index), note management (CRUD/clone/attributes/revisions), full-text search, weekly-report workflow, attachments, calendar notes, backup/import, and a settings card.
- mingzeng21/dsh-obsidian - Connect dsh to a local Obsidian vault: search, read, write, move, and trash notes through
obsidian_*tools. - modusensus/dsh-mneme#dsh-mneme - Cross-session memory engine for DeepSeek Harness: SQLite store + human-editable Markdown mirror, autoDream consolidation, offline semantic search (local vector/rerank/clustering), entity-attribute-timeline, Sleep Mode, custom-model autoSummarize, and 7 memory tools.
- moononnn/DeepSeek-Harness-Hanako-Memory - Hana-style assistant manager for DSH: visual preset management (cards, yuan personalities, avatar cropping) plus a full Hana memory stack (rolling summaries, layered compilation, SQLite fact store, deep memory).
- nanpaidashi/dsh-honcho-sync - Honcho memory bridge: auto-syncs every conversation turn to a self-hosted Honcho service, with recall/search/remember/context/status tools, context injection on session start, and a visual settings panel.
- NattoCB/dsh-plugin-memory - Persistent five-layer memory system with relevance injection, LLM auto-extraction, profile rotation, and six agent tools.
- Noelune/unified-agent-memory - One shared Obsidian vault for every agent: dependency-free Python core (search/promote/adjudicate/forget), vault template, dsh plugin (memory_search/show/submit/status).
- nowledge-co/nowledge-mem-deepseek-harness - One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.
- omdsh-dev/dsh-kb-sieve - Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.
- omdsh-dev/dsh-mnemon - Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
- orangeshinee/dsh-mem0 - Agent tools for a self-hosted mem0 server: add, search, get, update, delete, history, reset and status memories, with a settings-panel configuration card.
- PerryLink/dsh-library - Turns local markdown and text documents into a queryable knowledge base with hybrid semantic and keyword search, citation verification, and source injection.
- PerryLink/dsh-memento - Bounded, layered, approval-gated, auditable cross-session memory: a typed
ctx.memoryseam with a zero-dependency SQLite provider, amemorytool, and frozen snapshot injection, plus the dsh-memory-protocol v1 rehearsal with an adapter registry and a distributable conformance suite. - Phant0Meow/dsh-meow-memory - Project-scoped cross-session memory: six-layer SQLite store (soul/user/project/fact/lesson/topic) on node:sqlite, cache-friendly first-message injection, memory_remember/search/find_similar/read/update tools, and per-window nightly consolidation ("dream").
- plur-ai/dsh-plugin - PLUR memory rendered into the system prompt on each assembly rather than exposed as a tool call, so the block is replaced instead of appended and context stays flat across a session. Fully local hybrid search (BM25 + BGE fused with RRF), plain YAML storage you can edit, per-workspace scoping, and a /plur-memory browser.
- rainow/dsh-simple-wiki-memory - A super-simplified LLM-wiki memory plugin: one index document (auto-loaded) + one markdown file per topic (read only when needed) — no dumping everything into the context and burning tokens. Simple and lightweight, painless to install/uninstall, and freely editable however you like.
- Relistencode/dsh-recall - Conversation history recall for DSH: three-layer (literal/fuzzy/semantic) retrieval over every past session's original text, fully local & offline — AI never forgets what you told it. One-command install via
dsh.bundle.patch, semantic layer runs in a worker thread. - reshuibuduo/TMCRA-Agent-Memory#deepseek-harness-local - Technical-preview local graph memory for DSH and Codex: recalls owner-global and current-project evidence before each turn, writes USER and ASSISTANT records separately, and preserves project, session, actor, and source provenance for a visual atlas and cited knowledge pages.
- Rxiain/dsh-openviking - Semantic retrieval, resource management, auto-recall (user + agent dual spaces) and session memory for DeepSeek Harness: memsearch/memfind/memread/membrowse/memgrep/memglob over viking:// URIs, memadd/memremove resource management, memqueue observer status, memcommit session capture, and memlearn skill playbook minting.
- scd13150/dsh-cognition - Project memory for coding agents on DeepSeek Harness: similar past edits surface as precedents, out-of-scope edits are blocked, and cognition persists across sessions (47 upstream-verified fixes, gold-free 20-task run).
- seriousz158/dsh-memory - Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, previews, and rollback.
- Shiye-10Pages/dsh-memory-porter - Brings your existing Claude / ChatGPT history into DSH: instant zero-token import of the memories.json inside a Claude export, local Claude Code transcripts with no export needed, and conversations distilled through the model you already configured in DSH. Every memory carries verbatim evidence checked against the source by code — a paraphrase is dropped and counted, and evidence found only in the assistant turns is always routed to review rather than stored.
- skepsun/dsh-engram - Zero-LLM auto-capture and a symbolic [ENGRAM] index with progressive disclosure, an ESR-lite task/evidence protocol (esr_task / esr_node / esr_close / esr_link), and per-workspace usage telemetry with an offline recall benchmark (npm run eval).
- SodaMem/dsh-plugin-sodamem - Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.
- songoao25/dsh-auto-compact - Enhanced auto-compaction defaults for DeepSeek Harness agent presets: apply tuned threshold/retention budgets and per-model policies with one command, idempotent with backups and rollback.
- Swd146296/dsh-memos-bridge - Bridges the MemOS memory service over MCP: the agent gets add/search/update/delete memory, multi-cube sharing, and a memory scheduler as mcp__memos__* tools.
- symmetryseeker/dsh-akn-plugin - Local-first Agent Experience Network for DeepSeek Harness, distilling task-level experiences from traces and live manifests, grading by H0-H4 evidence, discovering by compatibility, and promoting only after explicit review.
- tancheng33/dsh-yogacara - Tracks the agent's state as Yogācāra mental factors over a durable seed store, and feeds it back into the prompt as first-person inclination.
- text2future/flowix#dsh-flowix-memory - Registers the local flowix-cli MCP server so the agent can search, read, create, and edit Flowix memos and mind-map artifacts.
- tinqiao-oss/engramory#plugin - Long-term memory for DeepSeek Harness kept as plain markdown, one fact per file, readable in any editor. The
MEMORY.mdindex has a hard 200-line / 25 KB cap enforced byctx.tools.guard(): a write that would grow an over-cap index is denied, while a rewrite that shrinks it always passes, so an oversized index can be compacted step by step. The plugin never writes memories on its own — what is kept is decided by you and the model. The same store is also used by Claude Code, Codex, Kiro and OpenClaw. - truelove-dreamer/dsh-plugin-recall - Cross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.
- Tyan66666/billion-context-dsh - Model-driven context compression (Active Context Pruning) for DeepSeek Harness: the model decides when and what to compress.
- vectorize-io/hindsight#coding-agents - Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
- volcengine/OpenViking#examples/dsh-memory-plugin - OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture,
viking://URI guarding, and recall/write memory tools backed by an OpenViking server. - wly8691-jpg/knowlp-rag - Dual knowledge-graph RAG for Markdown notes: prerequisite + similarity graphs (P/S-Agent traversal), paragraph chunking, n-gram/embedding hybrid search, and an explicit weight feedback loop — via MCP.
- XieZongChen/dsh-md-notes - A markdown notes manager for DSH: full MD notes manager and MD notes editor, quickly capture conversations into notes, maintain notes by syncing to Git repositories, and bring notes into the conversation context.
- Xplore-LAB/dsh-plugin-asmemory - Action-state time memory: record typed states and actions, then analyze trends, anomalies, and causality.
- yangyongzhen/dsh-memory - Long-term memory injected at session start: preferences/facts/summaries/knowledge in global and per-project scopes, budgeted recall via
agent/pre-step, durable JSON store. - yihefeikong-rgb/dsh-cc-haha-memory - Persistent memory for DeepSeek Harness: memory read/write/retrieve tools, per-turn auto-recording, project-scoped recall injection and a management UI, with non-destructive Claude Code memory import.
- Yiipu/dsh-agentmemory - DSH ↔ agentmemory session-memory bridge: mirrors session lifecycle into a local agentmemory daemon (REST), exposes memory_recall / memory_remember tools, and injects a per-session memory context window via agent/pre-step.
- zhangzhenwen1/qmd-autosearch - Auto-supplement QMD semantic search when the model greps/globs a knowledge-base directory: zero-dependency DSH plugin, async injection via next-step, no manual invocation.
- zhengjy01/dsh-flomo - Write notes and memos to flomo (浮墨笔记) from any agent via the flomo_send tool, configured once with the flomo API URL or API Key.
- zhengjy01/dsh-notion-connector - Notion connector for DeepSeek Harness: search, read, query, create, update, and append Notion pages and databases via six agent tools, with a Web settings page — configured once with an Integration Token.
- zhujunpeng12/dsh-memory-system - Local-first persistent memory for DeepSeek Harness: bounded pre-step hot-memory injection, exact and Chinese-bigram BM25 cold recall, six agent tools, approval-gated lease-lock writes with recovery receipts, and read-only governance and trajectory-review candidates.
- ZSeven-W/dsh-noema - Long-term memory for DSH agents — durable, inspectable memories with recall, search, browse and knowledge-graph tools, import from ten other AI coding tools, and a settings page.
Tools & Capabilities
- 1na-ko/dsh-hdc-bridge - HarmonyOS device bridge: hdc screenshot/install/log/crash/UI automation loop with read_image, official-first versioned API knowledge (SDK .d.ts + offline bundled docs), and a DevEco CLI build/sign/lint lane.
- 6Mikao9/dsh-wsl-workspace - Add a WSL workspace from the web GUI without needing to install dsh or related tools again inside WSL. Bash commands and file read/write operations run within the local WSL distribution on the host machine, while Windows files remain accessible.
- 863683348/dsh-plugin-academic-writing - Academic writing toolkit for DSH agents: paper outlines, title and abstract skeletons, GB/T 7714 / APA / MLA citations, phrasing QA, and a pre-submission checklist.
- 863683348/dsh-plugin-education - Education toolkit for DSH agents: lesson-plan skeletons by grade band, quiz scaffolding and answer-key validation, analytic rubrics, Anki/markdown flashcards, and readability levels.
- 863683348/dsh-plugin-finance-data - Finance data toolkit for DSH agents: number and currency formatting (incl. Chinese wan/yi units), return and CAGR math, valuation and profitability ratios, PV/FV, risk metrics, and a data-quality checklist.
- 863683348/dsh-plugin-local-life - Local-life toolkit for DSH agents: budget planning, bill splitting, unit-price and discount math, common unit conversions (jin/li/chi, C/F, L/gallon), and trip checklists.
- 863683348/dsh-plugin-translation - Translation toolkit for DSH agents: sentence segmentation, term and glossary extraction, source-target QA (numbers, units, brackets), tone guides, and a durable workspace translation memory.
- 988hj7tczd-oss/dsh-computer-use - Cross-platf


freestylefly/awesome-gpt-image-2
dsh-market/dsh-market
AdamPlatin123/awesome-dsh-plugins
Anil-matcha/awesome-dsh-plugin
0xsline/awesome-deepseek-harness
superdesigndev/treg