2f50a83b01
Five feature removals, ~27.8k lines: - Docker/Podman sandbox: src/containers/, container_config, acp::sandbox, SandboxInfo, the [sandbox] config section, container terminals, in-container hooks, volume_ignores, the sandbox-image banner (and [updates], which existed only to gate it), /api/docker/status, and docker/. - ACP Node download: the pinned-tarball fetch and NodeSource::Bundled. Drops the tar and xz2 deps, and with xz2 the system liblzma requirement. - session_tee: the per-session tracing mirror. Agent stderr still reaches acp-workers/<id>.log via the runner; daemon events stay in debug.log. - qrcode: dep plus the serve dialog's QR block. - session.tools: tool sessions, picker dialog, ViewMode::Tool, hotkeys. Legacy tmux prefixes (aoe_tool_*, aoe_cterm_*) are kept as sweep-only constants so sessions left by an older build are still torn down rather than mistaken for agent panes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>