mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
84527390c6
Implement the backend for the desktop feature for agents. - Adds a new `/api/experimental/chats/$id/desktop` endpoint to coderd which exposes a VNC stream from a [portabledesktop](https://github.com/coder/portabledesktop) process running inside the workspace - Adds a new `spawn_computer_use_agent` tool to chatd, which spawns a subagent that has access to the `computer` tool which lets it interact with the `portabledesktop` process running inside the workspace - Adds the plumbing to make the above possible There's a follow up frontend PR here: https://github.com/coder/coder/pull/23006
3 lines
67 B
SQL
3 lines
67 B
SQL
ALTER TABLE chats DROP COLUMN mode;
|
|
DROP TYPE IF EXISTS chat_mode;
|