Skip to content

Releases: BeAChanger/dsh-openclaw-acp

v0.1.3 — verified OpenClaw ACPX bridge

Choose a tag to compare

@BeAChanger BeAChanger released this 14 Aug 01:03

What changed

  • Adds a reproducible bridge smoke through the published acpx@0.11.2 runtime used by OpenClaw's official ACPX plugin.
  • Registers deepseek-harness as a custom ACP agent mapped to dsh --profile openclaw.
  • Verifies both direct Harness ACP and ACPX-spawned Harness complete initialize and session/new without a model call.
  • Keeps the runtime bundle itself minimal; ACPX is a development-only test dependency.

Verification

  • pnpm test: 2/2 passed
  • pnpm run test:acp: ACP_SMOKE_OK and ACPX_DSH_SMOKE_OK
  • npm pack --dry-run: 6 intended runtime files
  • Production dependency graph is unchanged from v0.1.2, whose high-severity production audit passed with no known vulnerabilities

Artifact

SHA-256: 51ab3d78a7505448b5827b84a79081ae9fd11a5553949eafa3a317b5ee4763fd

dsh-openclaw-acp v0.1.2

Choose a tag to compare

@BeAChanger BeAChanger released this 13 Aug 16:35

Align the Harness profile with the current DeepSeek V4 integration checklist by setting the verified maxTokens field to 384,000. Keeps max reasoning effort and the 1M-token context window.

dsh-openclaw-acp v0.1.1

Choose a tag to compare

@BeAChanger BeAChanger released this 13 Aug 16:34

Align the bundle with DeepSeek V4 integration requirements: enable thinking, set reasoning effort to max, and make the 1M-token context window explicit. Verified through the packed-artifact ACP smoke test.

dsh-openclaw-acp v0.1.0

Choose a tag to compare

@BeAChanger BeAChanger released this 13 Aug 16:30

First verified release: a native DeepSeek Harness bundle that exposes the official ACP transport to OpenClaw ACPX. Includes bilingual setup, security boundaries, unit tests, and a real stdio ACP smoke test.