learning_ai_common_plat/packages/llm/src
Saravanakumar D fb47d939a7 fix: resolve test failures across workspace
- packages/llm: use nullish coalescing (??) in GeminiProvider constructor
  so explicit empty-string apiKey is not overridden by env var
- dashboards/admin-web,tracker-web: exclude .next/ from vitest test glob
  to prevent Next.js internal test files from being picked up
- services/cowork-service: use platform-safe .kill() instead of SIGTERM
  which is invalid on Windows
- packages/use-keyboard-shortcuts: add @testing-library/react devDep
- scripts/npmrc.template: use https:// for Gitea registry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-30 00:16:44 -07:00
..
__tests__ feat(llm): add vision, streaming, and embedding support 2026-04-06 07:42:30 -07:00
providers fix: resolve test failures across workspace 2026-05-30 00:16:44 -07:00
factory.ts feat(llm): add FallbackLLMProvider + release pipeline script 2026-04-13 04:21:12 +00:00
fallback.ts feat(llm): add Perplexity, Gemini providers and createFallbackChain 2026-04-05 12:50:08 -07:00
index.ts feat(llm): add FallbackLLMProvider + release pipeline script 2026-04-13 04:21:12 +00:00
testing.ts feat(packages): add cloud-agnostic abstraction packages — datastore, storage, llm, push + refactor secrets (58 tests) 2026-03-02 00:43:06 -08:00
types.ts feat(llm): add FallbackLLMProvider + release pipeline script 2026-04-13 04:21:12 +00:00