agent-orchestrator/packages/ao/bin
Dhruv Sharma 94b83c41e0 fix(ao): add process.exit(0) after pty.kill() to prevent hang in compatibility probe
node-pty leaves libuv handles alive after kill() (PTY master fd, internal
Socket, timers). Without process.exit(0) the probe process idles until the
10s execSync timeout fires, causing a spurious node-gyp rebuild on every
install even when the prebuilt binary is perfectly compatible.
2026-04-11 14:54:57 +05:30
..
ao.js chore: rename @composio scope to @aoagents across all packages 2026-04-09 15:59:33 +00:00
postinstall.js fix(ao): add process.exit(0) after pty.kill() to prevent hang in compatibility probe 2026-04-11 14:54:57 +05:30