From eea686c81ee5839aac4049aac8becd0ac6931afc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 23:36:11 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7fade07e..033feca68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Control UI: improve mobile responsiveness. (#558) — thanks @carlulsoe - Control UI: persist per-session verbose off and hide tool cards unless verbose is on. (#262) — thanks @steipete - CLI: add `sandbox list` and `sandbox recreate` commands for managing Docker sandbox containers after image/config updates. (#563) — thanks @pasogott +- Sandbox: allow `session_status` tool in sandboxed sessions by default. — thanks @steipete - CLI: add `clawdbot config --section ` to jump straight into a wizard section (repeatable). - Docs: add Hetzner Docker VPS guide. (#556) — thanks @Iamadig - Docs: link Hetzner guide from install + platforms docs. (#592) — thanks @steipete