[codex] add JEV settings tab and shared evaluation client - #3159
Merged
Merged
Conversation
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.
Summary
The Models page now provides a JEV tab for configuring TypeSafe independently for each selected Profile. Switching the page Profile reloads its JEV configuration and sends that Profile in request headers without changing the global active Profile.
Adds a shared server facade and client API for typed Choice, Score and Noul evaluations through the official TypeSafe SDK. API keys remain server-side; blank edits preserve a stored key and deleting settings removes it. Calls support a configured timeout and cancellation, with sanitized upstream errors and no automatic retries.
Existing integration changes are limited to the Models tab and authenticated route registration. The remaining files implement JEV, tests, generated API documentation and locale strings in all 11 locale files. Existing business modules are not automatically routed through JEV.
Configuration is stored under
config.appHome/models/jev. JEV errors carry stable codes for localized UI feedback; connection tests show a localized model/duration summary.Validation
npm run buildnpm run harness:checkgit diff --checkNo live TypeSafe API key was available; external responses were mocked. Use Test saved configuration after configuring a real key to verify provider access.