happy_send_message
Send messages to trigger Happy AI sessions with bypass permissions, enabling programmatic interaction for AI coding workflows.
Instructions
Send a message to a Happy AI session to trigger it to work. The message will be sent with bypass permissions mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to send the message to | |
| message | Yes | The message text to send | |
| wait | No | If true, wait for AI to finish processing before returning (default: false) |