()
| 899 | }; |
| 900 | |
| 901 | const handleCheckpointSelect = async () => { |
| 902 | // Reload messages from the checkpoint |
| 903 | await loadSessionHistory(); |
| 904 | // Ensure timeline reloads to highlight current checkpoint |
| 905 | setTimelineVersion((v) => v + 1); |
| 906 | }; |
| 907 | |
| 908 | const handleCheckpointCreated = () => { |
| 909 | // Update checkpoint count in session metrics |
nothing calls this directly
no test coverage detected