Quite often I get the feeling that BoltAI is a little sluggish to use, I've narrowed this down to the text input and output boxes which seems to have quite a performance overhead.
I know there's been a few other bug reports about the text fields however they seemed to be mostly specific issues, so I thought I'd provide some more general observations.
I could be wrong - but I swear it seems to feel slower when I have it on a higher resolution screen.
I don't know Swift at all but this makes me wonder if something is not right with how it's rendering text or text fields or if the UI is having to dynamically recalculate something about itself that it shouldn't (e.g. re-drawing the text window for each update or calculating the relative window sizes etc..)
Is there a way to capture a performance snapshot of the app to have a look for high latency calls?