Document Claude terminal review fixes

This commit is contained in:
Alexandre
2026-07-10 14:23:18 +02:00
parent 66f9da648a
commit fe3a04d397

View File

@@ -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