EdgeTypE/dsh-better-deepseek0

dsh-better-deepseek

DeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration

AI Analysis

作为 DSH 与 Better-DeepSeek 浏览器扩展之间的通信桥梁。适合需要将浏览器端增强体验与本地 DSH 服务进行联动的用户。

Package
dsh-better-deepseek
Version
0.1.0
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EdgeTypE/dsh-better-deepseek

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

Via PowerShell One-Liner (Windows)

irm https://raw.githubusercontent.com/EdgeTypE/dsh-better-deepseek/main/scripts/install.ps1 | iex

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.