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: install full Cursor CLI package in clean room container
The Cursor installer puts a complete package (bundled Node 24, index.js,
chunk files) under ~/.local/share/cursor-agent/. Previously only the
wrapper script was copied, which broke because it couldn't find its
bundled node binary. Now copies the entire package to /opt/cursor-agent/
and symlinks it, matching the Claude Code container pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments