fix(cron): preserve active model for custom endpoint jobs#2660
fix(cron): preserve active model for custom endpoint jobs#2660theonlyhennygod merged 1 commit intomainfrom
Conversation
|
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 (2)
Note
|
PR intake checks found warnings (non-blocking)Fast safe checks found advisory issues. CI lint/test/build gates still enforce merge quality.
Action items:
Detected Linear keys: none Run logs: https://github.com/zeroclaw-labs/zeroclaw/actions/runs/22643296184 Detected blocking line issues (sample):
Detected advisory line issues (sample):
|
|
Thanks for contributing to ZeroClaw. For faster review, please ensure:
See |
Summary
cron_addmodel argument injection so scheduled agent jobs inherit the active model whenmodelis omittedgpt-4o-minifallback only forcustom:provider endpoints to preserve compatibility with self-hosted OpenAI-compatible stacksmodelshould be omitted unless explicitly requestedValidation
cargo test --package zeroclaw --lib maybe_inject_cron_add_deliverycargo test --package zeroclaw --lib cron_addCloses #2589