Skip to content

fix: update Relace Edit Tool URL from dev-endpoint to endpoint #833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

codegen-sh[bot]
Copy link
Contributor

@codegen-sh codegen-sh bot commented Mar 13, 2025

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.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


codegen-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jayhack jayhack marked this pull request as ready for review March 13, 2025 02:01
@jayhack jayhack requested review from codegen-team and a team as code owners March 13, 2025 02:01
@jayhack jayhack changed the title Update Relace Edit Tool URL from dev-endpoint to endpoint fix: update Relace Edit Tool URL from dev-endpoint to endpoint Mar 13, 2025
@jayhack jayhack merged commit f423837 into develop Mar 13, 2025
15 of 18 checks passed
@jayhack jayhack deleted the gen/54e7702a-8364-4c18-960e-c21a3390ddbd branch March 13, 2025 02:02
Copy link
Contributor

🎉 This PR is included in version 0.50.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

tkfoss pushed a commit that referenced this pull request Mar 14, 2025
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants