Skip to content

feat(triage): replace OpenAI LLM calls with Gemini#335

Draft
duncanleo wants to merge 7 commits into
mainfrom
duncanleo/switch-to-gemini
Draft

feat(triage): replace OpenAI LLM calls with Gemini#335
duncanleo wants to merge 7 commits into
mainfrom
duncanleo/switch-to-gemini

Conversation

@duncanleo

Copy link
Copy Markdown
Member

Summary

  • Replace OpenAI Responses API usage in triage LLM functions with Gemini @google/genai calls.
  • Add Gemini-specific structured JSON/tool-call adapter and usage logging.
  • Switch runtime configuration and workflows from OPENAI_API_KEY to GEMINI_API_KEY.
  • Use gemini-3-flash-preview for triage/extraction and gemini-3.1-flash-lite for title/translation.
  • Keep the package-boundary check usable while deleted tracked files are unstaged.

Validation

  • npm run build:triage
  • npm run test:triage
  • npm run check

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 81f25f0b-1c94-46ed-8fa2-48f5414678f6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch duncanleo/switch-to-gemini

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@duncanleo duncanleo force-pushed the duncanleo/switch-to-gemini branch from 06ab666 to 139092a Compare June 24, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant