2026-07-11 audit follow-up: AG2-004 GroupChat anchor, subagent/pydantic/crewai/vercel coverage gaps#35
Open
jhumel-code wants to merge 1 commit into
Open
Conversation
…pydantic/crewai/vercel coverage gaps AG2-004 now anchors on the GroupChat config object (max_round is a GroupChat-only param; the manager fired on every properly configured chat). CSDK-111 gains MultiEdit/NotebookEdit needles; new CSDK-112 flags subagent WebSearch grants. PYD-103 gains WebSearchTool. New CREW-109 flags FileWriterTool/FileWriteTool. VAI-006 gains anthropic.tools.textEditor; new VAI-009 flags provider web-search/urlContext tools.
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.
Follow-up to the 2026-07-11 full rules audit (all 183→187 production rules re-verified after #33 landed). Fixes the one new FP defect and closes the discovered-but-unaudited hosted-tool vocabulary gaps. No new predicates; schema stays 12.
Changes
GroupChatconfig object (agent_class: [GroupChat]).max_roundis a GroupChat-only constructor param, so the previous match fired on everyGroupChatManagereven when its GroupChat set a bound — a guaranteed FP on well-configured group chats.MultiEdit/NotebookEdit(parity with CSDK-104/131); atools: [MultiEdit]subagent no longer escapes.WebSearch; subagent-scope analogue of CSDK-102 (medium/0.8, same calibration).WebSearchTool, the fourth member of discovery's pydantic native-tool set, previously unaudited.FileWriterTool/FileWriteTool(high/0.75); the model-driven write was unaudited while the read-onlyFileReadToolfired CREW-106.anthropic.tools.textEditor(model-driven host file editing).webSearchx2,webSearchPreview,googleSearch,urlContext); vercel_ai was the only pack with no model-driven-fetch rule (medium/0.7, matching CREW-107/PYD-103).Pack goes 187 → 190 rules.
Paired PRs (merge this first)
🤖 Generated with Claude Code