What happened to the agent's default list_dir tool?

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The entire list_dir tool is gone from my cursor application on my PC, but it is still there on my laptop. When i ask multiple models to output what tools they have access to in the latest version (2.6.13), I always see something similar to this for the file tools:

Here are the tools I have access to:

File & code

Read – Read file contents (including images)
Write – Create or overwrite files
StrReplace – Exact string find/replace in files
Grep – Search codebase (ripgrep-style)
Glob – Find files by glob pattern
Delete – Delete a file

With zero list_dir. When I do the same on my laptop (2.3.35), I get this:

File Operations
read_file - Read files (with optional line ranges)
write - Create or overwrite files
search_replace - Edit files with exact string replacements
delete_file - Delete files
list_dir - List directory contents
glob_file_search - Find files matching glob patterns

list_dir is completely gone from my cursor application, and the models are currently forced to manually execute terminal commands just to see the directory structure (which explodes into thousands of lines of output).

Edit: reverted back to 2.3 and it is back, so it really is just an issue with the latest version.

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Cursor IDE
  • Cursor CLI
  • Background Agent (GitHub, Slack, Web, Linear)
  • BugBot
  • Somewhere else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.