mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
- Delete src/utils/cost.ts (+ test): calculateApiCostAnthropic/OpenAI/Qwen had no consumers left after the provider handlers were removed (only the test referenced them). - Remove createOpenAIClient from src/shared/net.ts (no remaining callers) and its now-unused openai + EnvUtils imports. The proxy-aware fetch and getAxiosSettings exports remain. tsc --noEmit clean, vitest 436 passing.