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

Function shouldHideAgent

cli/src/utils/constants.ts:34–36  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

32 * Check if an agent ID should be hidden from rendering
33 */
34export const shouldHideAgent = (agentId: string): boolean => {
35 return HIDDEN_AGENT_IDS.some((hiddenId) => agentId.includes(hiddenId))
36}
37
38// Agent IDs that should be collapsed by default when they start
39export const COLLAPSED_BY_DEFAULT_AGENT_IDS = [

Callers 4

handleSubagentStartFunction · 0.90
handleSubagentFinishFunction · 0.90
createSpawnAgentBlocksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected