Commit 11e2353
committed
fix(cli): JSON parity for /export and /agents in resume mode
/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.1 parent 0845705 commit 11e2353
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2835 | 2835 | | |
2836 | 2836 | | |
2837 | 2837 | | |
| 2838 | + | |
2838 | 2839 | | |
2839 | 2840 | | |
2840 | 2841 | | |
2841 | 2842 | | |
2842 | 2843 | | |
2843 | | - | |
| 2844 | + | |
2844 | 2845 | | |
2845 | | - | |
| 2846 | + | |
| 2847 | + | |
| 2848 | + | |
| 2849 | + | |
| 2850 | + | |
2846 | 2851 | | |
2847 | 2852 | | |
2848 | 2853 | | |
2849 | 2854 | | |
2850 | 2855 | | |
2851 | 2856 | | |
2852 | 2857 | | |
2853 | | - | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
2854 | 2862 | | |
2855 | 2863 | | |
2856 | 2864 | | |
| |||
0 commit comments