feat(rivetkit): add runner config admin helper#4790
feat(rivetkit): add runner config admin helper#4790NathanFlurry wants to merge 1 commit into04-24-replay/serverless-metadata-errorsfrom
Conversation
PR Review: feat(rivetkit): add runner config admin helperOverviewThis PR refactors the runner configuration admin helper by moving logic from pure TypeScript HTTP calls into Rust core and exposing it via NAPI bindings. It introduces Correctness
IssuesMissing newline at EOF
The TypeScript interface in Plain // runner-config.ts
if (!config.endpoint) {
throw new Error("endpoint is required for runner config updates");
}CLAUDE.md requires
Code Quality
TestsThe checklist items are all unchecked and there are no tests for the new public Summary
|
Preview packages published to npmInstall with: npm install rivetkit@pr-4790All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-a926470
docker pull rivetdev/engine:full-a926470Individual packagesnpm install rivetkit@pr-4790
npm install @rivetkit/react@pr-4790
npm install @rivetkit/rivetkit-napi@pr-4790
npm install @rivetkit/workflow-engine@pr-4790 |
f59dc09 to
57aec7d
Compare
f79d907 to
8ac46a2
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: