fleet-memory/hindsight-integrations/openclaw/src
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
..
client.test.ts fix(openclaw): improve shell argument escaping (#288) 2026-02-04 10:22:52 +01:00
client.ts fix(openclaw): improve shell argument escaping (#288) 2026-02-04 10:22:52 +01:00
embed-manager.ts fix(openclaw): remove unused imports, retry health check, suppress unhandled rejection (#373) 2026-02-16 10:02:19 +01:00
index.test.ts doc: changelog and blog post for 0.4.11 (#363) 2026-02-13 11:45:41 +01:00
index.ts fix(openclaw): remove unused imports, retry health check, suppress unhandled rejection (#373) 2026-02-16 10:02:19 +01:00
moltbot-types.ts fix: rename openclawd to openclaw (#252) 2026-01-30 13:04:42 +01:00
types.ts feat(openclaw): add excludeProviders config to skip recall/retain for specific providers (#332) 2026-02-09 21:28:29 +01:00