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 chown patch: edit installed source instead of monkey-patching
The action_execution_server runs as a separate subprocess that
doesn't inherit our monkey-patches. Replace 'chown -R' with
'true #chown -R' in the installed runtime_init.py source file
so the fix takes effect in the server subprocess too.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments