You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure Claude via Vertex AI for E2E testing with improved tool descriptions
Changes:
- Switch E2E agent from GPT-4o to Claude Sonnet 4.5 via Vertex AI
- Add enableAllTools: true to MCP config for auto-approval
- Configure gpt-5-nano as LLM judge for cost efficiency
- Improve CVE tool descriptions with clear WHEN TO USE/WHEN NOT TO USE sections
- Update test assertions to account for Claude's comprehensive CVE checking behavior
- Update run-tests.sh to export Vertex AI environment variables
The tool descriptions now explicitly guide when to use each CVE detection tool:
- General "clusters" queries → comprehensive check (all 3 tools)
- Specific component queries → single relevant tool only
- Single cluster queries → orchestrator tool with cluster filter
All 8 E2E tests passing with 24/24 assertions.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments