feat(source-api): add Codex app server provider - #313
Merged
Conversation
siisee11
enabled auto-merge (squash)
July 16, 2026 02:52
siisee11
force-pushed
the
codex/add-codex-app-server-api-provider
branch
from
July 16, 2026 02:54
dff25ba to
2167837
Compare
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
onequery-landing | 90b3f49 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 03:01 AM |
siisee11
force-pushed
the
codex/add-codex-app-server-api-provider
branch
from
July 16, 2026 02:59
2167837 to
90b3f49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-Line Summary
Codex App Server API can now be connected as a Source API provider and used through audited REST operations.
User-Facing Changes
Codex App Server APIprovider to the public provider catalog.apiBaseUrlandapiKey./v1/models,/v1/responses, and/v1/chat/completionscalls through Source API.Why This Changed
Velen needs to list and call the Codex app server as an integration worker. The provider catalog previously had Hermes as the closest OpenAI-compatible worker shape, but no distinct Codex app server provider identity or adapter.
How It Changed
codex_app_server_apicredentials and catalog metadata.Verification
bun run --cwd vendor/onequery/packages/db test src/source-providers.test.ts src/credentials.test.ts src/schema/data-sources.test.tsbun run --cwd vendor/onequery/packages/server test src/source-api/adapters/codex-app-server-api.test.ts src/source-api/adapters/hermes.test.tsbun run --cwd vendor/onequery/packages/db typecheckbun run --cwd vendor/onequery/packages/server typecheckbun run --cwd vendor/onequery/packages/ui typecheckbun run formatVideo / Screenshot (Optional)