Releases: BeAChanger/dsh-openclaw-acp
Releases · BeAChanger/dsh-openclaw-acp
Release list
v0.1.3 — verified OpenClaw ACPX bridge
What changed
- Adds a reproducible bridge smoke through the published
acpx@0.11.2runtime used by OpenClaw's official ACPX plugin. - Registers
deepseek-harnessas a custom ACP agent mapped todsh --profile openclaw. - Verifies both direct Harness ACP and ACPX-spawned Harness complete
initializeandsession/newwithout a model call. - Keeps the runtime bundle itself minimal; ACPX is a development-only test dependency.
Verification
pnpm test: 2/2 passedpnpm run test:acp:ACP_SMOKE_OKandACPX_DSH_SMOKE_OKnpm 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
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
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
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.