opencode_send_message
Send a message to an existing opencode session to continue a conversation with a running agent, preserving context for follow-up instructions.
Instructions
Send a message to an existing opencode session.
Use this to continue a conversation with a running agent.
Return Format
{"success": bool, "message": str, "data": {"result": dict}}
Examples
opencode_send_message(session_id="sess_01", message="continue")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text to send to the agent | |
| session_id | Yes | Session ID to send message to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||