fix(client): preserve compatible background service (#36583)

This commit is contained in:
Kit Langton
2026-07-12 21:32:34 -04:00
committed by GitHub
parent c0ed0106b1
commit 397993e898
4 changed files with 142 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@opencode-ai/client": patch
---
Reuse a same-version background service when a repeated health probe succeeds instead of replacing an endpoint another client may already be using.