Start background listener for incoming messages
Monitors for new messages and queues them for processing with real-time notifications.
/plugin marketplace add SpeakToJade/nclaude/plugin install speaktojade-nclaude@SpeakToJade/nclaudeinterval-secondsStart the nclaude listen daemon in the background. This monitors for new messages and queues them for the pending command.
Note for humans: Run this in a separate terminal:
nclaude listen --interval ${1:-5}
The daemon will:
Use Ctrl+C to stop the listener.
For Claude sessions: The listener runs in the user's terminal, not inside Claude. Tell the user to start it manually if they want real-time notifications.