All plugins

DSH / BUNDLE / BUNDLES

dsh-plugin-slashx-gateway

v0.1.0superslash-rico / dsh-plugin-slashx-gatewayb2f17e93fb

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-plugin-slashx-gateway

DeepSeek Harness host bundle that implements slashx.request.v1 and slashx.response.v1

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add superslash-rico/dsh-plugin-slashx-gateway --ref b2f17e93fbf909e28d79a34077f54284b600fab8

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

dsh-plugin-slashx-gateway 是一个 DeepSeek Harness Host Bundle。它把 Harness 实例暴露为遵循 slashx.request.v1 / slashx.response.v1 的 SlashX 服务端点, 并提供文本、图片、文件、音视频、引用、卡片和按钮所需的安全媒体入口与制品出口。

LIMITATIONS

Known limitations

- Harness 的 PromptContentPart 当前原生只有文本和图片。音视频/任意文件必须借助工具。 - `0.1.0` 不输出逐 token SSE;富媒体以完整终态或异步回调交付。 - `retract` 不重写 Harness 的 append-only 历史,只会被明确标记为无法回滚的事件。 - 已经存在的 Harness Session 不会重复注入 SlashX `history`;空 Session 才使用请求历史 作为启动上下文,避免重复上下文。 - 当前文件账本适合单实例。多副本需要数据库、租约和共享制品存储。