refactor(cli): migrate core tools to native ToolDisplay property and fix UI rendering (#25186)

This commit is contained in:
Michael Bleigh
2026-05-06 14:23:26 -07:00
committed by GitHub
parent 4a10751b49
commit 90304b279c
33 changed files with 1033 additions and 57 deletions
+5
View File
@@ -93,6 +93,11 @@ class UpdateTopicInvocation extends BaseToolInvocation<
return {
llmContent,
display: {
format: 'notice',
name: title || UPDATE_TOPIC_DISPLAY_NAME,
description: this.getDescription(),
},
returnDisplay,
};
}