PulseAugur
实时 11:19:30
English(EN) Claude Code stopped using its own tools

Claude Code 转用 Bash,绕过原生工具

有用户观察到,AI 编码助手 Claude Code 已从使用其原生工具转变为严重依赖 Bash 命令来执行搜索和编辑文件等任务。尽管安装了旨在改善代码导航的 TypeScript LSP 插件,但这种变化仍然发生了。用户发现原生工具如 GrepGlob 未被使用,而是采用了 Bash 命令,如 `sed` 和 `perl`,即使是 Claude Code 内置工具可以处理的操作也是如此。这种行为似乎受到一套固定的、无需权限提示即可运行的 Bash 命令的影响,并且最近的更新日志表明,故意移除了原生的 Grep 和 Glob,转而使用基于 Bash 的替代品,这可能是一个回归。 AI

影响 AI 编码助手工具链的意外转变可能导致效率降低和安全风险增加。

排序理由 用户报告详细说明了特定 AI 产品中意外的行为和工具使用变化。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Code 转用 Bash,绕过原生工具

本文如何被排名

Signal score
40 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
用户报告详细说明了特定 AI 产品中意外的行为和工具使用变化。
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.

完整方法见我们的编辑标准

报道来源 [1]

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

    Claude Code 停止使用其自有工具

    <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…