You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State-modifying operations that persist to DB should use request
semantics so the client gets acknowledgment. This aligns chat/update
with chat/clear, chat/delete, chat/fork, etc.
- Use receive-request + eventually instead of receive-notification
- Return {} from update-chat (consistent with other chat operations)
- Update protocol docs to reflect request semantics
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca <git@eca.dev>
0 commit comments