◐ Shell
clean mode source ↗

fix: add boolean workspace_auto_created column to chats by johnstcn · Pull Request #25053 · coder/coder

Adds a boolean column workspace_auto_created to the chats table.
This is set only when a workspace is created via the create_workspace chat MCP tool.
If set, you do not get a confirmation prompt when deleting a workspace via the UI.

🤖