| .. |
|
test-support
|
test(openai): split codex catalog fixtures
|
2026-04-28 07:04:22 +01:00 |
|
api.ts
|
test(plugins): fast-path bundled provider contract loads
|
2026-04-17 14:25:21 -07:00 |
|
auth-choice-copy.ts
|
fix: harden openai auth and reasoning replay
|
2026-04-25 03:10:24 +01:00 |
|
base-url.test.ts
|
fix: canonicalize Codex image base URLs
|
2026-04-25 08:45:41 +01:00 |
|
base-url.ts
|
fix: canonicalize Codex image base URLs
|
2026-04-25 08:45:41 +01:00 |
|
cli-backend.ts
|
fix(codex): stop materializing auth bridges
|
2026-04-23 22:23:21 +01:00 |
|
default-models.test.ts
|
|
|
|
default-models.ts
|
fix: improve codex model discovery
|
2026-04-24 08:17:01 +01:00 |
|
embedding-batch.ts
|
refactor: move memory embeddings into provider plugins
|
2026-04-17 02:57:18 +01:00 |
|
embedding-provider.test.ts
|
feat(memory): support asymmetric embedding input types
|
2026-04-27 11:25:40 +01:00 |
|
embedding-provider.ts
|
feat(memory): support asymmetric embedding input types
|
2026-04-27 11:25:40 +01:00 |
|
image-generation-provider.test.ts
|
fix: normalize openai legacy image sizes
|
2026-04-27 07:05:56 +01:00 |
|
image-generation-provider.ts
|
refactor: share OpenAI-compatible image provider
|
2026-04-28 04:01:43 +01:00 |
|
index.test.ts
|
refactor: split plugin sdk test helpers
|
2026-04-28 01:14:19 +01:00 |
|
index.ts
|
refactor(plugin-sdk): narrow config runtime imports
|
2026-04-27 14:58:32 +01:00 |
|
media-understanding-provider.test.ts
|
refactor: split plugin sdk test helpers
|
2026-04-28 01:14:19 +01:00 |
|
media-understanding-provider.ts
|
feat(openai): default to GPT-5.5
|
2026-04-23 20:19:15 +01:00 |
|
memory-embedding-adapter.test.ts
|
feat(memory): support asymmetric embedding input types
|
2026-04-27 11:25:40 +01:00 |
|
memory-embedding-adapter.ts
|
feat(memory): support asymmetric embedding input types
|
2026-04-27 11:25:40 +01:00 |
|
native-web-search.ts
|
refactor(plugin-sdk): narrow config runtime imports
|
2026-04-27 14:58:32 +01:00 |
|
openai-codex-auth-identity.test.ts
|
|
|
|
openai-codex-auth-identity.ts
|
feat(openai): add codex device-code auth and fix login options in menu (#69557)
|
2026-04-22 02:47:20 -05:00 |
|
openai-codex-catalog.ts
|
fix: canonicalize Codex image base URLs
|
2026-04-25 08:45:41 +01:00 |
|
openai-codex-device-code.test.ts
|
feat(openai): add codex device-code auth and fix login options in menu (#69557)
|
2026-04-22 02:47:20 -05:00 |
|
openai-codex-device-code.ts
|
feat(openai): add codex device-code auth and fix login options in menu (#69557)
|
2026-04-22 02:47:20 -05:00 |
|
openai-codex-provider.runtime.ts
|
refactor(tts): resolve voice delivery from channel capabilities
|
2026-04-26 07:03:25 +01:00 |
|
openai-codex-provider.test.ts
|
fix(models): hide unsupported codex mini route
|
2026-04-28 06:43:51 +01:00 |
|
openai-codex-provider.ts
|
fix(models): hide unsupported codex mini route
|
2026-04-28 06:43:51 +01:00 |
|
openai-codex-shared.ts
|
refactor: dedupe shared string normalizers
|
2026-04-07 11:18:18 +01:00 |
|
openai-provider.live.test.ts
|
test: harden release validation smokes
|
2026-04-27 16:28:44 +01:00 |
|
openai-provider.test.ts
|
fix: harden openai auth and reasoning replay
|
2026-04-25 03:10:24 +01:00 |
|
openai-provider.ts
|
refactor(models): move suppressions to manifests
|
2026-04-28 02:38:31 +01:00 |
|
openai-tts.live.test.ts
|
refactor: split plugin sdk test helpers
|
2026-04-28 01:14:19 +01:00 |
|
openai.live.test.ts
|
refactor: expose SDK test helper subpaths
|
2026-04-28 03:28:17 +01:00 |
|
openclaw.plugin.json
|
fix(models): hide unsupported codex mini route
|
2026-04-28 06:43:51 +01:00 |
|
openclaw.plugin.test.ts
|
fix: harden openai auth and reasoning replay
|
2026-04-25 03:10:24 +01:00 |
|
package.json
|
chore: update workspace dependencies
|
2026-04-28 03:09:44 +01:00 |
|
plugin-registration.contract.test.ts
|
refactor: promote plugin test helpers to sdk
|
2026-04-28 00:55:11 +01:00 |
|
prompt-overlay.ts
|
feat(providers): share GPT-5 prompt overlay
|
2026-04-22 23:36:06 +01:00 |
|
provider-auth.contract.test.ts
|
refactor: promote plugin test helpers to sdk
|
2026-04-28 00:55:11 +01:00 |
|
provider-catalog.contract.test.ts
|
|
|
|
provider-contract-api.ts
|
fix: harden openai auth and reasoning replay
|
2026-04-25 03:10:24 +01:00 |
|
provider-policy-api.ts
|
fix(plugins): stabilize package boundary tsc checks
|
2026-04-07 10:15:34 +01:00 |
|
provider-runtime.contract.test.ts
|
refactor: promote plugin test helpers to sdk
|
2026-04-28 00:55:11 +01:00 |
|
realtime-provider-shared.ts
|
refactor: share openai realtime close capture
|
2026-04-20 15:40:12 +01:00 |
|
realtime-transcription-provider.test.ts
|
test(openai): preserve zero realtime transcription vad config
|
2026-04-25 03:34:41 +01:00 |
|
realtime-transcription-provider.ts
|
refactor(stt): share transcription helpers
|
2026-04-23 04:29:35 +01:00 |
|
realtime-voice-provider.test.ts
|
fix(google-meet): use PCM audio for Chrome realtime
|
2026-04-27 12:55:00 +01:00 |
|
realtime-voice-provider.ts
|
feat: add browser realtime talk transports
|
2026-04-27 14:22:32 +01: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
|
refactor: keep openai setup auth lightweight
|
2026-04-26 11:36:32 +01:00 |
|
shared.ts
|
refactor(plugin-sdk): narrow config runtime imports
|
2026-04-27 14:58:32 +01:00 |
|
speech-provider.test.ts
|
TTS: add provider personas
|
2026-04-26 09:42:38 +05:30 |
|
speech-provider.ts
|
TTS: add provider personas
|
2026-04-26 09:42:38 +05:30 |
|
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
|
test: route extension tests through sdk seams
|
2026-04-27 22:34:21 +01:00 |
|
tts.ts
|
fix(tts): surface voice status and harden providers
|
2026-04-26 03:51:30 +01:00 |
|
video-generation-provider.test.ts
|
test: expose provider media test helpers
|
2026-04-28 02:52:30 +01:00 |
|
video-generation-provider.ts
|
refactor: share provider polling helper
|
2026-04-20 23:04:10 +01:00 |