Pi (roundhouse) stores sessions in the same JSONL format as OpenClaw but at a different path (~/.roundhouse/sessions/main/).
The only changes needed are:
- Register "pi" as a mode alias that reuses the openclaw collector
- Add DetectPi() to agentdetect for auto-discovery
- Add "bash" to the tool class map (pi's shell tool)
- Document the pi config section
Session format is identical — no collector logic changes required.
I have a PR ready from my fork.
Pi (roundhouse) stores sessions in the same JSONL format as OpenClaw but at a different path (~/.roundhouse/sessions/main/).
The only changes needed are:
Session format is identical — no collector logic changes required.
I have a PR ready from my fork.