Skip to content
Tech News
← Back to articles

Claude Code's AGENTS.md support requires telemetry to be enabled

read original more articles
GoKawiil Brief

A developer testing Claude Code 2.1.277's new AGENTS.md support found the file only loads when a remote feature flag called tengu_agents_md_mod returns true, which depends on telemetry or nonessential traffic being enabled. Setting CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC or DISABLE_TELEMETRY to 1 silently disables the AGENTS.md loader, with no warning to the user, a behavior tracked in GitHub issue #95690.

Why It Matters

GoKawiil's interpretation of the reporting above, not reported fact.

Gating a local file-read feature behind a server-side flag means privacy-conscious users who disable telemetry lose functionality without any indication why, which could lead to confusing, hard-to-debug failures in automated workflows. The finding also raises broader questions about how many other Claude Code features are silently tied to remote flags rather than local configuration, according to the developer's own code inspection.

Key Takeaways

Source: blog.szypowi.cz, 2026-09-23

Published there as: “Claude Code reads AGENTS.md only when telemetry is on”

Read the original report → The summary and analysis above are GoKawiil's own, written from reporting by the source above. Facts and quotes belong to the original publisher.