Merge pull request #2995 from bashrusakh/fix/2763-opencode-binary

fix(server): keep env-provided OPENCODE_BINARY when settings clear the override
This commit is contained in:
Bohdan Triapitsyn
2026-08-27 23:14:10 +03:00
committed by GitHub
3 changed files with 41 additions and 1 deletions
+1
View File
@@ -116,6 +116,7 @@ All notable changes to this project will be documented in this file.
- Desktop: browser pages served from a self-signed loopback HTTPS address now load instead of being blocked by the certificate warning.
- Browser: typing a comment on a page no longer triggers app shortcuts.
- Skills Catalog: the source is now named ClawHub instead of "ClawdHub" (thanks to @makeittech).
- Settings: an explicitly set `OPENCODE_BINARY` environment variable is no longer discarded when settings contain an empty opencodeBinary value; the environment variable keeps pointing the managed OpenCode server at the binary you chose.
## [1.18.4] - 2026-08-14