PulseAugur
EN
LIVE 11:11:02

Claude Code shifts to Bash, bypassing native tools

A user observed that Claude Code, an AI coding assistant, has shifted from using its native tools to relying heavily on Bash commands for tasks like searching and editing files. This change occurred despite the installation of a TypeScript LSP plugin designed to improve code navigation. The user found that native tools like Grep and Glob were not being utilized, with Bash commands such as `sed` and `perl` being employed instead, even for operations that Claude Code's built-in tools could handle. This behavior appears to be influenced by a fixed set of Bash commands that run without permission prompts, and a recent changelog indicates a deliberate removal of native Grep and Glob in favor of Bash-based replacements, which may be a regression. AI

IMPACT Potential for reduced efficiency and increased security risks due to unexpected toolchain shifts in AI coding assistants.

RANK_REASON User report detailing unexpected behavior and tool usage changes in a specific AI product.

Read on dev.to — Claude Code tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude Code shifts to Bash, bypassing native tools

How we ranked this

Signal score
43 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
User report detailing unexpected behavior and tool usage changes in a specific AI product.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Denis Bakhoum ·

    Claude Code stopped using its own tools

    <p>A week ago I installed the TypeScript LSP plugin for Claude Code. The pitch sold me. The agent works the way I do in an editor, navigating with go-to-definition and find-references instead of grepping around, and catching type errors as it writes instead of at the end of a tas…