fleet-memory/hindsight-integrations
Anton Evseev d5e62162e8
fix(openclaw): remove unused imports, retry health check, suppress unhandled rejection (#373)
- Remove unused `fs` and `execSync` imports from `embed-manager.ts`
- Remove unused `join` import from `index.ts`
- Add retry logic to external API health check (3 attempts, 2s delay) —
  container DNS may not be ready on first boot
- Use ES2022 `{ cause: error }` for better error chain preservation
- Add `.catch(() => {})` to `initPromise` to suppress Node.js unhandled
  rejection warnings (error is properly handled later in `service.start()`)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 10:02:19 +01:00
..
ai-sdk Release v0.4.11 2026-02-13 10:52:14 +01:00
litellm Release v0.4.11 2026-02-13 10:52:14 +01:00
openclaw fix(openclaw): remove unused imports, retry health check, suppress unhandled rejection (#373) 2026-02-16 10:02:19 +01:00