Skip to Content
DocumentationSession Log Viewer

Session Log Viewer

Browse and view session logs in an interactive HTML report.

Quick Start

neovate log

This opens an interactive session selector where you can choose a session to view.

For a specific log file:

neovate log path/to/session.jsonl

Features

  • Interactive session browser - Select from recent sessions with message counts and timestamps
  • HTML report generation - Creates styled, browsable HTML from session logs
  • Message inspection - View user messages, assistant responses, tool calls and results
  • Request details - See model, tools, request/response data for each assistant turn
  • Cross-platform - Opens in default browser on macOS, Windows, and Linux

Options

ArgumentDescription
[file]Path to a specific session.jsonl file (optional)
-h, --helpShow help

Examples

Browse all sessions interactively:

neovate log

View a specific session file:

neovate log ~/.neovate/sessions/abc123/session.jsonl

Output

The generated HTML file is saved to .log-outputs/ in your current directory and automatically opened in your default browser. The report shows:

  • Messages organized by conversation flow
  • Tool calls with their inputs
  • Tool results with success/error status
  • Request metadata including model and timestamp
Last updated on