# TUI Internal Runtime Event Filter (local patch) This workspace carries a **local** patch workflow to suppress internal subagent handoff blocks from the OpenClaw TUI chat log. ## Commands ```bash scripts/openclaw-tui-internal-filter.sh check scripts/openclaw-tui-internal-filter.sh apply scripts/openclaw-tui-internal-filter.sh revert ``` ## Update-safe workflow Prefer: ```bash scripts/openclaw-update-safe.sh ``` This runs `openclaw update ...` and then re-checks/re-applies the TUI patch if needed. ## Notes - Patch target: `~/.npm-global/lib/node_modules/openclaw/dist/tui-LeOEBhMz.js` - Apply is idempotent. - Backups are stored in `patches/openclaw-tui-internal-filter/` (ignored by git). - If upstream code shape changes, apply aborts safely instead of forcing an unsafe patch.