Feature Request for Supervisor Mode

Feature request for product/service

Cursor IDE

Describe the request

Feature Name: Supervisor/Teacher mode

In this mode, user is the coder and the agent supervises it and tries to warn user for errors by giving warning notifications.

An example would be user tries to write a basic for loop to go over the list and accidentally set the ending condition wrong, rather than len(arr), its set as len(arr) -1. A warning pop-up will be created.

Another example would be user writing a dublicated code, but the agent automatically detect the duplication and suggest it to use other function in the codebase.