Skip to content

Releases: bailinghub/bailinghub-dsh-plugin

dsh-bailinghub v0.1.1

Choose a tag to compare

@niejingchuan niejingchuan released this 18 Aug 08:08
e0b7ac8

Maintenance release for the DeepSeek Harness community bundle.

  • Makes version validation reusable for future SemVer releases while keeping package and lock metadata aligned.
  • Keeps the npm landing page English-first and retains the Chinese guide under docs/.
  • Documents the focused compatibility smoke, OIDC publishing evidence, and fix-forward recovery path.

Compatibility remains DeepSeek Harness 0.1.0-rc.7, bailinghub-mcp-server@0.1.1, and BailingHub Client API v1.

This is an independent community integration, not an official DeepSeek plugin, certification, endorsement, or partnership.

dsh-bailinghub v0.1.0

Choose a tag to compare

@niejingchuan niejingchuan released this 18 Aug 07:38

What it gives DeepSeek Harness users

Run governed tasks from the local DeepSeek Harness Web UI against a business route already connected to BailingHub. Submit a task, receive a stable job_id, and continue querying or waiting for the same job result.

dsh plugin --profile web add dsh-bailinghub@0.1.0

The bundle adds three tools: submit_governed_job, get_governed_job, and wait_for_governed_job.

BailingHub address, route-scoped Client Token, and route remain operator configuration rather than model-controlled arguments. The plugin does not create a trusted business identity or bypass downstream authorization.

The npm package contains no custom runtime code, production dependencies, or install hooks. It activates the DSH in-box MCP client and pins bailinghub-mcp-server@0.1.1.

Verified with DeepSeek Harness 0.1.0-rc.7 and BailingHub Client API v1.

Independent community integration; not developed, certified, or endorsed by DeepSeek.


中文说明

在本机 DeepSeek Harness Web UI 中,通过 BailingHub 向已经接入的业务 route 发起受控任务;获得稳定 job_id 后,可继续查询或等待同一任务的状态和可用结果。

地址、route-scoped Client Token 与 route 均由运营者配置,不作为模型参数;插件不会凭空建立可信业务身份,也不会绕过下游系统的最终权限校验。

这是独立社区集成,不是 DeepSeek 官方开发、认证或背书的插件。