Also, there’s an experimental bash mode: enable it in the settings, and let the chat answer questions with the help of running bash commands. If you find it useful, please let us know, and we will spend more time on making it production-ready!
i don’t see this anywhere, and nothing shows up on this forum for a search for “bash mode”.
Enabled in the advanced cursor settings (see below). Think code interpreter but with access to bash instead of Python. Let me know if you run into issues! Very experimental. You might need to yell at the model to use bash.
the combo of the “terminal mode” and “interpreter mode” can replace it, i think the main thing is giving the “terminal mode” access to the chat =>
for many of my workflows - i’ve literally become a monkey that copy and pastes cursor’s output (or clicks “apply diff”). i’m trying to get to a workflow with direct file writing and hopefully git commits, so that cursor can go further downstream with the CI pipeline: try to build, catch any errors, fix the dumb mistake, recommit, make sure the build passes…