jacob-ai-bot / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
96 stars 13 forks source link

Toggle between live and manual updates in the workspace view #63

Open kleneway opened 2 months ago

kleneway commented 2 months ago

Currently the live view is useful to see what JACoB is doing in real-time, but it's also hard to read code or view prompts because the view will often automatically switch to the latest live action. We should provide a toggle to enable live updates by default, but also be able to turn it off to better view the various tabs. We could also implement a devin-like step-by-step forward/backward view to let users see the actions in the order they occurred (but this is optional)