master ā node-4851-move-user-specific-computer-use-toggle-to-chat-sidebar
opened 10:14AM - 23 Apr 26 UTC
## Summary
Moves the computer use toggle out of the settings page into the ne⦠w **Connections** section in the chat sidebar, alongside browser use. This makes connection state visible while chatting.
Adds a user-initiated disconnect that propagates to the computer use daemon: this fixes a problem where it was not possible to reconnect because computer use daemon still had the previous connection in state, prevented reconnection with a `409`
Removed status polling for the gateway, instead always use push events.
Removed auto-connecting to `localhost` to discover the daemon. Initial connection now requires a user clicking "Connect". The backend keeps the connection, so the connection does survive page refresh.
<img width="273" height="405" alt="image" src="https://github.com/user-attachments/assets/22d2771c-b3dd-4982-b876-d133aab0da59" />
<img width="265" height="463" alt="image" src="https://github.com/user-attachments/assets/793158bc-fe63-46f7-9be9-580dbacdaed7" />
<img width="1231" height="869" alt="image" src="https://github.com/user-attachments/assets/26d477e9-04d2-4e38-be77-c257a5a7b68d" />
## Related tickets and issues
https://linear.app/n8n/issue/NODE-4851
## Review / Merge checklist
- [x] I have seen this code, I have run this code, and I take responsibility for this code.
- [x] PR title and summary are descriptive. **Remember to rename the ticket name on Linear to match PR title.**
- [ ] Docs updated or follow-up ticket created.
- [x] Tests included.
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)
Information on your n8n setup
n8n version: 2.18.4
Database (default: SQLite): Postgres
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: macOS
hi @Kool_Baudrillard
From what I can tell, this isnāt publicly available yet. It looks like a feature thatās still being developed internally, and the GitHub change you found is just moving its toggle inside the UI. So unless your instance has a specific beta/feature flag enabled, thereās probably nothing to test right now. Iād keep an eye on release notes and docs