Where to find the Timeline
Open the Timeline tab in the right sidebar of the Blueprint Editor. It sits alongside Tests, Agent, Prod Runs, and Comments.
The collapsed list does not show who made each change. To see the author, open the change card.
Streams and the change graph
A stream is a line of changes. Every project has a main stream, and — depending on your change workflow — you can also create drafts, which are separate streams that fork from main and merge back when saved. The graph makes this visible:- Fork baseline marks where a draft branched off main.
- Apply <draft> marks where a draft’s changes were merged back into main.
- Closed streams are struck through — once a draft has been applied, its history stays visible but is crossed out.
Open a change to see the detail
Click any change to expand its card.
- What happened — a description and status badges (for example Applied to main), the origin of the change, and the stream it belongs to
- Who and when — the author, the exact timestamp, and the project version the change produced
- Actions — inspect, restore, or compare the change
Timestamps in the collapsed list are rounded (3h ago). The exact time — down to the minute — is only shown in the expanded card. Two people working minutes apart can look like a single moment until you open the cards.
Actions on a change
Compare changes
Use the Compare section of a change card to see exactly what a change altered:- Compare with previous — diff this change against the one before it
- Select for compare… — pick this change as one side of a comparison, then choose another change (or another stream) as the other side
Restore an earlier version
If a change introduced a problem, you can roll the project back:- Open the change you want to return to.
- Click Restore this version.
What to do next
- Change Workflow — choose how edits are saved, and turn on drafts for safer changes
- Review & Approvals — require review before changes reach main
- Lab Agent — the conversations behind your changes, available from View conversation