Session Log Viewer
Browse and view session logs in an interactive HTML report.
Quick Start
neovate logThis opens an interactive session selector where you can choose a session to view.
For a specific log file:
neovate log path/to/session.jsonlFeatures
- 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
| Argument | Description |
|---|---|
[file] | Path to a specific session.jsonl file (optional) |
-h, --help | Show help |
Examples
Browse all sessions interactively:
neovate logView a specific session file:
neovate log ~/.neovate/sessions/abc123/session.jsonlOutput
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