Get Redux State Diff
redux_get_state_diffGet field-level changes between current Redux state and a previous snapshot or custom baseline. Optionally store current state as the next baseline.
Instructions
Return field-level changes between current state and the previous snapshot (or a provided baseline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| previousState | No | Optional baseline state to diff against. If omitted, the tool uses its last remembered snapshot. | |
| rememberCurrentAsPrevious | No | Whether to store the current state as the next baseline snapshot. Defaults to true. |