docs: expand providerAllowlist and document model field in customization guide#2014
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2014 +/- ##
==========================================
- Coverage 80.82% 80.82% -0.01%
==========================================
Files 117 117
Lines 19095 19100 +5
==========================================
+ Hits 15433 15437 +4
- Misses 3662 3663 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
WilliamBerryiii
requested changes
Jun 17, 2026
WilliamBerryiii
left a comment
Member
There was a problem hiding this comment.
Small nit on spelling and model inclusion
WilliamBerryiii
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Updates model governance documentation and the model catalog to accurately reflect that accepted
models are driven by the
providerAllowlistinmodel-catalog.jsonrather than a hardcodedprovider restriction. Adds
modelfrontmatter field documentation to the user-facingcustomization guide.
Following changes made:
Model catalog (
scripts/linting/model-catalog.json)GoogleandxAItoproviderAllowlist, aligning the allowlist with providers thatalready have models in the catalog (Gemini 2.5 Pro, Gemini 3 Flash, Gemini 3.1 Pro, Grok Code
Fast 1).
Contributing docs (
docs/contributing/)providerAllowlistas the source of truth instead of stating "Anthropic and OpenAI only."hardcoded provider table in favor of dynamic catalog reference.
Customization guide (
docs/customization/custom-agents.md)modelrow to the Frontmatter Reference table.### modelsection with single-string and prioritized-array format examples,fast-tier guidance for subagents, and a pointer to
npm run lint:modelsfor validation.Related Issue(s)
Fixes #1945 #2010 #1764 #1974 #1975
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes