EdgeTypE / dsh-better-deepseek

Listed

DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension.

mainOther View source

Installation

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

This command is generated from the GitHub repository address. Inspect the upstream README and source before running it; pin a release or commit when reproducibility matters.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit b104386Synced Aug 18, 2026

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.

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

TestsDetected

Repository information

Language
TypeScript
License
Not reported
Last updated
Aug 14, 2026, 6:16 PM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.