fix: persist first Pi user message in JSONL

This commit is contained in:
Peter Steinberger
2026-01-12 05:17:54 +00:00
parent f5c851e11e
commit cc8a2457c0
3 changed files with 117 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
- Doctor: surface plugin diagnostics in the report.
- Plugins: treat `plugins.load.paths` directory entries as package roots when they contain `package.json` + `clawdbot.extensions`.
- Config: expand `~` in `CLAWDBOT_CONFIG_PATH` and common path-like config fields (including `plugins.load.paths`).
- Agents: stop pre-creating session transcripts so first user messages persist in JSONL history.
- Auto-reply: align `/think` default display with model reasoning defaults. (#751) — thanks @gabriel-trigo.
- Auto-reply: flush block reply buffers on tool boundaries. (#750) — thanks @sebslight.
- Docker: tolerate unset optional env vars in docker-setup.sh under strict mode. (#725) — thanks @petradonka.