claude-code - 💡(How to fix) Fix [BUG] Missing agents at start of cli, due to using Glob on .Claude/Agents folder starting with a dot

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Actual behaviour: Zero results. No error or warning indicating that dotfolders were skipped.

Error Messages/Logs

  1. Result: empty — no files returned, no error.

Fix Action

Fix / Workaround

Workaround: Use Read with an explicit absolute path, or PowerShell/Bash with dir /a or ls -la. For now I ordered the main claude.md to not use Glob for dot-related folder search.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When a glob pattern contains a path segment that starts with a dot — such as .claude/agents/*.md — the Glob tool returns zero results and no warning, even when matching files exist at that exact path.

Actual behaviour: Zero results. No error or warning indicating that dotfolders were skipped.

Impact: Agents that rely on Glob to discover files in .claude/ silently operate on an incomplete view of the workspace. Failures cascade: wrong assumptions get made and acted on.

What Should Happen?

Files at the explicitly named path .claude/agents/*.md are returned. An explicit dot-segment in a pattern is not a wildcard — it should not be subject to the Unix "skip hidden files" convention.

Error Messages/Logs

Steps to Reproduce

  1. Create files at .claude/agents/archie.md (and others) in a project root.
  2. Call Glob with pattern .claude/agents/*.md and the project root as the path.
  3. Result: empty — no files returned, no error.

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.139

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Workaround: Use Read with an explicit absolute path, or PowerShell/Bash with dir /a or ls -la. For now I ordered the main claude.md to not use Glob for dot-related folder search.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING