PI
Overview
Section titled “Overview”PI is currently supported as an import-only provider in HAEVN.
- No live sync from browser tabs.
- Import local
.jsonlsession transcripts. - Preserves user prompts, assistant messages, thinking blocks, tool calls, and tool results.
Session files
Section titled “Session files”PI session files are stored locally in:
~/.pi/sessions/Example filename:
2026-03-23T14-48-43-844Z_02c5dec9-40a7-4a9c-9856-417044063a6f.jsonlImport
Section titled “Import”You can import PI sessions via the Options UI or CLI.
haevn import --format pi ~/.pi/sessions/<timestamp>_<session-id>.jsonlUseful flags:
--no-overwriteto keep existing chats with the same ID.--skip-indexto skip immediate index rebuild after import.