Skip to content

v1.1.2

Choose a tag to compare

@Haohao-end Haohao-end released this 26 May 15:30
· 43 commits to main since this release
OpenAgent Logo

OpenAgent v1.1.2

Atlas Cloud provider integration, Deep Research workspace improvements, built-in Skills catalog packaging, startup catalog sync, MCP runtime prewarm, and deployment stability fixes.

Sponsored by Atlas Cloud

Visit Website · API Docs · 中文文档 · Ask DeepWiki


Overview

OpenAgent v1.1.2 is a focused patch release after v1.1.1.

This release expands the provider ecosystem with Atlas Cloud, improves the App Workspace and Deep Research experience, strengthens Assistant MCP runtime behavior, packages the built-in Skills catalog more reliably, and fixes deployment issues around Alembic migration heads and Docker startup catalog synchronization.

It is recommended for users running the v1.1.1 stack in local development, Docker Compose, or self-hosted environments.


Highlights

Atlas Cloud provider integration

  • Added Atlas Cloud as an OpenAI-compatible model provider.

  • Added a backend atlascloud provider to the language model registry.

  • Implemented an OpenAI-compatible Atlas Cloud chat adapter using the existing ChatOpenAI integration path.

  • Added environment-based Atlas Cloud credential and endpoint resolution:

    • ATLASCLOUD_API_KEY
    • ATLASCLOUD_API_BASE
    • fallback support for ATLAS_CLOUD_API_KEY
    • fallback support for ATLAS_CLOUD_API_BASE
  • Added the default Atlas Cloud API base URL:

    https://api.atlascloud.ai/v1