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

Function abbreviateActivity

src/bridge/bridgeStatusUtil.ts:34–36  ·  view source on GitHub ↗
(summary: string)

Source from the content-addressed store, hash-verified

32
33/** Abbreviate a tool activity summary for the trail display. */
34export function abbreviateActivity(summary: string): string {
35 return truncateToWidth(summary, 30)
36}
37
38/** Build the connect URL shown when the bridge is idle. */
39export function buildBridgeConnectUrl(

Callers

nothing calls this directly

Calls 1

truncateToWidthFunction · 0.85

Tested by

no test coverage detected