Tokscale's OpenClaw scanner matches *.jsonl files under .openclaw/agents/. This works for long-lived agent sessions, but misses subagent sessions entirely.
OpenClaw renames completed subagent transcripts (mode: "run") from <uuid>.jsonl to <uuid>.jsonl.deleted.<timestamp> (probably) to prevent session resumption. The files stay on disk with full usage data, but fall outside tokscale's *.jsonl glob.
Tokscale's OpenClaw scanner matches *.jsonl files under
.openclaw/agents/. This works for long-lived agent sessions, but misses subagent sessions entirely.OpenClaw renames completed subagent transcripts (mode: "run") from
<uuid>.jsonlto<uuid>.jsonl.deleted.<timestamp>(probably) to prevent session resumption. The files stay on disk with full usage data, but fall outside tokscale's *.jsonl glob.