MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / handleCondenseContext

Function handleCondenseContext

webview-ui/src/components/chat/ChatView.tsx:1594–1601  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

1592 }))
1593
1594 const handleCondenseContext = (taskId: string) => {
1595 if (isCondensing || sendingDisabled) {
1596 return
1597 }
1598 setIsCondensing(true)
1599 setSendingDisabled(true)
1600 vscode.postMessage({ type: "condenseTaskContextRequest", text: taskId })
1601 }
1602
1603 const areButtonsVisible = showScrollToBottom || primaryButtonText || secondaryButtonText
1604

Callers 1

TaskHeaderFunction · 0.85

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected