Feature hasn't been suggested before.
Describe the enhancement you want to request
We were making multiplayer collab in opencode for a use case, I was building this as a proof of concept to show what's possible for multiple people working in the same session with Chat features via live web socket connections, this proved out to be useful to code reviews and multiple other planning and discussion related stuff, also useful for teaching people.
using web sockets to broadcast presence data between peers in the same session:
- Cursor position
- Input/typing state
- Display name
- Mouse position
I have checked other issues and haven't found anything related to what I was working on. Forked out opencode to work on this POC.
Feature hasn't been suggested before.
Describe the enhancement you want to request
We were making multiplayer collab in opencode for a use case, I was building this as a proof of concept to show what's possible for multiple people working in the same session with Chat features via live web socket connections, this proved out to be useful to code reviews and multiple other planning and discussion related stuff, also useful for teaching people.
using web sockets to broadcast presence data between peers in the same session:
I have checked other issues and haven't found anything related to what I was working on. Forked out opencode to work on this POC.