You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ONNX Runtime plugin manifest with an explicit in-process installation type, ONNX model compatibility, runtime-profile and model-library panel declarations, and no version-manager or connection-url capability. This keeps ONNX metadata aligned with the Rust in-process session manager instead of pretending there is a binary or Python sidecar install path.
Extend Rust and TypeScript plugin schemas to accept the in-process installation type, and add Rust schema coverage for both a minimal in-process fixture and the checked-in ONNX manifest.
Update the ONNX Runtime serving plan with M3 plugin identity progress and the remaining frontend registry, Rust AppId/version-manager, and lifecycle follow-ups.
Verification: cargo fmt --manifest-path rust/Cargo.toml --all -- --check; cargo test --manifest-path rust/crates/pumas-core/Cargo.toml plugins; npm run -w frontend check:types.
0 commit comments