mirror of
https://github.com/instructkr/claude-code.git
synced 2026-06-15 08:36:44 +00: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.