Make Explain generally available (#8103)

This commit is contained in:
Matt Godbolt
2025-09-18 17:47:54 -05:00
committed by GitHub
parent a8414be9f9
commit c602745856
2 changed files with 1 additions and 5 deletions

View File

@@ -73,8 +73,6 @@ function setupClaudeExplainEnvironment() {
// Set up configuration
cy.visit('/', {
onBeforeLoad: (win: any) => {
// TODO remove this when we make claude explain generally available.
win.localStorage.setItem('claudeExplainTest', 'enabled');
stubConsoleOutput(win);
win.compilerExplorerOptions = win.compilerExplorerOptions || {};
win.compilerExplorerOptions.explainApiEndpoint = 'http://test.localhost/fake-api/explain';