openclaw/extensions/openai
Onur 361750775d
Some checks are pending
CI / preflight (push) Waiting to run
CI / security-fast (push) Waiting to run
CI / build-artifacts (push) Blocked by required conditions
CI / (push) Blocked by required conditions
CI / -1 (push) Blocked by required conditions
CI / checks-node-extensions (push) Blocked by required conditions
CI / -2 (push) Blocked by required conditions
CI / -3 (push) Blocked by required conditions
CI / checks-node-core (push) Blocked by required conditions
CI / extension-fast (push) Blocked by required conditions
CI / check (push) Blocked by required conditions
CI / check-additional (push) Blocked by required conditions
CI / build-smoke (push) Blocked by required conditions
CI / check-docs (push) Blocked by required conditions
CI / skills-python (push) Blocked by required conditions
CI / -4 (push) Blocked by required conditions
CI / -5 (push) Blocked by required conditions
CI / macos-swift (push) Blocked by required conditions
CI / -6 (push) Blocked by required conditions
Docs Sync Publish Repo / sync-publish-repo (push) Waiting to run
Install Smoke / preflight (push) Waiting to run
Install Smoke / install-smoke (push) Blocked by required conditions
Plugin NPM Release / preview_plugins_npm (push) Waiting to run
Plugin NPM Release / preview_plugin_pack (push) Blocked by required conditions
Plugin NPM Release / publish_plugins_npm (push) Blocked by required conditions
Workflow Sanity / no-tabs (push) Waiting to run
Workflow Sanity / actionlint (push) Waiting to run
Workflow Sanity / generated-doc-baselines (push) Waiting to run
CI: stabilize live release lanes (#67838)
* CI: stabilize live release lanes

* CI: widen codex live exclusions

* Gateway: stop live config/auth lazy re-imports

* CI: mount writable live Docker homes

* Live: tighten retry and provider filter overrides

* CI: use API-key auth for codex live lanes

* CI: fix remaining live lanes

* CI: stop forwarding live OpenAI base URLs

* Gateway: fix live startup loader regression

* CI: stop expanding OpenAI keys in live Docker lanes

* CI: stop expanding installer secrets in Docker

* CI: tighten live secret boundaries

* Gateway: pin Codex harness base URL

* CI: fix reusable workflow runner label

* CI: avoid template expansion in live ref guard

* CI: tighten live trust gate

* Gateway: ignore empty Codex harness base URL

* CI: stabilize remaining live lanes

* CI: harden live retries and canvas auth test

* CI: extend cron live probe budget

* CI: keep codex harness lane on api-key auth

* CI: stage live Docker OpenAI auth via env files

* CI: bootstrap codex login for Docker API-key lanes

* CI: accept hosted-runner codex fallback responses

* CI: accept additional codex sandbox fallback text

* CI: accept hosted-runner live fallback variants

* CI: accept codex current-model fallback

* CI: broaden codex sandbox model fallbacks

* CI: cover extra codex sandbox wording

* CI: extend cli backend cron retry budget

* CI: match codex models fallbacks by predicate

* CI: accept configured-models live fallback

* CI: relax OpenAI websocket warmup timeout

* CI: accept extra codex model fallback wording

* CI: generalize codex model fallback matching

* CI: retry cron verify cancellation wording

* CI: accept interactive codex model entrypoint fallback

* Agents: stabilize Claude bundle skill command test

* CI: prestage live Docker auth homes

* Tests: accept current Codex models wording

* CI: stabilize remaining live lanes

* Tests: widen CLI backend live timeout

* Tests: accept current Codex model summary wording

* CI: disable codex-cli image probe in Docker lane

* Tests: respect CLI override for Codex Docker login

* Tests: accept current Codex session models header

* CI: stabilize remaining live validation lanes

* CI: preserve Gemini ACP coverage in auth fallback

* CI: fix final live validation blockers

* CI: restore Codex auth for CLI backend lane

* CI: drop local Codex config in live Docker lane

* Tests: tolerate Codex cron and model reply drift

* Tests: accept current Codex live replies

* Tests: retry more Codex cron retry wording

* Tests: accept environment-cancelled Codex cron retries

* Tests: retry blank Codex cron probe replies

* Tests: broaden Codex cron retry wording

* Tests: require explicit Codex cron retry replies

* Tests: accept current Codex models environment wording

* CI: restore trusted Codex config in live lane

* CI: bypass nested Codex sandbox in docker

* CI: instrument live codex cron lane

* CI: forward live CLI resume args

* Tests: accept interactive Codex model selection

* Tests: bound websocket warm-up live lane

* CI: close live lane review gaps

* Tests: lazy-load gateway live server

* Tests: avoid gateway live loader regression

* CI: scope reusable workflow secrets

* Tests: tighten codex models live assertion

* Tests: normalize OpenAI speech live text
2026-04-18 03:18:12 +02:00
..
test-support test: add missing provider runtime mock export 2026-04-06 18:04:18 +01:00
api.ts test(plugins): fast-path bundled provider contract loads 2026-04-17 14:25:21 -07:00
base-url.test.ts fix(openai-codex): normalize stale transport metadata in resolution and discovery (#67635) 2026-04-16 14:30:05 +03:00
base-url.ts fix(openai-codex): normalize stale transport metadata in resolution and discovery (#67635) 2026-04-16 14:30:05 +03:00
cli-backend.ts fix: pin codex resume sandbox override 2026-04-16 17:31:41 +01:00
default-models.test.ts refactor: split doctor legacy normalizers and test ownership 2026-04-05 17:17:16 +01:00
default-models.ts Tests: fix package boundary and runtime drift 2026-04-07 14:16:25 +08:00
embedding-batch.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
embedding-provider.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
image-generation-provider.test.ts fix: harden complex qa suite scenarios 2026-04-07 20:35:39 +01:00
image-generation-provider.ts fix: resolve rebase regressions for ci landing 2026-04-07 21:02:04 +01:00
index.test.ts test(plugins): fix sync register call sites 2026-04-17 10:14:00 +05:30
index.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
media-understanding-provider.test.ts Tests: fix package boundary and runtime drift 2026-04-07 14:16:25 +08:00
media-understanding-provider.ts
memory-embedding-adapter.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
openai-codex-auth-identity.test.ts
openai-codex-auth-identity.ts refactor: dedupe openai codex string helper 2026-04-06 19:57:57 +01:00
openai-codex-catalog.ts
openai-codex-cli-auth.test.ts test(auth): add codex oauth red-blue coverage 2026-04-17 14:14:03 -07:00
openai-codex-cli-auth.ts test(auth): add codex oauth red-blue coverage 2026-04-17 14:14:03 -07:00
openai-codex-provider.runtime.ts
openai-codex-provider.test.ts fix(openai-codex): normalize stale transport metadata in resolution and discovery (#67635) 2026-04-16 14:30:05 +03:00
openai-codex-provider.ts fix(openai-codex): normalize stale transport metadata in resolution and discovery (#67635) 2026-04-16 14:30:05 +03:00
openai-codex-shared.ts refactor: dedupe shared string normalizers 2026-04-07 11:18:18 +01:00
openai-provider.live.test.ts
openai-provider.test.ts fix(openai): share responses transport hooks 2026-04-14 16:40:05 +01:00
openai-provider.ts refactor(openai): import base URL helpers directly 2026-04-14 21:52:16 +05:30
openai.live.test.ts CI: stabilize live release lanes (#67838) 2026-04-18 03:18:12 +02:00
openclaw.plugin.json refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
package.json chore: bump version to 2026.4.16 2026-04-17 00:45:04 +01:00
plugin-registration.contract.test.ts fix: resolve repo check drift 2026-04-05 22:58:29 +01:00
prompt-overlay.ts agents: split GPT-5 prompt and retry behavior (#65597) 2026-04-12 18:52:22 -07:00
provider-catalog.contract.test.ts
provider-contract-api.ts test: use provider contract artifacts 2026-04-18 01:36:15 +01:00
provider-policy-api.ts fix(plugins): stabilize package boundary tsc checks 2026-04-07 10:15:34 +01:00
realtime-provider-shared.ts refactor: dedupe extension string helpers 2026-04-07 05:06:54 +01:00
realtime-transcription-provider.test.ts
realtime-transcription-provider.ts feat(msteams): add federated credential support (certificate + managed identity) (#53615) 2026-04-11 13:29:22 -05:00
realtime-voice-provider.test.ts
realtime-voice-provider.ts feat(msteams): add federated credential support (certificate + managed identity) (#53615) 2026-04-11 13:29:22 -05:00
register.runtime.ts Revert "refactor(cli): remove bundled cli text providers" 2026-04-06 13:40:41 +01:00
replay-policy.ts
setup-api.ts test: add cli backend live matrix metadata 2026-04-07 09:06:09 +01:00
shared.ts refactor(openai): import base URL helpers directly 2026-04-14 21:52:16 +05:30
speech-provider.test.ts style: simplify lint-safe test helpers 2026-04-10 20:20:33 +01:00
speech-provider.ts refactor: dedupe provider lowercase helpers 2026-04-07 15:53:50 +01:00
test-api.ts test: dedupe media provider tests 2026-04-11 13:55:07 +01:00
transport-policy.test.ts refactor: dedupe openai codex url helper 2026-04-06 19:57:56 +01:00
transport-policy.ts refactor(openai): isolate base URL helpers 2026-04-14 21:45:34 +05:30
tsconfig.json chore(plugins): bulk add package boundary tsconfig rollout 2026-04-07 08:48:23 +01:00
tts.test.ts feat(msteams): add federated credential support (certificate + managed identity) (#53615) 2026-04-11 13:29:22 -05:00
tts.ts feat(msteams): add federated credential support (certificate + managed identity) (#53615) 2026-04-11 13:29:22 -05:00
video-generation-provider.test.ts test: dedupe media provider tests 2026-04-11 13:55:07 +01:00
video-generation-provider.ts fix: bound live video generation smoke 2026-04-14 14:59:01 +01:00