- Replace CPU-burning spin loops in running-state.ts with async setTimeout and jittered backoff; make all exports async - Fix TOCTOU race in acquireLock by extracting tryAcquire helper with retry loop instead of force-remove-and-retry-once - Hoist dynamic imports in addProjectToConfig/choice-2 to static imports - Add try/finally around readline in detectAgentRuntime - Validate session prefix uniqueness in "Start new orchestrator" menu - Add ConfigNotFoundError class to @composio/ao-core, replace fragile string matching in ao start with instanceof check - Fix setup.sh to recommend `ao start` instead of deprecated `ao init` - Fix start-all.ts: resolve next binary with fallback, wait for children on SIGTERM instead of immediate process.exit Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| src | ||
| templates/rules | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||