chore(vscode): document task metadata cast

This commit is contained in:
kiloconnect[bot]
2026-04-09 15:35:42 +00:00
parent 934066cb33
commit 1802bb3e38
@@ -1045,6 +1045,7 @@ export const SessionProvider: ParentComponent = (props) => {
if (!parts) continue
for (const p of parts) {
if (p.type !== "tool") continue
// Webview ToolState omits runtime metadata; task parts still carry it from the backend.
const child = childID(
p as {
type: string