mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-07-09 18:57:08 +08:00
405643f8a7
QA on the VM showed two leaks in the effect:step tee: the host logger's INFO lines (it always emits ANSI and defaults to info) landed on the wizard screen, and the child's clack card drew colorless because picocolors disables ANSI on a piped stdout, clashing with the wizard theme. hostExecStream now spawns steps with LOG_LEVEL=warn (operator-set level wins; warnings/errors still pass) and FORCE_COLOR=1 when the operator's terminal is a real TTY. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HB8rQxJN7itcFhNYVDntpm