Sessions
Sessions provide visibility into every Baz review execution.

While Pull Requests focus on review results, Sessions focus on how those results were produced. They show the reviewers that ran, the code they analyzed, the findings they generated, and the execution path that led to the final review.
Session Timeline
Each stage represents a step in the review pipeline.
Review Started
Review request received
Enriched Diff
Files and context collected
Agents
Reviewers analyze the change
Findings
Issues generated
Reflection
Findings validated and refined
Comment Merge
Overlapping findings consolidated
Review Completed
Results published
Enriched Diff
The Enriched Diff stage shows the exact files reviewed by Baz.
It includes the modified files, change size, and review scope used during analysis.
Findings
The Findings stage displays issues generated during review.
From here you can see:
Which findings were created
Their severity
Whether they were published
How they contributed to the final review outcome
Reflection
Before publishing findings, Baz performs a reflection pass.
This stage reevaluates generated findings to improve quality and reduce unnecessary noise before comments are posted.
Comment Merge
Multiple reviewers may identify the same issue.
The Comment Merge stage consolidates overlapping findings into a single comment, reducing duplication while preserving review context.
Monitoring Active Reviews
Sessions can be used as a live execution dashboard.
While a review is running, the timeline provides visibility into:
Current execution stage
Review progress
Generated findings
Long-running or blocked steps
This makes it easy to understand what Baz is doing without waiting for the review to finish.
Last updated