Skip to content

Commit

Permalink
Fixed explainer toggling (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Jan 18, 2025
1 parent aa15a1b commit 8f0f620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function executeConfigAction(

case "toggleExplanation":
await processCommandNoLock(
`@config explanation ${configAction.parameters.enable ? "on" : "off"}`,
`@config explainer ${configAction.parameters.enable ? "on" : "off"}`,
context.sessionContext.agentContext,
);
break;
Expand Down

0 comments on commit 8f0f620

Please sign in to comment.