MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / isClaudeCodeCommand

Function isClaudeCodeCommand

frontend/app/view/term/osc-handlers.ts:91–96  ·  view source on GitHub ↗
(decodedCmd: string)

Source from the content-addressed store, hash-verified

89}
90
91export function isClaudeCodeCommand(decodedCmd: string): boolean {
92 if (!decodedCmd) {
93 return false;
94 }
95 return ClaudeCodeRegex.test(normalizeCmd(decodedCmd));
96}
97
98function handleShellIntegrationCommandStart(
99 termWrap: TermWrap,

Callers 3

initTerminalMethod · 0.90

Calls 1

normalizeCmdFunction · 0.85

Tested by

no test coverage detected