Remove experimental tags from todo list widget configuration (#289304)

This commit is contained in:
Bhavya U
2026-01-20 23:01:06 -08:00
committed by GitHub
parent c9cd850550
commit 83a8d44fcf
@@ -811,10 +811,6 @@ configurationRegistry.registerConfiguration({
type: 'boolean',
default: true,
description: nls.localize('chat.tools.todos.showWidget', "Controls whether to show the todo list widget above the chat input. When enabled, the widget displays todo items created by the agent and updates as progress is made."),
tags: ['experimental'],
experiment: {
mode: 'auto'
}
},
[ChatConfiguration.ThinkingStyle]: {
type: 'string',