From 9f54cc91621cf9cbf1550a011c2c4973cd5223d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:19:49 +0200 Subject: [PATCH] Document Claude Code terminal release --- claude_desktop/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/claude_desktop/CHANGELOG.md b/claude_desktop/CHANGELOG.md index 747ecfa636..fb5e509dca 100644 --- a/claude_desktop/CHANGELOG.md +++ b/claude_desktop/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.13 (10-07-2026) + +- Add the official Claude Code stable package, `ttyd`, `tmux`, and `ripgrep` to the Claude Desktop image. +- 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. +- 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. + ## 1.12 (09-07-2026) - Minor bugs fixed ## 1.11 (09-07-2026)