mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Update scaletest bridge code to use the new AI Gateway naming and API paths. ## Changes - `scaletest/bridge/strategy.go`: Update API URLs from `/api/v2/aibridge/` to `/api/v2/ai-gateway/` and rename comment from "AI Bridge" to "AI Gateway". - `scaletest/bridge/config.go`: Rename comment from "AI Bridge" to "AI Gateway". - `cli/exp_scaletest_bridge.go`: Rename user-facing CLI strings (Short, Long, Description, stderr output) from "AI Bridge" to "AI Gateway". Refs https://linear.app/codercom/issue/AIGOV-230 > Generated with the assistance of Coder Agents (@ssncferreira)