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
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
feat(drivers/engine): pass inspector to metadata (#1184)
### TL;DR
Updated the engine-runner dependency to version 4b0f765 and enhanced actor metadata handling.
### What changed?
- Updated `@rivetkit/engine-runner` from version f8860f3 to 4b0f765
- Added inspector token to actor metadata for improved debugging capabilities
- Modified the prepopulation of actor names to use an object structure with metadata
- Added automatic generation of a random studio token if one doesn't exist
- Removed unused imports (`noopNext`, `WSContext`, `InternalError`)
### How to test?
1. Run the application with the updated engine-runner
2. Verify that actors are properly initialized with metadata
3. Check that the inspector token is correctly passed to the engine runner
4. Confirm that reconnection logic works as expected
### Why make this change?
This change enhances the actor system by providing better metadata support, which improves debugging capabilities through the inspector token. The updated engine-runner version includes improvements that require these structural changes to the actor initialization process. The automatic token generation ensures that the system always has a valid token for studio operations.
0 commit comments