Ouroboros v0.51.6 Adds DeepSeek Harness as a First-Class Backend and Treats Its Config Path as an Executable, Not a Config File
Q00/ouroboros (5,449 stars, MIT) released v0.51.6 on 2026-08-16T06:10Z making `dsh` a first-class completion backend driving DeepSeek Harness's ACP automation server across its full interview → seed → QA → evaluate loop, so the specification-first workflow can run entirely on DeepSeek infrastructure. Two engineering details are worth stealing: `OUROBOROS_DSH_CONFIG_PATH` was added to the untrusted `.env` denylist because a Cordis composition file selects plugin rows that execute arbitrary code — config that loads code gets executable-path treatment — and the adapter reports an honest `dsh-composition` sentinel in audit metadata rather than inventing a model ID the ACP wire never carries. The release notes also state the verification limit plainly: a from-source DSH build was driven through spawn → initialize → session/new → session/prompt and failed only at the paid model call for lack of an API key.
Source
↳ Follow the thread