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

Function getTerminalBundleId

src/utils/computerUse/common.ts:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 * terminal window, and the screenshots exclude it regardless.
42 */
43export function getTerminalBundleId(): string | null {
44 const cfBundleId = process.env.__CFBundleIdentifier
45 if (cfBundleId) return cfBundleId
46 return TERMINAL_BUNDLE_ID_FALLBACK[env.terminal ?? ''] ?? null
47}
48
49/**
50 * Static capabilities for macOS CLI. `hostBundleId` is not here — it's added

Callers 1

createCliExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected