← Back to wkappbot-workflow
wkappbot-workflow
★★★
prompt send -- Self-Prompting & Agent Notification
How to deliver prompts to a running Claude Code / Codex window. Use prompt send for self-prompting, scheduled nudges, and agent notifications. FindAllPrompts detects the input box via UIA; the input is hidden while the agent is busy -- always use --when-idle when the agent may be mid-execution.
user/developer
promptsendself-promptingfocuslesswhen-idlenotificationagentuia
Steps
- [CORE] prompt send "<name>" "<message>" -- i...
- [DISCOVERY] prompt list -- show all detectab...
- [WHY-IDLE] FindAllPrompts() uses UIA to find...
- [WHEN-IDLE] prompt send "<name>" "<msg>" --w...
- [AFTER] prompt send "<name>" "<msg>" --after...
- [TIMEOUT] --timeout 5m (default 30m) -- how...
- [FOCUSLESS] VS Code Claude Code delivery pat...
- [FOCUS-STEAL] If TextPattern2 fails, fallbac...
- [FROM-EYE] Eye background tasks (skill audit...
- [SELF-PROMPT] To notify the current agent fr...
- [TROUBLESHOOT] exit 1 + 'No prompt windows f...
- 2026-05-02: TargetHwnd fix -- ResolveCallerT...
- 2026-05-02: TargetHwnd fix -- ResolveCallerT...
- [AUDIT 2026-06-03] source_refs broken: stale...
- [AUDIT 2026-06-04] AppBotEyeGlobalMode.cs: '...