mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-04-12 11:32:09 +08:00
/export now emits: {kind:export, file:<path>, message_count:<n>}
/agents now emits: {kind:agents, text:<agents report>}
Previously both returned json:None and fell through to prose output even
in --output-format json --resume mode. 159 CLI tests pass.