MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getActivityDescription

Function getActivityDescription

src/tools/AgentTool/AgentTool.tsx:1278–1280  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

1276 userFacingName,
1277 userFacingNameBackgroundColor,
1278 getActivityDescription(input) {
1279 return input?.description ?? 'Running task';
1280 },
1281 async checkPermissions(input, context): Promise<PermissionResult> {
1282 const appState = context.getAppState();
1283

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected