Description
The openclaw tui command has a --deliver flag that defaults to false. This means assistant replies are stored but not printed to stdout by default, which is confusing for users.
Expected behavior
Users should be able to set a default value for --deliver in the OpenClaw config (e.g., tui.deliver: true or similar), so they don't have to pass the flag every time.
Workaround
Currently users must run openclaw tui --deliver every time. Aliases help but are not ideal.
Environment
- OpenClaw: 2026.3.2
- OS: macOS
- Terminal: Terminal.app
Description
The
openclaw tuicommand has a--deliverflag that defaults tofalse. This means assistant replies are stored but not printed to stdout by default, which is confusing for users.Expected behavior
Users should be able to set a default value for
--deliverin the OpenClaw config (e.g.,tui.deliver: trueor similar), so they don't have to pass the flag every time.Workaround
Currently users must run
openclaw tui --deliverevery time. Aliases help but are not ideal.Environment