mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-04-11 02:20:18 +08:00
Two integration tests expected 'model':'restored-session' in the /status JSON output but dc4fa55 changed resume mode to emit null for model. Updated both assertions to assert model is null (correct behavior). Also remove unused 'estimate_session_tokens' import in compact.rs tests (surfaced as warning in CI, kept failing CI green noise). All workspace tests pass.