Feature Description
Minimal output mode for use in scripts - suppress banners, status, and formatting.
Problem/Motivation
When using chat_loop in scripts, the colorful banners and status bars break parsing and look messy in logs.
Proposed Solution
echo "What is 2+2?" | chat_loop myagent --quiet
# Just outputs: 4
# Compare to normal:
# [Banner]
# [Loading messages]
# You: What is 2+2?
# Agent: 4
# [Token info]
Benefits
- Clean output for scripting
- Works with other Unix tools
- Useful in CI/CD logs
- Simpler than full --pipe mode for basic use
Priority
Feature Description
Minimal output mode for use in scripts - suppress banners, status, and formatting.
Problem/Motivation
When using chat_loop in scripts, the colorful banners and status bars break parsing and look messy in logs.
Proposed Solution
Benefits
Priority