Cursor Doesn't Automatically Execute Installation Commands

In the early days of using Cursor, I was very satisfied with it because it handled almost everything in my project, including automatically installing libraries and fixing installation issues. Even if it didn’t install things automatically, it would pause and ask me whether I wanted to install them before continuing to generate code.

However, now it only displays the necessary commands in Termite and proceeds with code generation without actually executing the installation. I have to manually copy the suggested commands into Terminal to install them myself. This is very inconvenient and time-consuming. Every time I install manually and encounter an error, I have to copy the error message and send it again to Cursor Composer. Previously, it would handle both the installation and error fixing for me automatically.

How can I make Cursor work like before? I’d appreciate any help from anyone who can assist me.

Sorry for wasting everyone’s time. I found a way to fix the issue. It turns out that I needed to create a new composer and select the “agent” mode instead of “normal”.