MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / createCommandInputMessage

Function createCommandInputMessage

source code/utils/messages.ts:4518–4530  ·  view source on GitHub ↗
(
  content: string,
)

Source from the content-addressed store, hash-verified

4516}
4517
4518export function createCommandInputMessage(
4519 content: string,
4520): SystemLocalCommandMessage {
4521 return {
4522 type: 'system',
4523 subtype: 'local_command',
4524 content,
4525 level: 'info',
4526 timestamp: new Date().toISOString(),
4527 uuid: randomUUID(),
4528 isMeta: false,
4529 }
4530}
4531
4532export function createCompactBoundaryMessage(
4533 trigger: 'manual' | 'auto',

Callers 6

onDoneFunction · 0.85
processUserInputBaseFunction · 0.85
onDoneFunction · 0.85
REPLFunction · 0.85
appendStdoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected