Sync tool-call titles and task summaries

This commit is contained in:
Shantur Rathore
2025-12-12 13:51:40 +00:00
parent 90c6835ee7
commit 0da2e1d7bb
6 changed files with 286 additions and 68 deletions

View File

@@ -58,7 +58,7 @@ function getTodoStatusLabel(status: TodoViewStatus): string {
}
}
function getTodoTitle(state?: ToolState): string {
export function getTodoTitle(state?: ToolState): string {
if (!state) return "Plan"
const todos = extractTodosFromState(state)