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
Fix Chromium install in devcontainer and unquote SORT BY attributes
- Move playwright-cli + Chromium install into Dockerfile as root with
--with-deps to get all system dependencies automatically, instead of
maintaining a fragile manual package list
- Install Node.js 22 in Dockerfile, remove redundant devcontainer feature
- Fix SORT BY quoted identifiers: use getQualifiedNameText() instead of
raw GetText() so "Title" is stored as Title in BSON
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
"postCreateCommand": "curl -fsSL https://claude.ai/install.sh | bash && npm install -g @playwright/cli@latest && playwright-cli install chromium && if [ -f ./mxcli ] && ! file ./mxcli | grep -q Linux; then echo '⚠ ./mxcli is not a Linux binary. Replace it with the linux-amd64 or linux-arm64 build.'; fi",
264
+
"postCreateCommand": "curl -fsSL https://claude.ai/install.sh | bash && if [ -f ./mxcli ] && ! file ./mxcli | grep -q Linux; then echo '⚠ ./mxcli is not a Linux binary. Replace it with the linux-amd64 or linux-arm64 build.'; fi",
0 commit comments