Skip to content

agent condense

ddx agent condense

Filter raw agent output to progress-relevant lines

Synopsis

Read raw agent output from stdin and write condensed output to stdout.

Keeps: namespace-prefixed progress lines, tool calls, errors/warnings, issue IDs, markdown structure (#, |, **), and phase markers. Drops raw diffs, codex boilerplate (Commands run:, tokens used), and bulk verbose content.

ddx agent condense [flags]

Options

  -h, --help               help for condense
      --namespace string   Caller namespace prefix to keep (e.g. helix:) (default "helix:")

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

  • ddx agent - Invoke AI agents with harness dispatch, quorum, and session logging
Auto generated by spf13/cobra on 6-Apr-2026