fix: error logging, evidence auth, partial data warnings - #63
Conversation
…arnings - Add console.error/warn to all empty catch blocks in ledgerClient, connectClient.discover, and MCP connect_discover handler - Add CHITTYEVIDENCE_TOKEN to Env type and evidence client auth headers - Return error field (not empty data) from ledger_facts/contradictions when ChittyEvidence is unconfigured - Wrap get_case_timeline DB queries in try-catch for partial data collection - Add warnings/partial fields to timeline response when data sources fail - Fix stale test description (38 → 48 tools) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
|
To use Codex here, create a Codex account and connect to github. |
Summary
Addresses findings from comprehensive PR review of #60:
ledgerClient,connectClient.discover, and MCPconnect_discoverhandlerCHITTYEVIDENCE_TOKENto Env type and Bearer auth to evidence client (was the only service client without auth)errorfield fromledger_facts/ledger_contradictionswhen ChittyEvidence is unconfigured (instead of silently returning empty data)get_case_timelineDB queries in independent try-catch blocks for partial data collectionwarnings/partialfields to timeline response when data sources failTest plan
tsc --noEmitpasseswarningsarray when a data source failsledger_factsreturnserrorfield when evidence URL is unset🤖 Generated with Claude Code