Roo-Code/apps/web-evals
Hannes Rudolph e8158b4286 refactor: remove 9 low-usage providers (Phase 0)
Remove Cerebras, Chutes, DeepInfra, Doubao, Featherless, Groq,
Hugging Face, IO Intelligence, and Unbound providers from the codebase.

Each provider removal includes: handler, tests, model definitions,
type schemas, UI settings components, fetchers, i18n references,
and all wiring in shared registration/config files.

- Delete 42 provider-specific files (handlers, tests, fetchers, UI components)
- Remove @ai-sdk/cerebras and @ai-sdk/groq npm dependencies
- Clean provider references from 68 shared files across src/, packages/types/,
  webview-ui/, and apps/cli/
- Remove ~490 dead i18n translation keys across 36 locale files
- Add docs/ai-sdk-migration-guide.md with updated migration status
- All TypeScript checks pass, 6505 tests pass with 0 failures
2026-02-07 17:24:12 -07:00
..
public Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
scripts Evals web app fixes / tweaks (#7299) 2025-08-21 12:36:33 -07:00
src chore: remove XML tool calling support (#10841) 2026-01-20 20:25:08 -05:00
.env Evals web app fixes / tweaks (#7299) 2025-08-21 12:36:33 -07:00
.gitignore Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
components.json Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
eslint.config.mjs Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
next-env.d.ts Update next.js (#11108) 2026-01-30 02:08:45 -08:00
next.config.ts Update next.js (#11108) 2026-01-30 02:08:45 -08:00
package.json refactor: remove 9 low-usage providers (Phase 0) 2026-02-07 17:24:12 -07:00
postcss.config.mjs Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
tsconfig.json Improve Docker setup for evals (#4327) 2025-06-05 12:16:36 -07:00
turbo.json Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00