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
Browse filesBrowse the repository at this point in the historyBrowse files
Yogthos
committed
fix(sandbox): pass GITHUB_TOKEN, GH_TOKEN, SSH_AUTH_SOCK to bash children
scrub_env was stripping GITHUB_TOKEN (matches 'TOKEN' pattern) and
SSH_AUTH_SOCK (matches 'AUTH' pattern), preventing gh CLI and git
over SSH from working inside bash tool invocations.
Added all three to SAFE_EXACT alongside HOME/USER/PATH so git
workflows work. Removed GH_TOKEN/GITHUB_TOKEN from EXPLICIT list.
Updated tests to reflect the new safe classification.
0 commit comments