Chronicle keeps the transcript files written by Claude Code, Codex CLI, and Gemini CLI exactly as those tools left them. All organizational state — pins, tags, custom titles, notes, and archive flags — lives exclusively in Chronicle’s own SQLite database. Right-clicking any session gives you a context menu with all the tools you need to keep a growing session history manageable.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/josephyaduvanshi/claude-history-manager/llms.txt
Use this file to discover all available pages before exploring further.
Opening the context menu
Right-click any session row in the session list to open the context menu. Every action in the menu is non-destructive by default: soft-delete is the only action that removes a session from view, and it carries a 30-day undo window.Available actions
Pin
Pin
Marks the session in the sidebar for quick access. Pinned sessions appear in the Pinned section of both the main session list and the menubar dropdown. Pins are per-provider — a pin on a Claude session does not appear in your Codex or Gemini sidebar.
Tag with color
Tag with color
Applies one or more color-keyed labels to the session. Tags use an OKLCH hue angle (0–360) rendered at a consistent lightness and chroma, giving you eight canonical swatches in the tag picker plus the ability to enter an arbitrary hue value. Tags are per-provider and are used by the
/tag: search filter and smart-folder definitions.Rename
Rename
Replaces the auto-generated title — Chronicle’s default is the first user message from the transcript — with a custom title you supply. The custom title is stored in the
user_metadata table in SQLite and takes precedence over the parsed title everywhere in the UI. Renaming does not touch the JSONL or JSON file on disk.Add note
Add note
Attaches a free-form text note to the session. Notes appear in the metadata pane and sync via iCloud when sync is enabled. There is no length limit.
Archive
Archive
Hides the session from the main session list without deleting it. Archived sessions are excluded from smart folders by default and can be viewed by selecting the Archived filter. Archiving is reversible: right-click an archived session and choose Unarchive.
Move to Trash
Move to Trash
Soft-deletes the session. The session disappears from all views immediately but is recoverable for 30 days. After 30 days the record in Chronicle’s database is purged. The underlying JSONL or JSON transcript file on disk is never deleted or modified.
What Chronicle never touches
iCloud sync
When iCloud Drive sync is enabled, organizational state syncs across your Macs via a single JSON file in iCloud Drive. The sync includes:- Pin flags
- Tag definitions and session-tag associations
- Archive flags
- Custom titles (renames)
- Notes
- Smart-folder definitions
Transcript content never syncs. Only the organizational metadata travels through iCloud.