using BOSL2 alleviates most issues I've run into with OpenScad for chamfers and the like, but it is an extra set of functions you need to remember sadly
I will never understand why people don't just give OpenClaw instances their own set of credentials, that are limited, like you would a newbie employee.
Or even more limiting, use proxies, for instance when setting up the LLM connection instead of giving it the OpenRouter, OpenAI api keys directly, give it access via proxy that is running on a machine next to it.
you will want to improve handling bad formatting, a .env file will likely pass right through, the samples I tried with went straight through unmodified
to my knowledge all the major userscript extensions, at least allow watching for file changes so you don't have to copy it manually, so you can just refresh the page to test
this is why a lot of people run arch and why valve based steamOS on arch instead of debian as the previous version was, you need a newer kernel and other packages to really play games on linux with the least friction possible
seems like the least efficient way to make claude play minecraft, especially given there exists solutions that already lets llms play minecraft that are much more integrated
Factorio can save without stopping the game on Linux, which it can't do on Windows, since they just fork the process and do it in the fork IIRC, which makes the saving something you basically don't think about on Linux, but bugs you when ever auto save runs on Windows last I checked