fix(runner): add timestamps to Gemini CLI messages in UI#892
fix(runner): add timestamps to Gemini CLI messages in UI#892Gkrumbach07 merged 1 commit intomainfrom
Conversation
The Gemini CLI adapter was not passing event timestamps when creating AguiAssistantMessage objects, causing the UI to show no timestamps for Gemini sessions. Now converts ISO timestamps to epoch milliseconds and passes them to both streaming events and snapshot messages. Fixes: RHOAIENG-52261 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan for PR comments
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. Comment |
🤖 PR Fixer Report✅ Analysis CompletePR Status: Ready to merge (pending E2E test re-run) 📋 What I Checked
🔍 E2E Test Failure AnalysisThe failing test is a flaky Cypress test unrelated to this PR's changes: Root cause: React re-rendering race condition in the frontend test suite (element detached from DOM during click) Why it's not related to this PR:
💡 RecommendationRe-run the E2E Tests workflow - The failure is a known flake. The code changes are correct and all relevant tests pass. Generated by Claude Code PR Fixer |
Summary
Test plan
Fixes: RHOAIENG-52261
Jira: RHOAIENG-52261