chore(agents): move doc-updater to gemini-3.6-flash - #1226
Merged
Conversation
Signed-off-by: Felipe Marzochi <fmarzochi@gmail.com>
Fmarzochi
enabled auto-merge (squash)
August 7, 2026 04:15
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.



What
Moves the doc-updater agent from gemini-2.0-flash to gemini-3.6-flash and adds gemini-3.6-flash to the model allowlist in scripts/ci/validate-agents.js.
Why
gemini-3.6-flash is GA since Jul 21, consumes about 17 percent fewer output tokens than 3.5-flash and is priced lower. doc-updater generates codemaps and documentation, a volume task where the flash tier is the right cost profile. This is the follow-up suggested during the #1190 review.
Verification
node scripts/ci/validate-agents.js passes with 61 agent files on this branch. Model distribution after this change: 47 gemini-3.1-pro, 13 sonnet, 1 gemini-3.6-flash.
Summary by cubic
Switches the doc-updater agent from gemini-2.0-flash to gemini-3.6-flash and adds the new model to the CI allowlist. This lowers cost and output token usage for high-volume codemap and docs generation.
Written for commit 862402a. Summary will update on new commits.