fix(providers): refresh web client user agents (#1699)

Integrated release/v3.7.2 changes — refreshed web client user agents, env docs, Gemini OAuth fix
This commit is contained in:
backryun
2026-04-28 14:41:19 +09:00
committed by GitHub
parent 084f2c53ce
commit a16e47c593
305 changed files with 12193 additions and 2551 deletions

View File

@@ -1,4 +1,10 @@
sonar.projectKey=diegosouzapw_OmniRoute
sonar.organization=diegosouzapw
sonar.sourceEncoding=UTF-8
sonar.sources=src,open-sse,scripts,bin,next.config.mjs,Dockerfile
sonar.tests=tests
sonar.test.inclusions=tests/**/*.test.ts,tests/**/*.spec.ts
sonar.exclusions=tests/**,src/i18n/messages/**,docs/**,coverage/**,.next/**,dist/**,build/**,node_modules/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=**/*
sonar.cpd.exclusions=**/*