dsh-acp-for-bitfun: Integrating BitFun into DSH as a Subagent via ACP

dsh-acp-for-bitfun is a DeepSeek Harness plugin maintained by bobleer that registers BitFun as a subagent provider for dsh via the Agent Client Protocol v1 over stdio. After installation, models can delegate tasks to BitFun for execution using the subagent_bitfun tool. The article explains the working principle, prerequisites (BitFun CLI, dsh >= 0.1.0-rc.6, pnpm), installation commands, configuration items in cordis.patch.yml, and verification steps, while also describing the permission policy and fail loud behavior.

Read More
Integrate BitFun into DeepSeek Harness Sessions via dsh-acp-for-bitfun

`dsh-acp-for-bitfun` is a DeepSeek Harness development and runtime plugin maintained by bobleer, licensed under MIT. It connects the `bitfun acp` command of BitFun CLI to the official dsh subagent client via ACP v1 over stdio, allowing any session to delegate tasks to BitFun using `subagent_bitfun`. The installation command is `dsh plugin add github:bobleer/dsh-acp-for-bitfun`. It requires BitFun >= 0.2.17 and dsh >= 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, and you should inspect the source code and license before installation.

Read More