MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / shouldCollapseToolByDefault

Function shouldCollapseToolByDefault

cli/src/utils/constants.ts:27–29  ·  view source on GitHub ↗
(toolName: string)

Source from the content-addressed store, hash-verified

25 * Check if a tool should be collapsed by default
26 */
27export const shouldCollapseToolByDefault = (toolName: string): boolean => {
28 return COLLAPSED_BY_DEFAULT_TOOL_NAMES.includes(toolName as ToolName)
29}
30
31/**
32 * Check if an agent ID should be hidden from rendering

Callers 1

tool-branch.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected