chore: sync workflow templates - #2011
Conversation
Automated sync from stranske/Workflows Template hash: 591316374281 Changes synced from sync-manifest.yml
|
Warning Review limit reached
More reviews will be available in 1 minute and 16 seconds. Learn how PR review limits work. To continue reviewing without waiting, enable usage-based billing in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 26bd84cd93
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| orchestrator_summary = workspace / ".reference" / "ORCHESTRATOR_SKILL.md" | ||
| if orchestrator_summary.is_file(): | ||
| if orchestrator_summary_path and orchestrator_summary_path.is_file(): |
There was a problem hiding this comment.
Preserve default orchestrator summary inclusion
When .reference/ORCHESTRATOR_SKILL.md has already been generated by an earlier step and assemble_prompt is called without materialize_orchestrator_skill or ORCHESTRATOR_SKILL_SUMMARY_PATH, orchestrator_summary_path remains None, so this condition now skips the existing summary. The previous code always appended the default summary when present, so those prompts silently lose the orchestrator instructions unless every caller is updated to pass the new path explicitly.
Useful? React with 👍 / 👎.
| if _is_model_blocked(slot.provider, slot_model, registry=registry): | ||
| logger.warning("Skipping blocked LLM model override: %s/%s", slot.provider, slot_model) | ||
| continue |
There was a problem hiding this comment.
Fall back after blocking a compare override
If the primary compare override is blocked (for example LANGCHAIN_MODEL=gpt-4o-mini), this branch drops the whole slot after candidate_slots has already been limited to the first two available providers. In that environment compare mode returns only the later provider instead of using the safe slot default for OpenAI; build_chat_client handles the same case by falling back to the configured slot model, so the multi-client verifier loses a comparator whenever a stale blocked override is set.
Useful? React with 👍 / 👎.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Source SHA:
821168725d0568cade5bb9a18fc58cab97657975Template hash:
591316374281Sync branch:
sync/workflows-591316374281Consumer repo:
stranske/Portable-Alpha-Extension-ModelManifest:
.github/sync-manifest.yml