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
The -claude variant in extensions/copilot/test/inline/multiFileEdit.stest.ts was temporarily disabled in #311003 because CHAT_MODEL.CLAUDE_SONNET (claude-3.5-sonnet) now returns model_not_supported from the endpoint, breaking simulation cache regen.
To do
Update CHAT_MODEL.CLAUDE_SONNET (or pick a different constant) to point at a currently-supported Claude model, e.g. claude-sonnet-4.
Re-enable the call in multiFileEdit.stest.ts (search for the // Temporarily disabled comment).
Regenerate the simulation cache for the multifile-edit-claude suite.
Update the test family name in baseline.json if the model id changes.
Context
Main currently passes this test only because the salt is old and stale cache entries (from when the model still worked) satisfy simulate-ci --require-cache.
The
-claudevariant inextensions/copilot/test/inline/multiFileEdit.stest.tswas temporarily disabled in #311003 becauseCHAT_MODEL.CLAUDE_SONNET(claude-3.5-sonnet) now returnsmodel_not_supportedfrom the endpoint, breaking simulation cache regen.To do
CHAT_MODEL.CLAUDE_SONNET(or pick a different constant) to point at a currently-supported Claude model, e.g.claude-sonnet-4.multiFileEdit.stest.ts(search for the// Temporarily disabledcomment).multifile-edit-claudesuite.Context
simulate-ci --require-cache.Owner: @bhavyaus