mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
chore(vscode): document task metadata cast
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user