Support rendering serialized todo information from background agents (#292212)

* Support rendering serialized todo information from background agents

* Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolInvocationPart.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/vs/workbench/api/common/extHostTypeConverters.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Updates

* updates

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Don Jayamanne
2026-02-03 16:57:06 +11:00
committed by GitHub
parent bb8a476f91
commit df57568c74
8 changed files with 116 additions and 3 deletions

View File

@@ -2013,6 +2013,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
McpToolAvailability: extHostTypes.McpToolAvailability,
McpToolInvocationContentData: extHostTypes.McpToolInvocationContentData,
SettingsSearchResultKind: extHostTypes.SettingsSearchResultKind,
ChatTodoStatus: extHostTypes.ChatTodoStatus
};
};
}