Skip to content

Improve CLI outputs for agentic use (incl. lower token consumption) #43

@Camil-H

Description

@Camil-H

Problem

There are a few issues with the current CLI when used by agents.

Feature

  • Add field masks / response filtering
    → Support field masks or response filtering to limit output size and protect agent context windows.
  • Add confirmation bypass for destructive commands
    → Add a --yes or --force flag to destructive commands so agents can skip interactive confirmation.
  • Reject control characters
    → Reject input containing control characters (ASCII < 0x20) to prevent injection.
  • Add a --no-color flag, for lower token consumption

Source

Audit performed with cli-agent-lint

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions