返回插件市场

dsh-better-deepseek

连接与集成

EdgeTypE/dsh-better-deepseek

DeepSeek Harness 桥接插件,用于集成 Better DeepSeek Chrome 扩展,通过 web 服务器提供 HTTP 握手和会话过滤的 SSE 事件流。

  • deepseek
  • deepseek-harness
  • deepseek-harness-plugin
  • dsh
  • dsh-plugin
  • dsh-plugins
GitHub Stars
17GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.1.0dsh-better-deepseek
最近推送
2026年8月14日GitHub
许可证
NOASSERTIONTypeScript
插件类型
Host运行于 DSH Host

README

查看源文件

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.

评论

0
最新优先