v0.2.14
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add
elmo upgradeto move a local deployment to the version supported by the installed CLI: runs any registered migrations, re-pins the Docker image tags, and restarts the stack (only if it was running before). Warns when the CLI itself is behind the latest published release. by @jrhizor - Add ChatGPT, Perplexity, and Gemini support to the DataForSEO provider.
elmo initnow offers them when you enable DataForSEO, andSCRAPE_TARGETSacceptschatgpt:dataforseo:online,perplexity:dataforseo:online, andgemini:dataforseo:online(override the underlying model via the version slug, e.g.chatgpt:dataforseo:gpt-5-mini:online). Configure viaDATAFORSEO_LOGIN+DATAFORSEO_PASSWORD. by @jrwrest - Add Oxylabs as a scraper provider.
elmo initnow offers Oxylabs alongside BrightData and Olostep, andSCRAPE_TARGETSacceptschatgpt:oxylabs[:online],perplexity:oxylabs:online, andgoogle-ai-mode:oxylabs:online. Configure viaOXYLABS_USERNAME+OXYLABS_PASSWORD. by @jrhizor - Onboarding brand analysis now runs in the background and is more resilient to failures, avoiding timeouts on slow analyses. by @melalj
Full Changelog: v0.2.13...v0.2.14