Your prompt history could be saved to a record store instead of history.jsonl, but nothing uses it yet.
An alternate prompt-history writer exists alongside history.jsonl, with no confirmed caller in this build.
What's wrong with this entry?
The history save path can now append entries through a record-store writer rather than locking and appending to the config-directory history.jsonl.
- The store writer is an optional argument to the save call; when absent, the file path is used as before.
- Failures on the new path report the same telemetry reason as file writes.
- What supplies the store, and whether anything does in this build, could not be determined.
history_save_write_failed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.