Enums§
- Session
Source - Source of the Claude session
Functions§
- detect_
automation - Detect whether message content was produced by a known automation tool.
Returns the tool name if a marker is found,
Noneotherwise. - extract_
leaf_ uuid - Extract leafUuid from a JSON record.
- extract_
parent_ uuid - Extract parentUuid from a JSON record.
- extract_
record_ type - Extract record type from a JSON record.
- extract_
session_ id - Extract session ID from a JSON record.
Supports both CLI format (
sessionId) and Desktop format (session_id). - extract_
timestamp - Extract timestamp from a JSON record.
Supports both CLI format (
timestamp) and Desktop format (_audit_timestamp). - extract_
uuid - Extract uuid from a JSON record.
- is_
synthetic_ linear_ record - Whether a JSON record belongs to a synthetic linearized resume session.
- mark_
synthetic_ linear_ record - Mark a JSON record as belonging to a synthetic linearized resume session.