mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
PR #634 renamed the Anthropic cost-comparison provider key `claude-opus-4.6` -> `claude-fable-5` but missed one consumer: App.tsx looks up the Anthropic entry by that key to compute the `dollar_savings` value submitted to the leaderboard. After the rename `per_provider.find(p => p.provider === 'claude-opus-4.6')` returned undefined, so this path silently submitted dollar_savings = 0. Point the lookup at the new key. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>