From a1ec69ee711e99f021ceebee13504e886e642214 Mon Sep 17 00:00:00 2001 From: Yige Date: Tue, 7 Jul 2026 22:47:39 +0800 Subject: [PATCH] fix(compute): rename anthropic-claude provider file to match _index basename (#48) provider-loader loads .json from _index order; the file must be anthropic-claude.json (was anthropic-claude-plan.json) or it is not loaded. --- .../{anthropic-claude-plan.json => anthropic-claude.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compute/providers/{anthropic-claude-plan.json => anthropic-claude.json} (100%) diff --git a/compute/providers/anthropic-claude-plan.json b/compute/providers/anthropic-claude.json similarity index 100% rename from compute/providers/anthropic-claude-plan.json rename to compute/providers/anthropic-claude.json