Expand description
History adapter trait and shared types.
Structs§
- Discovered
File - A discovered file on disk (path + modification time).
- History
Message - A single message in a conversation.
- History
Session - Full parsed session — produced on demand when user opens a conversation.
- Session
Meta - Lightweight metadata for the session list — extracted without full parsing.
- Tool
UseSummary - Summary of a tool call within an assistant message.
Enums§
- History
Error - Error type for history operations.
Traits§
- History
Adapter - One implementation per CLI provider.