Versions
Publish, inspect and activate the agent's versions, with semantic versioning.
Versions
The Versions page lists every published version of the agent and is where you activate one for production.
Reach it through the Versions icon in the editor's side navigation.
The versions list
| Column | What it is |
|---|---|
| Version | The semantic version number (e.g. 1.2.0) |
| Status | Active (in production) or Archived |
| Date | When the version was published |
Click any row to open that version's detail panel.
Publishing a new version
To snapshot the agent's current state, click Publish in the editor's top bar.
The Publish a new version modal shows:
- Current version → New version — a preview of the number about to be published
- Suggestions — three cards with automatic increments based on the last number:
- Patch (
X.Y.Z+1) — fixes - Minor (
X.Y+1.0) — new capabilities - Major (
X+1.0.0) — breaking changes
- Patch (
- Version — an editable field (semver
X.Y.Z) - Description — a summary of what changed (optional)
- Make this the active version — ticked, it puts the new version into production straight away
Click Publish to confirm.
The detail panel
Clicking a version in the list opens the Version X.Y.Z panel:
Overview
| Field | What it is |
|---|---|
| Version | The semantic number |
| Status | Active or Archived |
| Published on | The date and time of publication |
| Description | The descriptive text, if one was given |
| Model | The language model configured in this version |
| Temperature | This version's temperature value |
Below the general information is this version's system prompt.
Arguments tab
A table of every configured argument: name, type, direction (Input or Output) and whether it is required.
Tools tab
A table of the configured actions (tools): name, type and description.
Contexts tab
A table of the context documents: name, file, processing status (Ready, Processing, Pending or Error) and page count.
Escalations tab
A table of the configured escalations: mode (LLM interpretation or Defined rule), the rule's configuration, and the destination team.
Activating an archived version
To roll back, or to activate a particular version:
- Click the version in the list.
- In the detail panel, click Activate version.
The active version is the one production uses. Only one can be active at a time.
The currently active version shows a disabled This is the active version button in the detail panel.
If no version is active, the public chat and every integration return an error when a conversation is started. Always publish and activate a version before opening the agent to external users.