dsh-better-deepseek

12Star0Fork1Issue0Watching
语言
TypeScript
分支
main
deepseekdeepseek-harnessdeepseek-harness-plugindshdsh-plugindsh-plugins

安装

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

在终端中运行以上命令,通过 dsh CLI 安装此插件。可在右上角切换 Profile。 第一次用 dsh?看这篇新手教程

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.
dsh-better-deepseek — DeepSeek Harness 插件 | deepseek-plugin.org