Files
nanobot/nanobot/agent/tools
Eric Yang bda0c099ab fix(shell): guard _reap_pid on os.waitpid availability
Windows CI runs Unix-path unit tests by patching _IS_WINDOWS=False while
still on win32, where os.WNOHANG/os.waitpid do not exist. Use capability
checks so reaping is a no-op on platforms without waitpid rather than
trusting the (mockable) platform flag.
2026-07-10 20:19:44 +08:00
..
2026-07-06 12:11:20 +08:00
2026-07-07 15:41:27 +08:00
2026-07-10 19:32:23 +08:00