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
description: 'Configure auto-fix: run lint/test after AI edits',
6
+
isEnabled: ()=>true,
7
+
type: 'prompt',
8
+
progressMessage: 'Configuring auto-fix...',
9
+
contentLength: 0,
10
+
source: 'builtin',
11
+
asyncgetPromptForCommand(){
12
+
return[
13
+
{
14
+
type: 'text',
15
+
text:
16
+
'The user wants to configure auto-fix settings. Auto-fix automatically runs lint and test commands after AI file edits, feeding errors back for self-repair.\n\n'+
17
+
'Current settings location: `.claude/settings.json` or `.claude/settings.local.json`\n\n'+
0 commit comments