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: update Relace Edit Tool URL from dev-endpoint to endpoint (#833)
This PR updates the Relace Edit Tool URL from `dev-endpoint` to
`endpoint` as requested.
The change was made in `src/codegen/extensions/tools/relace_edit.py` to
update the URL from:
```
https://codegen-instantapply.dev-endpoint.relace.run/v1/code/apply
```
to:
```
https://codegen-instantapply.endpoint.relace.run/v1/code/apply
```
This change routes the Relace Edit Tool to the warm servers instead of
the cold-start servers, which should eliminate the 3-minute cold-start
delay.
Co-authored-by: codegen-bot <team+codegenbot@codegen.sh>
0 commit comments