-- Add web_ui flag to sessions for Claude Code web UI mode. -- When true, the session starts claude-code-ui in the pod and routes the -- preview URL to its port instead of the sidecar. ALTER TABLE sessions ADD COLUMN IF NOT EXISTS web_ui BOOLEAN NOT NULL DEFAULT false;