From 64c7f2dd5bcb7d70cb0cf6bae165f259bff07085 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:24:28 +0000 Subject: [PATCH] GitHub bot: changelog [nobuild] --- claude_desktop/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/claude_desktop/CHANGELOG.md b/claude_desktop/CHANGELOG.md index 1ea78aa7d0..783f74f10a 100644 --- a/claude_desktop/CHANGELOG.md +++ b/claude_desktop/CHANGELOG.md @@ -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.