Back to marketplace

dsh-better-deepseek

Integrations

EdgeTypE/dsh-better-deepseek

A DeepSeek Harness bridge plugin for the Better DeepSeek Chrome extension, providing HTTP handshake and session-filtered SSE event streams over the web server for integration.

  • deepseek
  • deepseek-harness
  • deepseek-harness-plugin
  • dsh
  • dsh-plugin
  • dsh-plugins
GitHub Stars
17GitHub
Views
0DSH Plugin Hub
Forks
0GitHub
Open issues
0GitHub Issues
Manifest version
0.1.0dsh-better-deepseek
Latest push
Aug 14, 2026GitHub
License
NOASSERTIONTypeScript
Plugin type
HostRuns in the DSH Host

README

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)

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.

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.

Comments

0
Newest first