Conversation
PR SummaryHigh Risk Overview Reviewed by Cursor Bugbot for commit 7a93b62. Bugbot is set up for automated code reviews on this repo. Configure here. |
# Conflicts: # packages/client-proxy/internal/proxy/paused_sandbox_resumer_grpc.go
Add a shared route IP resolver with the local-cluster fallback needed by CI, and make API/client-proxy callers treat empty resolved routes as unavailable instead of successful resume responses. This keeps BYOC/remote empty node IPs from being treated as routable while preserving the local 127.0.0.1 path.
|
@matthewlouisbrockman, can you please share a diagram explaining wiring things together? |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0cdff28. Configure here.

allows edge clients to check the api for autoresume using grpc over tls using the existing api_secret
when a request comes into the edge proxy, if the sandbox isn't present, it calls home to the main API to see if it can autoresume. if it can autoresume, the main api resumes the sandbox and returns the info back to the edge proxy.