dsh-better-deepseekDeepSeek Harness plugin

DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension.

Stars
26
Forks
1
License
Unspecified
Last commit
Aug 14, 2026

Overview

DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension.

Original README

Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.

View source

dsh-better-deepseek

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)

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

or

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

Plugin

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

EndpointMethodPurpose
/api/better-deepseek/pingGETHandshake and health check
/api/better-deepseek/eventsGETServer-Sent Events (SSE) live stream
/api/better-deepseek/session.createPOSTInitialize an agent session with cwd
/api/better-deepseek/session.promptPOSTSubmit a task/prompt to the session
/api/better-deepseek/session.resultGETFetch final Markdown report and status
/api/better-deepseek/session.cancelPOSTCancel a running task
ConfigDefaultMeaning
enableCorstrueEnables Access-Control-Allow-Origin headers for cross-origin browser extension requests.