From fe3a04d3973392395de9213fa78a2000e2588df2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:23:18 +0200 Subject: [PATCH] Document Claude terminal review fixes --- claude_desktop/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/claude_desktop/CHANGELOG.md b/claude_desktop/CHANGELOG.md index fb5e509dca..04ba951d2e 100644 --- a/claude_desktop/CHANGELOG.md +++ b/claude_desktop/CHANGELOG.md @@ -1,10 +1,13 @@ ## 1.13 (10-07-2026) -- Add the official Claude Code stable package, `ttyd`, `tmux`, and `ripgrep` to the Claude Desktop image. +- Add the official Claude Code stable package, `tmux`, `ripgrep`, and a pinned upstream `ttyd` binary for both supported architectures. - Add an optional authenticated Claude Code web terminal on port `7681`; reconnecting clients attach to the same persistent tmux session. -- Add `claude-headroom` for Headroom's supported `wrap claude` path and `claude-direct` for troubleshooting, while retaining the RTK `PreToolUse` hook. +- Validate and canonicalize `terminal_workspace`, restrict it to supported storage roots, and never re-own existing directories. +- Order the terminal after service initialization and start tmux with an explicit Bash shell and workspace. +- Add `claude-headroom` for Headroom's supported wrapper, reusing the supervised proxy with `--no-proxy` while leaving RTK management to the add-on. - Keep Claude Desktop on the MCP-only Headroom integration and remove the ineffective `ANTHROPIC_BASE_URL` export from its launch environment. -- Document the shared-home architecture, separate Desktop/CLI sessions, terminal security, and configuration. +- Preserve ownership of Claude settings for the configured runtime user and remove only the exact add-on-managed RTK hook when RTK is disabled. +- Document the shared-home architecture, separate Desktop/CLI sessions, direct HTTP terminal security, shared concurrent sessions, and configurable data location. ## 1.12 (09-07-2026) - Minor bugs fixed