MCPcopy Create free account
hub / github.com/Ark0N/Codeman / writeViaMux

Method writeViaMux

src/session.ts:2312–2322  ·  view source on GitHub ↗

* Sends input via the terminal multiplexer's direct input mechanism. * * More reliable than direct PTY write for programmatic input, especially * with Claude CLI which uses Ink (React for terminals). * Uses tmux `send-keys -l` to inject text + Enter. * * @param data - Input data wi

(data: string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

constructorMethod · 0.95
startInteractiveMethod · 0.95
registerSessionRoutesFunction · 0.95
advanceToNextPhaseMethod · 0.45
sendKickstartMethod · 0.45
sendAutoAcceptEnterMethod · 0.45
sendUpdateDocsMethod · 0.45
sendClearMethod · 0.45
sendInitMethod · 0.45
pollReadyFunction · 0.45

Calls 2

sendInputMethod · 0.65
writeMethod · 0.45

Tested by

no test coverage detected