[codex] Add toolkit retrieval filters and search race safeguards
loading diff…
Why: googlesuper was not coming in either search-
What:
pnpm --dir apps/apollo exec oxfmt --check src/lib/composio_actions/actions/search_orchestrator.ts src/lib/composio_actions/utils/toolRouter/llm_reranker.ts src/common/lib/external/bedrock.tsgit diff --checkSELF_HOSTED=true DATABASE_URL=postgres://localhost:5432/test REDIS_URL=redis://localhost:6379 ENCRYPTION_KEY=test CONNECTED_ACCOUNT_ENCRYPTION_KEY=test AUTH_CONFIG_ENCRYPTION_KEY=test SERVICE_NAME=apollo-test THERMOS_URL=http://localhost:8080 pnpm --dir apps/apollo exec vitest run --config .tmp.codex-vitest.config.ts for bedrock.test.ts and llm_reranker.test.ts (37 tests passed; temporary config removed)filters.unit.test.ts passed..test.ts Vitest config is blocked locally by global setup requiring Postgres at localhost:5432.check-types still reports existing unrelated search_orchestrator.ts connection-status typing errors around lines 500/720; no new bedrock.ts or llm_reranker.ts errors surfaced.