managarten/services/mana-research/src
Till JS 85537cb92a fix(research): default Gemini to 2.5-flash (2.0-flash deprecated for new users)
Google deprecated `gemini-2.0-flash` for new API users — existing
accounts still work, but a freshly-billed key returns 404
"models/gemini-2.0-flash is no longer available to new users". The
working replacement is `gemini-2.5-flash` (same price tier, better
quality, groundingMetadata shape unchanged).

Verified live: the fix produced a real answer with 6 grounding
citations in 2.6s.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 17:01:24 +02:00
..
clients feat(research): add mana-research service — Phase 1 + 2 2026-04-17 14:42:25 +02:00
db feat(research): Phase 3b openai-deep-research async + BYO-keys CRUD & UI 2026-04-17 15:43:12 +02:00
executor fix(research): Claude Opus 4.7 rejects temperature param + log executor errors 2026-04-18 16:36:22 +02:00
lib feat(research): add mana-research service — Phase 1 + 2 2026-04-17 14:42:25 +02:00
middleware feat(research): add mana-research service — Phase 1 + 2 2026-04-17 14:42:25 +02:00
providers fix(research): default Gemini to 2.5-flash (2.0-flash deprecated for new users) 2026-04-18 17:01:24 +02:00
router feat(research): Phase 3a — 4 sync research agents 2026-04-17 15:06:12 +02:00
routes feat(research): Phase 3b openai-deep-research async + BYO-keys CRUD & UI 2026-04-17 15:43:12 +02:00
storage feat(research): Phase 3b openai-deep-research async + BYO-keys CRUD & UI 2026-04-17 15:43:12 +02:00
config.ts feat(research): add mana-research service — Phase 1 + 2 2026-04-17 14:42:25 +02:00
index.ts feat(research): Phase 3b openai-deep-research async + BYO-keys CRUD & UI 2026-04-17 15:43:12 +02:00