Skip to content

v1.1.0

Choose a tag to compare

@Haohao-end Haohao-end released this 12 Apr 17:32
· 58 commits to main since this release

OpenAgent v1.1.0

This release focuses on public-agent orchestration, natural-language AI app creation, security hardening, deployment reliability, and a complete README/documentation refresh.

Highlights

  • Home Assistant is now a stronger AI entry point for two core workflows:
    • Route user questions to the most relevant published public agents through A2A
    • Turn natural-language requirements into new AI app / agent creation flows
  • Improved public agent routing, indexing, and delegation flow for published apps
  • Expanded OpenAgent product presentation with bilingual README updates, architecture diagram, product overview GIF, and clearer OpenAPI/deployment guidance

Features

  • Added A2A-oriented assistant agent flow and public agent delegation support
  • Added public agent registry and retrieval/index synchronization flow
  • Added agent notification support for auto-created apps
  • Added natural-language app creation flow backed by asynchronous task execution
  • Added email registration flow and related auth improvements
  • Added improved conversation search and Home Assistant interaction flows
  • Added richer app / workflow / store / OpenAPI frontend experience

Fixes

  • Hardened email authentication, registration, and login flows
  • Prevented auth login enumeration and restored environment example coverage
  • Unified API and WebSocket endpoint resolution
  • Fixed Docker UI build argument handling and related environment propagation
  • Restored Docker environment handling and WebSocket dependency setup
  • Merged Alembic heads and added upgrade verification
  • Removed personal information from .env.example

Documentation

  • Reworked README.md and README_ZH.md
  • Added a product overview GIF and architecture section
  • Highlighted A2A routing and natural-language app creation in the Home Assistant section
  • Improved Docker and environment setup documentation

Notes

  • This release is intended as the new stable release after v1.0.0
  • If you are self-hosting, review api/.env.example and docker/README.md before deployment

Full Changelog

Compare: v1.0.0...v1.1.0