feat(jev): add configurable native evaluation plugin - #5645
Merged
me2seeks merged 2 commits intoSep 23, 2026
Merged
Conversation
Provide an admitted callable service and Desktop settings for custom System One endpoints, models and endpoint-bound authentication headers. Generated-by: Codex
Regenerate the CLI inventory, including Jev and the existing session-import dependency. Generated-by: Codex
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
Adds
maka.jevas a statically linked Rust plugin onfeat/runtime-host-rust.maka.jev.evaluatefor explicitly injected native/JSON consumers with admitted caller scopes.Provider token usage is returned as metadata; it is not recorded as Host chat-model usage. Service settings are Profile-wide. See
crates/jev/README.mdfor the consumer contract.Verification
cargo test -p maka-jev --lib: 5 passed.cargo test -p maka-runtime-host --test integration jev_plugin: 1 passed, covering actual consumer injection/admission refusal, Remote configuration, CAS conflicts, secret non-disclosure, endpoint isolation, retirement and restart.cargo clippy -p maka-jev --all-targets -- -D warnings,cargo fmt --all --check,git diff --check: passed.No paid live TypeSafe request or repository-wide test suite was run.
AI use
Tool(s) and scope: Codex implemented and tested the plugin; GPT-6 Luna audited the authorization, lifecycle and service boundaries. Commit includes
Generated-by: Codex.Checklist
Does this PR entail a change in behavior?