Commit Graph

5 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
62831835a5 Fix SSH config file permissions race condition
- Modified writeFileWithLock to create files with correct permissions immediately
- Changed string mode values to proper octal numbers (0o600, 0o400)
- This eliminates the race condition where files existed with wrong permissions

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-07 16:18:49 +00:00
whyour
1a185f5682 修复创建脚本可能失败 2025-05-20 01:00:08 +08:00
whyour
07f43538df 修复写入文件 mode 2025-01-22 01:17:13 +08:00
whyour
4fa5fa2014 修改 lock 文件名称规则 2025-01-16 00:35:47 +08:00
whyour
05f8bbd26e 写入文件增加文件锁,避免竞争条件引起文件内容异常 2025-01-04 01:22:29 +08:00