Releases: Borjablm/lumination-core
Releases · Borjablm/lumination-core
Release list
v1.2.0
Migrate the API gateway to the AI Tutor API v1.
- Base URL is now https://stage.ai-tutor.ai/api/v1 (includes the /api/v1 prefix); override via the
lumination_core_api_base_urlfilter. - The API is asynchronous:
request()submits a job and polls until it completes. Newsubmit()andpoll()methods allow browser-driven polling for long-running jobs (summaries, quizzes). - Auth header switched to
x-api-key; expanded HTTP error mapping.
Extensions require this version (Core 1.2.0+).