Skip to content

Function: sendPromptByTag()

sendPromptByTag(tag, text, dir?): Promise<SendResult>

Defined in: packages/aiui-claude-channel/src/send.ts:39

Find the running server advertising tag and send it text. This is the "library version of quick" a test can call once it knows the tag it launched Claude Code with.

Parameters

tag

string

text

string

dir?

string

Returns

Promise<SendResult>

Throws

if no running server has that tag.