GitHub bot: changelog [nobuild]

This commit is contained in:
github-actions
2026-07-15 15:24:28 +00:00
parent 259517289a
commit 64c7f2dd5b

View File

@@ -1,3 +1,5 @@
## 1.25 (15-07-2026)
- Minor bugs fixed
## 1.24 (15-07-2026)
- Fix the `/usr/local/bin/claude` wrapper never routing terminal Claude Code sessions through the Headroom proxy: it hardcoded `HEADROOM_BIN="/usr/local/bin/headroom"` while the binary is installed at `/usr/bin/headroom`, so the executable check always failed and the wrapper fell back to launching Claude Code directly. Resolve the binary with `command -v headroom` instead.