You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the container from VS Code now runs the image/CLI drift check too.
"Reopen/Rebuild in Container" drives devcontainer up directly (never the aic CLI), so the warning previously only appeared on aic up/shell/rebuild;
it's now wired into the devcontainer's initializeCommand and logged to the
Dev Containers output channel. Best-effort and never blocks the container from
starting.