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: extend copy2→copyfile fix to integrations/base and copilot
Two install paths missed in f70bdf9: copy_command_to_directory(),
install_scripts() in IntegrationBase, and the vscode-settings.json
copy in CopilotIntegration all used copy2, propagating 0o444/0o555
from bundled package data (Nix store) to destination files.
Switch to copyfile at all three sites. Add permission regression tests
for each.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments