Documentation
¶
Overview ¶
Package prompthistory persists the user's submitted prompts so they can be recalled across sessions (Up-arrow cycling, Ctrl-R search).
Storage format: append-only JSONL at the configured path. Each line is a JSON-encoded string (the raw prompt text). Lines are written oldest-first on disk; Load returns them newest-first for convenient index-0 == most-recent navigation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.