refactor(open-sse): remove dead buildProviderUrl/Headers path (A1)

These translate-path builders had no runtime consumers: the translator route
uses executor.buildUrl/buildHeaders, and the barrel re-exports were unused.
Removing them eliminates the parallel URL/header build path (single source of
truth = executors). Drop their private helpers and the now-unused clineAuth
import. Golden executor snapshots + gate: no regression.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
decolua
2026-06-13 17:34:39 +07:00
co-authored by Cursor
parent cc1f4f6c53
commit 3a26d5fb40
5 changed files with 1 additions and 2945 deletions
-2
View File
@@ -31,8 +31,6 @@ export {
export {
detectFormat,
getProviderConfig,
buildProviderUrl,
buildProviderHeaders,
getTargetFormat
} from "./services/provider.js";