feat(ai): discover models across providers #825
No reviewers
Labels
No labels
E2E Failure
area:agent
area:audit-log
area:auth
area:authz
area:ci
area:crypto
area:db
area:docker
area:headers
area:ingest
area:ldap
area:rate-limit
area:ssrf
area:supply-chain
area:terminal
autorelease: pending
autorelease: tagged
bug
claude-working
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority: critical
priority: high
priority: low
priority: medium
question
security
sev:critical
sev:high
sev:info
sev:low
sev:medium
tests-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-ops!825
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ai-provider-multiplex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- fetch available models for OpenAI, Anthropic, Google Gemini, and OpenAI-compatible/local provider connections\n- add an AI provider enable/disable card action that preserves the stored API key\n- clarify model rows as globally enabled/disabled and keep disabled models out of CT-Ops model pickers\n\n## Validation\n- node --experimental-strip-types --test apps/web/lib/ai/settings-core.test.mjs apps/web/lib/ai/settings-ui.test.mjs\n- corepack pnpm@10.6.5 --filter web type-check\n- corepack pnpm@10.6.5 --filter web lint (passes with existing warnings)\n- BETTER_AUTH_URL=http://localhost:3000 DATABASE_URL=postgresql://ctops:ctops@localhost:5432/ctops corepack pnpm@10.6.5 --filter web build\n\n## Notes\n- Full web unit suite is currently blocked by unrelated missing DSUM module imports in apps/web/lib/dsum/core.test.mjs; filed carrtech/ct-ops#824.