Skip to main content
Before promoting a prompt to production or rolling back to a previous version, you can compare deployments to see exactly what changed. The walkthrough below shows the full flow — from the Editor all the way to reviewing diffs in the Deploy tab.

View deployment diffs

Viewing deployment diffs in Adaline

1. Select a source deployment from the history

The left panel shows the full deployment history for all environments. Each entry represents a deployment aka a prompt version that has been deployed. Click your source deployment to load it into the center panel for comparison with the target deployment.

2. Activate the Diff Mode

1
Switch to the JSON / YAML view to the raw deployment object by clicking the dropdown on the top right.Switching to the JSON / YAML view
2
Turn on the Diff Mode by click on the ellipsis (three dots) on the top right and select Diff Mode.Turning on the diff mode
3
Select the target deployment from the history dropdown.
You can choose any deployment across all environments and the current editor.
Selecting the target deployment

3. Review the differences

The center panel highlights every difference between the selected version and what is currently deployed to the target environment. Blue and red-highlighted content shows what will change if you confirm the deployment. The diff covers:
ComponentWhat’s compared
configModel selection and parameter changes (temperature, max tokens, response format, etc.).
messagesChanges to system, user, assistant, and tool message content.
roleChanges to message roles.
modalityChanges to content types (text, image, PDF).
toolsAdded, removed, or modified tool definitions and schemas.

Next steps

Deploy Your Prompt

Ship the compared version to your target environment.

Rollback Your Prompt

Revert if the promoted version causes issues.