mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Make Explain generally available (#8103)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user