Skip to content

v0.2.14

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:59
Immutable release. Only release title and notes can be modified.

What's Changed

  • Add elmo upgrade to 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 init now offers them when you enable DataForSEO, and SCRAPE_TARGETS accepts chatgpt:dataforseo:online, perplexity:dataforseo:online, and gemini:dataforseo:online (override the underlying model via the version slug, e.g. chatgpt:dataforseo:gpt-5-mini:online). Configure via DATAFORSEO_LOGIN + DATAFORSEO_PASSWORD. by @jrwrest
  • Add Oxylabs as a scraper provider. elmo init now offers Oxylabs alongside BrightData and Olostep, and SCRAPE_TARGETS accepts chatgpt:oxylabs[:online], perplexity:oxylabs:online, and google-ai-mode:oxylabs:online. Configure via OXYLABS_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