Skip to content

[FEATURE] Add --quiet flag for minimal output (scripting mode) #13

@jwesleye

Description

@jwesleye

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

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions