- Extend --output yaml and --output plain support to pipe mode, so agents running afhttp with --mode pipe now receive structured output in their chosen format instead of always falling back to JSON
- Protect server response body fields when rendering non-JSON output by serializing them as opaque JSON strings, preventing YAML or plain formatters from re-interpreting server payloads and corrupting their structure
- Upgrade agent-first-data dependency to 0.7.0, which introduces the cli_output helper and yaml/plain output format support used by the above changes