mirror of
https://github.com/proffesor-for-testing/agentic-qe.git
synced 2026-09-19 08:45:47 +08:00
a664b679e0
Six user-reported MCP fixes (see CHANGELOG and docs/releases/v3.9.30.md): - #467 __dirname ESM polyfill across 7 source files - #469 real all-MiniLM-L6-v2 embeddings (was random-vector mock) - #470 NaN guard in coherence_collapse risk categorization - #472 default test phases when MCP wrapper omits the list - #473 wire SessionOperationCache into MCP tools/call dispatch - #474 validate language and auto-derive framework in test_generate Also fixes a pre-existing field-name typo in tests/integrations/agentic-flow/e2e-integration.test.ts (.similarity → .score) that was vacuously passing because the previous mock embedding generator rarely cleared the threshold to exercise the assertion. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>