Skip to content

compozy terminal quote

Print a terminal excerpt for a conversation

For people running agent work16 pages in this section

compozy terminal quote

Print a terminal excerpt for a conversation

compozy terminal quote <id> [flags]

Options

  -h, --help               help for quote
      --lines string       Scrollback range, such as 120-124
      --workspace string   Override workspace (ID, name, or path)

Options inherited from parent commands

      --json             Emit JSON output
  -o, --output string    Output format: human, json, jsonl, or toon (default "human")
      --profile string   Act as a profile for this command

Output Formats

This command renders a bounded terminal excerpt as an escaped quote block or a JSON record. It does not provide JSONL or TOON renderers.

FormatCommand result
humanEscaped <terminal_context> quote block
jsonTerminal quote record
jsonlNot supported
toonNot supported

Example:

compozy terminal quote <id> --lines 1-5 -o json

On this page