Read the Studio chat and reply into it
riv_studio_notesRead user instructions from the Rive Studio chat, act on them, then post a reply with what you changed to keep the user informed.
Instructions
The Studio web UI's Agent panel is a two-way chat. Use this tool for both halves of it.
READ: call with no
replyto fetch the messages the user typed (consumes the queue; the Studio shows them as picked up). Trigger on 'check the studio notes' / 「スタジオの指示を確認して」, or after opening riv_studio when the user mentions they left notes. Act on each instruction — usually riv_edit or riv_create on the watched file, which hot-reloads the browser.REPLY: after doing the work, call again with
replyset to a short summary of what you changed (and anything you could not do). It appears as your message in the same chat. ALWAYS reply — otherwise the user is left staring at the Studio with no idea whether you acted. Both can be done in one call: passreplytogether with the read to answer and pick up anything new at the same time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peek | No | Read without consuming | |
| port | No | Studio port (default 8787) | |
| reply | No | Message to post back into the Studio chat as the assistant (what you changed, what you skipped, what you need) |