Skip to content
dsh.fish

Browse

222 results

Bundle

dsh-git-sidebar

DSH plugin: VSCode-style uncommitted changes sidebar for the DeepSeek Harness web GUI — staged / unstaged / untracked files, per-file diffs and open-in-editor, docked to the right of the conversation page

H2O-MERO3
Bundle

dsh-go-rotator

OpenCode Go subscription key rotator for DeepSeek Harness (dsh): per-request active-key routing, 429/quota cooldown rotation, cost accounting, dashboard quota scraping, and a web GUI settings section. Self-contained data dir under the plugin install folder — no machine-specific paths.

echo-xianyu3
Bundle

dsh-splash-launcher

DSH Windows one-click launcher: opens the browser splash animation immediately, boots dsh web, and reveals the GUI when ready; also registers the desktop_launch agent tool.

Isilsolme3
Bundle

dsh-thinking-effort

多功能 DSH 插件:① 为 OpenAI 兼容第三方模型声明 Codex 风格推理档位并钉住默认档位;② 引用目录(附加文件夹)——为会话添加可读写的白名单文件夹,注册 refdir_list/read/write/edit/grep 工具。安装一次,按模块持续扩展。

a11411715213
Bundle

@7dgroup/dsh-7d-tray-win

Windows-only composition bundle for DeepSeek Harness web: a system-tray icon appears while `dsh web` runs (open UI / open logs / stop / restart), plus a silent desktop launcher that reproduces the exact host invocation. Win32 only.

7dgroup-ai2
Bundle

dsh-login-chatgpt

DeepSeek Harness openai-codex alias with ChatGPT OAuth login UI.

jiangliuhong2
Bundle

dsh-account-usage

DeepSeek Harness web-GUI plugin: a Settings「账户」page showing DeepSeek platform balance/usage (daily cost chart, per-model requests & tokens, selectable time range) and the OpenCode Go 5h/weekly/monthly quota with reset times.

Ycet2
Bundle

@onezero-y/dsh-tint-theme

A skin picker for the DeepSeek Harness (DSH) Web GUI, offering DSH-native ports of well-known open-source editor color themes

OneZero-Y2
Bundle

dsh-opencodego-quota

OpenCode Go (opencode.ai/zen/go) 额度用量插件:在 DSH Web GUI 左侧栏常驻一张额度卡片,展示日(近5小时)/周/月三个窗口的用量进度条、换算金额、重置时间与刷新时间;自动刷新间隔可在标题栏 ⚙ 设置弹层中自由输入(秒),卡片底部只显示当前秒数。Host 半在宿主进程查询官方 /zen/go/v1/usage 接口,Client 半是一个自包含的左侧栏 DOM 卡片(无 React、无构建步骤)。

wellcover2
Bundle

dsh-genui

GenUI for DeepSeek Harness: interactive charts, forms, calculators, dashboards, and mini apps rendered inline in assistant replies, with actions that flow back to the model.

lhuans2
Bundle

@lbxc/dsh-voice-input

DeepSeek Harness Web GUI 语音输入插件:在输入框发送键左侧添加麦克风按钮,支持浏览器本地识别、OpenAI 兼容语音转写接口和自定义 JSON 接口,配置可导入/导出。

LBXC-6662
Bundle

@badai147/dsh-ocgo-usage

OpenCode Go usage stats for the DeepSeek Harness Web GUI: compact bottom-left sidebar button with a hover detail card

badai1472
Bundle

@xiaoyuink/dsh-image-create

AI 生图 (image generation) plugin for the dsh web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint, with multi-provider support, model discovery, and agent tool registration. 与 @xiaoyuink/dsh-image-vision 同系列的图像插件。

xiaoyuink2
Bundle

dsh-go-balance

OpenCode Go subscription balance widget for DeepSeek Harness Web: rolling/weekly/monthly quota remaining, shown at the right end of the composer tool row.

iamfromchangsha2
Bundle

dsh-pathlink

Ctrl+click file paths and links in DeepSeek Harness chat: paths open their folder in the OS file manager, links open in a new browser tab.

penguin-oo2
Bundle

dsh-open-browser

Automatically opens the dsh Web UI in your browser (Chrome/Chromium first, system default as fallback) once the server is ready. Works on Windows, macOS, and Linux.

MuYu-Zh2
Bundle

@deepseek-ai/dsh-plugin-usage

Usage (用量) deployment plugin for DeepSeek Harness (DSH): a real-time token & cost dashboard tab next to chat/trajectory, with live streaming estimates, DeepSeek official peak/off-peak pricing and OpenCode Go plan pricing, custom price table, and CSV/JSON export.

GHJIVHIDD2
Bundle

dsh-little-mouse-pointer

DeepSeek Harness bundle for a Windows desktop UI context picker and MCP server for Codex, DeepSeek Harness, and AI agents

Fish1213802
Bundle

@xfqz86/dsh-usage-stats

DSH web plugin: token usage statistics in the sidebar footer — today badge (wide/rail) opening a detail panel with per-model/provider breakdown, session list, daily trend curve and heatmap (host scans session logs, serves usageStats Remote methods)

xfqz862
Bundle

dsh-open-in-x

Open a DeepSeek Harness workspace in a file manager, terminal, or supported editor from the Web UI

nikoart-liu2
Bundle

dsh-code-server-app

VS Code (from a code-server release) inside DSH: a right-sidebar tab driven by the plugin's own launcher over the in-process VS Code server (lib/launcher.mjs). Since 0.3.0 the bundle also ships an editor bridge (assets/extensions/dshcs-editor-bridge): a read-only channel between the in-tree VS Code extension host and DSH, giving the agent what only the editor knows (unsaved buffers, language-server diagnostics, the active selection) and letting editor gestures drive the session. Since 0.3.22 the ask panel renders that session's new content with DSH's own Markdown renderer (pinned to the deployed DSH UI version); since 0.3.23 it is a full-width dialog with collapsible thinking rows and can answer approval requests in place — the bridge's only non-read-only route (POST /approve, constrained to pending in-process requests and the outcomes allowed-once/rejected; panel-first for 5 minutes, handed back to the official card the moment the panel closes). The tab claims DSH file addresses (dsh-resource://file/**) by file type (setting claimExtensions), so the product's own produced-file chips, delivered-file previews and inline prose mentions open in the workbench. The IDE is a resident surface moved with Element.moveBefore instead of being remounted, so switching sidebar tabs no longer reloads it. Opening the tab switches the right sidebar to fullscreen by default (setting fullscreenOnOpen). Following a workspace switch is lightweight: the workbench re-navigates with the new ?folder= and the IDE process is not restarted (since 0.2.12). Requires a DSH with the right-sidebar services (sidebarRightTabs/sidebarRight, >= 0.1.5-alpha.1); older DSH versions get a single upgrade notice on the settings page and no other UI. Two serving modes: loopback port (default) or same-origin mount on DSH's own webServer (/code-server, protected by ctx.connection.requestRejection). No code-server Node layer, no argon2, no C++ toolchain.

jinsiyu2
Bundle

dsh-opencode-go-usage-dock

DeepSeek Harness plugin: OpenCode Go plan usage readout docked under the composer, aligned with the input bar width

xv-chang1
Bundle

path-click

Hover file paths / URLs in the DSH Web UI to open them in the file manager (Explorer) or in the default browser.

whw197610061
Bundle

dsh-vision-api-localorweb

DSH 插件:可接入识图模型 API(本地大模型识图工具 + 设置界面)。配置 OpenAI 兼容的识图接口(LM Studio / vLLM / Ollama 等),接口留空即不启用识图模型。

TIPSONG1