explain_diff
Compares a session's current state against a target version and describes the changes in plain English, so you understand what changed without parsing raw diff output.
Instructions
Explain the differences between the current state of a session and a target version in plain English. Useful for understanding what changed without parsing raw diff output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session to analyze. | |
| target_version_id | Yes | The version to compare against. |