fleet-memory/hindsight-integrations/openclaw/src
Anton Evseev 40b02645f4
fix(openclaw): pass auth token to health check endpoint (#427)
The checkExternalApiHealth function didn't include the Bearer token
in its requests. When the Hindsight API requires authentication
(HINDSIGHT_API_TENANT_API_KEY), health checks would fail with 401/403,
preventing plugin initialization.

Pass apiToken to all checkExternalApiHealth call sites and include
the Authorization header when a token is configured.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:17:00 +01:00
..
client.test.ts fix(openclaw): shell safety, HTTP dual-mode, lazy reinit, per-user banks (#388) 2026-02-18 13:09:02 +01:00
client.ts fix: improve openclaw test coverage (#396) 2026-02-18 14:10:33 +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 fix: improve openclaw test coverage (#396) 2026-02-18 14:10:33 +01:00
index.ts fix(openclaw): pass auth token to health check endpoint (#427) 2026-02-24 13:17:00 +01:00
moltbot-types.ts fix: rename openclawd to openclaw (#252) 2026-01-30 13:04:42 +01:00
types.ts feat(openclaw): add autoRecall toggle and excludeProviders schema (#413) 2026-02-20 09:31:46 +01:00