tine show
tine showloads a saved artifact and renders the run's stable traversal order. It uses short step IDs for display, while the artifact stores full SHA-256 IDs.
Usage
Terminal
tine show <run_id_or_path>Identifying Runs
The argument accepts a direct path or a unique prefix resolved from .tine_runs/.
Terminal
tine show a3f8c1d2
tine show .tine_runs/a3f8c1d2.tine
tine show ./my_runs/research.tineOutput Format
The header shows the run ID, model, step count, total cost, and status. Each step shows a kind icon, short ID, label, and optional cost/duration.
Terminal
# a3f8c1d2e9f0 model=claude-sonnet-4-20250514 steps=5 cost=$0.0341 completed
|-- + 9e4b8c2a19dd done "Planning research approach..."
|-- > 81bf0f67bb12 tool search(query="solid-state battery 2026")
|-- + 6d4a0b270a5f done "Analyzing search results..."
|-- > b2bd0a279f01 tool fetch(url="https://example.com/review")
`-- + e88991a12caf done "Report written to battery_report.md"Tips
- Use
tine showbeforetine forkto identify a good fork point. - Run
tine verifybefore trusting artifacts copied through chat, email, or shared storage. - Use
tine diffafter branching to see where two graphs diverged.