Commit f423837
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>1 parent 8749179 commit f423837
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments