MCPcopy Index your code
hub / github.com/codeaashu/claude-code / AgentTool.tsx

File AgentTool.tsx

src/tools/AgentTool/AgentTool.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { feature } from 'bun:bundle';
2import * as React from 'react';
3import { buildTool, type ToolDef, toolMatchesName } from 'src/Tool.js';
4import type { Message as MessageType, NormalizedUserMessage } from 'src/types/message.js';

Callers

nothing calls this directly

Calls 5

featureFunction · 0.85
isEnvTruthyFunction · 0.85
lazySchemaFunction · 0.85
isForkSubagentEnabledFunction · 0.85
buildToolFunction · 0.85

Tested by

no test coverage detected