Skip to content

Commit 5d24d0f

Browse files
authored
change todo list tool experiment setting from 'startup' to 'auto' (microsoft#262169)
1 parent 7f8129c commit 5d24d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ configurationRegistry.registerConfiguration({
545545
description: nls.localize('chat.todoListTool.enabled', "Enables todo lists in chat, which the agent uses as a tool for planning, progress tracking, and context management for complex development workflows."),
546546
tags: ['experimental'],
547547
experiment: {
548-
mode: 'startup'
548+
mode: 'auto'
549549
}
550550
},
551551
'chat.todoListTool.writeOnly': {

0 commit comments

Comments
 (0)