Session Versioning
Overview
Section titled “Overview”Every time you push a session that already exists in CodeTeleport, a new version is created. This lets you go back to an earlier point in the conversation if needed — for example, before a refactoring went off track.
How it works
Section titled “How it works”- Push creates a version. The first push creates version 1. Each subsequent push of the same session increments the version number.
- Auto-rotation. When you exceed the version limit for your plan, the oldest version is automatically deleted to make room.
- Pull specific versions. By default,
teleport_pullfetches the latest version. You will be able to specify a version number to pull an earlier snapshot.
Version limits
Section titled “Version limits”| Plan | Versions per session |
|---|---|
| Free | 2 |
| Pro | 10 |
For example, on the free plan, if you push the same session a third time, version 1 is automatically deleted and you are left with versions 2 and 3.
Related
Section titled “Related”- Sessions — what gets bundled in each version
- Plans & Limits — full plan comparison including version limits