開発ツール

See at a glance how much your always-on /loop is burning──Claude Code v2.1.243 puts a gauge on "runaway costs" and slims the binary from 340MB to 75MB

See at a glance how much your always-on /loop is burning──Claude Code v2.1.243 puts a gauge on "runaway costs" and slims the binary from 340MB to 75MB

Claude Code v2.1.243 adds a per-loop cost breakdown to /usage, making it easier to pinpoint the "runaway tokens" of unattended operation. The Linux binary is compressed from 340MB to 75MB, and memory use is cut too. The same-day v2.1.245 fixes a startup crash on glibc 2.44 environments.

By FF
回しっぱなしの /loop が、いくら食ったか一目でわかる──Claude Code v2.1.243が“暴走コスト”に目盛りを入れ、本体を340MBから75MBへ削った

回しっぱなしの /loop が、いくら食ったか一目でわかる──Claude Code v2.1.243が“暴走コスト”に目盛りを入れ、本体を340MBから75MBへ削った

Claude Code v2.1.243が/usageにループ別のコスト内訳を追加。無人運用の“暴走トークン”を特定しやすくし、Linux版バイナリは340MBから75MBへ圧縮、メモリも削減。同日のv2.1.245はglibc 2.44環境の起動クラッシュを修正した。

FF
Outsourcing an Agent's Ability to "Look Up What It Doesn't Know"──Firecrawl Wires a Code-Specific Search Box to Over 700,000 Primary Sources

Outsourcing an Agent's Ability to "Look Up What It Doesn't Know"──Firecrawl Wires a Code-Specific Search Box to Over 700,000 Primary Sources

The weak spot of coding agents lies in the quality of the "material they have to look things up in." Firecrawl's newly released Developer Index is a search API targeting only primary sources──repositories, issues, PRs, docs, and more──totaling over 700,000. We unpack it, including its self-reported

By FF
エージェントの「知らないことを調べる力」を外注する──Firecrawlが、コード専用の検索窓を70万件超の一次情報につないだ

エージェントの「知らないことを調べる力」を外注する──Firecrawlが、コード専用の検索窓を70万件超の一次情報につないだ

コーディングエージェントの弱点は「調べる材料」の質にある。Firecrawlが公開したDeveloper Indexは、リポジトリ・イシュー・PR・ドキュメントなど70万件超の一次情報だけを対象にした検索API。自己申告のベンチと従量課金の注意点も含めて読み解く。

FF
Making "Pick Up Where You Left Off When the Limit Resets" the Default — Claude Code v2.1.234/235 Tackle Unattended-Run Wait Times and the Gap Between What Approval Screens Show and What They Actually Grant

Making "Pick Up Where You Left Off When the Limit Resets" the Default — Claude Code v2.1.234/235 Tackle Unattended-Run Wait Times and the Gap Between What Approval Screens Show and What They Actually Grant

Claude Code shipped v2.1.234 and 235 on two consecutive days. Together they bring a feature that waits out a usage-limit reset and continues automatically, closures for credential leak paths, and a fix to make approval screens match the permissions actually granted. A look at the groundwork for unat

By FF
「上限が戻ったら自分で続ける」を既定に近づける──Claude Code v2.1.234/235が、無人運用の待ち時間と承認画面の“見かけと中身のズレ”を詰めた

「上限が戻ったら自分で続ける」を既定に近づける──Claude Code v2.1.234/235が、無人運用の待ち時間と承認画面の“見かけと中身のズレ”を詰めた

Claude Code が2日続けて v2.1.234/235 を公開。使用上限のリセットを待って自動で続ける機能、認証情報の漏れ口の封鎖、そして「承認画面の表示と実際に許可される権限を一致させる」修正がまとまって載った。無人運用と権限まわりの地固めを追った。

FF
An Expired Login Was Nudging Max Users Toward Paid Usage — How Claude Code v2.1.227 Closed a Billing Mix-Up and a Total CI Wipeout

An Expired Login Was Nudging Max Users Toward Paid Usage — How Claude Code v2.1.227 Closed a Billing Mix-Up and a Total CI Wipeout

Claude Code v2.1.227 is mostly bug fixes. But it closes two holes that are easy to overlook in unattended operation: one that wrongly nudged Max users toward pay-as-you-go billing via an expired token, and one that wiped out every Bash command in CI on GitHub runners. Here's what to double-check.

By FF
期限切れログインが、Maxユーザーを「課金」へ誘っていた──Claude Code v2.1.227が塞いだ料金の取り違えとCIの全滅

期限切れログインが、Maxユーザーを「課金」へ誘っていた──Claude Code v2.1.227が塞いだ料金の取り違えとCIの全滅

Claude Code v2.1.227は不具合修正が中心。だが期限切れトークンでMaxユーザーを誤って従量課金へ誘う穴と、GitHubランナーでBashが全滅するCIの穴という、無人運用で見過ごしやすい二つを塞いだ。確認しておきたい点をまとめる。

FF
Carry Your Plugins Across Agents — Codex 0.147 Is the First to Ship the Shared 'Agent Plugins' Standard, and the Empty Seat Where Claude Should Be

Carry Your Plugins Across Agents — Codex 0.147 Is the First to Ship the Shared 'Agent Plugins' Standard, and the Empty Seat Where Claude Should Be

Codex CLI 0.147.0 became the first major agent to support "Agent Plugins," a vendor-neutral shared standard. From a developer's perspective, we lay out what the standard does to kill the hassle of rebuilding extensions per format, how it's governed, and what Claude's absence means.

By FF
プラグインを、エージェント間で持ち運ぶ──Codex 0.147が最初に載せた共通規格『Agent Plugins』と、そこに席のないClaude

プラグインを、エージェント間で持ち運ぶ──Codex 0.147が最初に載せた共通規格『Agent Plugins』と、そこに席のないClaude

Codex CLI 0.147.0が、ベンダー中立の共通規格「Agent Plugins」に対応した最初の主要エージェントになりました。拡張を書式ごとに作り直す面倒を消す規格の中身と運営、そこにClaudeがいない意味を開発者目線で整理します。

FF
The Same Brain Behind the CLI Now Comes to Visual Studio — Copilot's New Agent Aligns on the SDK, and Skills Ship "Off by Default"

The Same Brain Behind the CLI Now Comes to Visual Studio — Copilot's New Agent Aligns on the SDK, and Skills Ship "Off by Default"

GitHub has released a new Copilot agent for Visual Studio. Built on the same Copilot SDK as the CLI, its built-in .NET/Azure skills ship "off by default," and organization-level custom instructions are added too. Here are the key points and caveats for adopting it.

By FF
CLIと同じ頭脳が、Visual Studioにも降りてくる──Copilotの新エージェントがSDKで揃い、スキルは「既定で切」で置かれた

CLIと同じ頭脳が、Visual Studioにも降りてくる──Copilotの新エージェントがSDKで揃い、スキルは「既定で切」で置かれた

GitHubがVisual Studio向けCopilotの新エージェントを公開。CLIと同じCopilot SDK上に作られ、.NET/Azureの組み込みスキルは「既定でオフ」、組織カスタム指示も追加。導入の勘所と注意点を整理します。

FF