Claude Codex Bridge v8.6.9 Adds DeepSeek Harness as a Separate Provider Key and Refuses to Let a Pane Declare a Turn Complete
SeemSeam/claude_codex_bridge shipped v8.6.9 on 2026-08-17 (3,425 stars, two releases in one day) adding official DeepSeek Harness under a distinct Developer Preview provider key `dsh`, leaving the existing `deepseek` key pointed at Deep Code CLI. The notable engineering: DSH completion requires an exact durable `source.rpcId`, a committed non-empty assistant reply from the same turn, *and* a native turn/end(completed) event — the POSIX pane is demoted to a lifecycle/log carrier with no authority to declare prompt, reply, quiet-time or successful completion, and restore is observer-only so it never reposts a prompt. Credentials, skills, memory and caches stay inside an agent-private DSH_HOME with one-directional allowlisted copying. This is the clearest published statement yet that terminal-scraping multi-agent bridges cannot trust pane text as a completion signal.
Source
↳ Follow the thread