fix(rivetkit): update config to match envoys & remove manager references#4663
fix(rivetkit): update config to match envoys & remove manager references#4663NathanFlurry wants to merge 1 commit into04-14-chore_publish_pin_docker_base_image_refsfrom
Conversation
|
🚅 Deployed to the rivet-pr-4663 environment in rivet-frontend
|
PR Review: fix(rivetkit): update config to match envoys & remove manager referencesOverviewThis is a large refactoring PR (~4,800 additions / ~5,140 deletions) that:
The changes are coherent and the refactoring is cleanly executed. Most of the diff is mechanical renaming and formatter-driven indentation changes. Issues
In if (this.#config.serverless.publicEndpoint === undefined) {
this.#config.serverless.publicEndpoint = ENGINE_ENDPOINT;
}The old code only applied the
Before this PR, calling Port 6420 still referenced in documentation
But the default Docs mode table still uses "Runner" label for
| Runner | `registry.startEnvoy()` | Long-running processes without HTTP endpoints |If the concept is being renamed from "Runner" to "Envoy", this table label should be updated too. Observations
The 🤖 Generated with Claude Code |
5835291 to
76b2ccd
Compare
76b2ccd to
3d11847
Compare
3d11847 to
c43281b
Compare
c43281b to
2e8cb57
Compare
2e8cb57 to
50b79ec
Compare
Preview packages published to npmInstall with: npm install rivetkit@pr-4663All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-4a73c62
docker pull rivetdev/engine:full-4a73c62Individual packagesnpm install rivetkit@pr-4663
npm install @rivetkit/react@pr-4663
npm install @rivetkit/rivetkit-native@pr-4663
npm install @rivetkit/workflow-engine@pr-4663 |
50b79ec to
59adb46
Compare
59adb46 to
ab4e546
Compare
ab4e546 to
cc7bd43
Compare
cc7bd43 to
03d3bed
Compare
03d3bed to
23bbf3c
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: