Files
Miguel Palhas 2f50a83b01
Nix / Nix Eval + Web Frontend (push) Successful in 1m27s
CI / Web (push) Failing after 4m43s
CI / Rust (push) Failing after 8m49s
feat!: remove sandbox, tool sessions, Node download, QR, log tee
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>
2026-08-22 14:05:26 +01:00
..