You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: strip markdown code fences from Gemini JSON responses
Gemini 2.5-flash wraps JSON in ```json code fences even when asked
not to. Added stripCodeFences() helper to lib/gemini.ts and applied
it in the ingest cron parser.
0 commit comments