somewhat related to “yolo mode” - is there a way to give cursor the ability to see the terminal?
my normal situation:
- i have ‘bun run dev’ going
- the server is auto-updating (re building the site) when composer changes stuff
- the lints are caught on a per-file basis, but…
- …that doesn’t catch everything…and now most of my workflow is just pasting the terminal errors back into composer. (i am a copy/paste monkey once again.)
if this isn’t possible, is there an ability to give cursor a script to run as a test? (in addition to the linter?) this would be more like the https://aider.chat workflow, where one could for example specify bun run build
as the test script and aider will keep going until that passes.