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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 142 additions and 6 deletions

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.