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
fix(devbox): reconcile on_evict with generated stream and 2-arg callback
- Use the real generated event type DevboxEvictionEventView (the endpoint's view)
in place of the assumed DevboxEvictionEvent.
- Invoke the callback as callback(devbox, eviction_deadline_ms): the Devbox object
and the Unix millisecond deadline, instead of passing the raw event.
Requires the main-repo stainless config change that generates watch_evictions as
Stream[DevboxEvictionEventView] (runloopai/runloop#10404).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments