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
The agent did os.Chdir('/work') then passed '/work' as CWD to the
executor, causing all tool path resolution to produce '/work/work/...'
paths. This made read_file fail with 'no such file or directory'.
Pass '.' as CWD since we already chdir'd to the cloned repo.
0 commit comments