claw-code/rust/crates/rusty-claude-cli/src
YeonGyu-Kim 78dca71f3f fix(cli): JSON parity for /compact and /clear in resume mode
/compact now emits: {kind:compact, skipped, removed_messages, kept_messages}
/clear now emits:  {kind:clear, previous_session_id, new_session_id, backup, session_file}
/clear (no --confirm) now emits: {kind:error, error:..., hint:...}

Previously both returned json:None and fell through to prose output even
in --output-format json --resume mode. 159 CLI tests pass.
2026-04-10 01:31:21 +09:00
..
init.rs Make .claw the only user-facing config namespace 2026-04-05 18:11:25 +00:00
input.rs Reduce REPL overhead for orchestration-heavy workflows 2026-04-02 07:19:14 +00:00
main.rs fix(cli): JSON parity for /compact and /clear in resume mode 2026-04-10 01:31:21 +09:00
render.rs feat: b5-context-compress — batch 5 wave 2 2026-04-07 15:19:45 +09:00