Summary
agent show <id> truncates each message to ~one line and has no flag to expand. --full errors (unexpected argument '--full'). To read an agent's full output I had to open …/data/sessions/<id>/transcript.jsonl directly.
Ask
Add agent show <id> --full / -v (or a --json) that prints untruncated message bodies.
Found during an isolated dogfood run.
Summary
agent show <id>truncates each message to ~one line and has no flag to expand.--fullerrors (unexpected argument '--full'). To read an agent's full output I had to open…/data/sessions/<id>/transcript.jsonldirectly.Ask
Add
agent show <id> --full/-v(or a--json) that prints untruncated message bodies.