fix(config): add internal responses-compact toggle helper#648
Conversation
Align Codex SDK auth package types and sync required check names with current workflows. Co-authored-by: Codex <noreply@openai.com>
Expose ResponsesCompactEnabled and IsResponsesCompactEnabled() on internal config for executor compatibility. Co-authored-by: Codex <noreply@openai.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
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. 📒 Files selected for processing (8)
✨ 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 |
Export WithPostAuthHook from sdk/api to match cliproxy builder usage on this base branch. Co-authored-by: Codex <noreply@openai.com>
Expose WithPostAuthHook in pkg/llmproxy/api alias surface used by cliproxy builder. Co-authored-by: Codex <noreply@openai.com>
d46a211
into
migrated-ci-fix-feature-koosh-migrate-1672-fix-responses-json-corruption
Summary:\n- add ResponsesCompactEnabled to internal/config.Config\n- add IsResponsesCompactEnabled() default-true helper\n- unblock compile for /responses/compact executor path referenced by PR #611\n\nValidation:\n- CI checks on this PR\n\nRelated: #611