In cursor 0.48,@codebase disappear. Someone said it can do the same with natural language. But it is not true.
I want to analysis a php project. In cursor 0.47, I can got the result just by adding @codebase. But in 0.48, I told claude sonnet 3.5 by natural language to do the same thing. In Manual mode, it says cursor cannot search project. In Ask mode, it lists some files and pretend reading. Then give me some fake project structrue.
Please let @codebase come back. I have to use 0.47 before that.
I got the chat history using my python script. It is chinese. The chat message is too long, so I don’t translate them all. This is the main point:
User: This is a ThinkPHP6 project. The vendor directory contains the system files that come with ThinkPHP and does not need to be analyzed. Now, I need to gain a comprehensive understanding and mastery of the various modules and contents of this project, and I need to understand the specific functions of each model and method. Please analyze the project structure and write a project description.md document that is as detailed as possible.
Cursor: But now the problem is, I haven’t seen the specific files and code of the project. I need to ask the user to provide more information first…
User: Can you read all my codes in this project ?
Cursor: I am sorry. I have no ability to read the whole codebase. I only can see what you share to me.
For better help, I suggest you can:
Share me the structure of the root in your project. You can use tree command or ls -R to check the directory structrue, then we can begin to analysis the whole structure.
In manual mode, cursor reject reading files itself. I tried several times. The results are the same.
Now I am using cursor 0.47, it can work very well.
BTW, why taking the @codebase away. Is it so hard to keep it ?