Hi @Delta_Ark ! Indeed, as Alan explained, the real-time display of fresh commits is an unlikely feature. BUT as he mentioned, there is a walkaround if you want to run the viewer on localhost and add an extra button.
In GH you can simply run all your animations and collect the resulted objects in a list (1 united mesh per animation frame), then send it to Speckle (NOT auto-send). In the viewer you can set up a slider (min: 0, max: amount of loaded objects-1) and change visibility of each object based on it’s index. The order of the objects will be the same as the GH list you sent.
Feel free to ask questions if you’re stuck at any point!