Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I’m having an issue with Cursor Agent when working inside a WSL Ubuntu workspace.
My project is a single workspace folder with multiple subdirectories/modules. When I ask the agent to analyze the codebase, it does not seem to reliably read the project files. It keeps repeating actions like:
Read attempted
Search files attempted
Grep attempted
But it often fails to complete the analysis or gives incomplete results.
In the agent output, I see messages such as:
“Only evaluate_mice.py appears consistently readable across file chunks”
and:
“full-file or offset reads still fail intermittently”
So the issue does not look like the agent simply misunderstanding the codebase. It looks like the agent’s file reading/search tools are failing intermittently or getting stuck while trying to inspect files.
I am using Cursor with the workspace opened in WSL Ubuntu. The workspace is not my home directory or entire hard drive. It is one project directory with many subdirectories.
Steps to Reproduce
Open Cursor on Windows with a project located inside WSL Ubuntu.
Open the project as a single workspace folder, for example:
/home//projects/hotel-email-reservation-assistant
Make sure the project contains multiple subdirectories/modules and Python files.
Open Cursor Agent.
Ask the agent to analyze the codebase, for example:
Analyze the codebase in readonly mode. Be medium thorough. Return the top-level directory structure, main application entry points, important scripts, testing/evaluation setup, and potential risks.
Wait while the agent tries to inspect the files.
Observe that the agent repeatedly shows actions such as:
Read attempted
Search files attempted
Grep attempted
The agent takes a long time and does not reliably complete the analysis.
In some cases, the agent reports that only one file is consistently readable, for example:
“Only evaluate_mice.py appears consistently readable across file chunks”
or:
“full-file or offset reads still fail intermittently”
The final response is incomplete or unreliable because the agent appears unable to consistently read/search the workspace files.
Operating System
Windows 10/11
Version Information
Version: 3.9.16 (user setup)
VS Code Extension API: 1.105.1
Commit: 042b3c1a4c53f2c3808067f519fbfc67b72cad80
Date: 2026-06-27T06:41:01.941Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue