Skip to content

refactor(api): rebrand iLabs provider to Aivene, update API domain#6

Open
dutaav wants to merge 1 commit into
riiicil:devfrom
dutaav:task/rebrand-ilabs-to-aivene
Open

refactor(api): rebrand iLabs provider to Aivene, update API domain#6
dutaav wants to merge 1 commit into
riiicil:devfrom
dutaav:task/rebrand-ilabs-to-aivene

Conversation

@dutaav

@dutaav dutaav commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Hi @riiicil,

I'd like to propose a small change to reflect my brand update.

Background

My brand has changed from iLabs / thisilabs to Aivene, and the API domain has moved to api.aivene.com. This update keeps the provider config in sync so existing users don't need to manually edit anything.

Changes

  • Rename src/api/ilabs_api.pysrc/api/aivene_api.py (history preserved via git mv)
  • PROVIDER_ILABS = "iLabs"PROVIDER_AIVENE = "Aivene"
  • BASE_URL: https://api.thisilabs.com/v1https://api.aivene.com/v1
  • Update all log strings, docstrings, and doc references (CHANGELOG, CURRENT_STATE, HANDOFF, ROADMAP)
  • Remove test_ilabs_and_spaces.py — no new logic, test no longer relevant

Notes

This is a pure rename/rebrand — no logic changes, no new dependencies. Kept as minimal scope as possible.

Happy to revise if anything needs adjusting. Thanks!

- Rename src/api/ilabs_api.py -> src/api/aivene_api.py
- Rename PROVIDER_ILABS -> PROVIDER_AIVENE, display name 'iLabs' -> 'Aivene'
- Update BASE_URL from api.thisilabs.com to api.aivene.com in both api file and provider_manager
- Rename get_ilabs_metadata -> get_aivene_metadata and update all log strings
- Delete tests/api/test_ilabs_and_spaces.py (no longer needed)
- Update CHANGELOG, CURRENT_STATE, HANDOFF, ROADMAP docs accordingly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant