(apiKey)
| 233 | // ─── Dynamic model catalog ──────────────────────────────── |
| 234 | |
| 235 | function buildMetadata(apiKey) { |
| 236 | return { |
| 237 | apiKey, |
| 238 | ideName: 'windsurf', |
| 239 | ideVersion: '1.9600.41', |
| 240 | extensionName: 'windsurf', |
| 241 | extensionVersion: '1.9600.41', |
| 242 | locale: 'en', |
| 243 | }; |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Fetch the live model catalog from Codeium's cloud. |
no outgoing calls
no test coverage detected