Skip to content
dsh-market Browse plugins GitHub 中文

EdgeTypE/dsh-better-deepseek

Bridge plugin for the [Better DeepSeek](https://github.com/EdgeTypE/better-deepseek) Chrome extension: exposes HTTP handshake and session-filtered SSE event streams over the web server, enabling browser-extension UI integrations with DeepSeek Harness.

Stars ★ 11 Category Tools & Capabilities Listed 2026-08-16

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:EdgeTypE/dsh-better-deepseek

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension integration. Provides an HTTP handshake endpoint and session-filtered SSE event streams over webServer.

Installation

Via DSH (npm)

dsh plugin --profile web add -w dsh-better-deepseek

or

npx @deepseek-ai/dsh --profile web add -w dsh-better-deepseek

Plugin

BetterDeepSeekBridgeService registers /api/better-deepseek/* endpoints on ctx.webServer.

Endpoint Method Purpose
/api/better-deepseek/ping GET Handshake and health check
/api/better-deepseek/events GET Server-Sent Events (SSE) live stream
/api/better-deepseek/session.create POST Initialize an agent session with cwd
/api/better-deepseek/session.prompt POST Submit a task/prompt to the session
/api/better-deepseek/session.result GET Fetch final Markdown report and status
/api/better-deepseek/session.cancel POST Cancel a running task
Config Default Meaning
enableCors true Enables Access-Control-Allow-Origin headers for cross-origin browser extension requests.

Content from the project README on GitHub ↗