Skip to main content

Agent Canvas 1.14.0

Released August 17, 2026. View the full release on GitHub.

Highlights

  • Structured error outcomes — Agent errors are now presented as structured outcomes in the UI, making it easier to understand what went wrong and what action to take next.
  • LLM pre-flight validation — A pre-flight check validates LLM configuration before saving a profile, preventing misconfigured profiles from being saved and causing failures at run time.
  • Git Sync page for automations — A new Git Sync page lets automation authors manage how their automation repositories stay in sync, streamlining the automation development lifecycle.
  • Canvas default model set to Kimi K3 — New conversations now default to Kimi K3, which is tagged as free, lowering the barrier to entry for new users.

Improvements and fixes

  • Onboarding now preselects the OpenHands LLM provider after picking the OpenHands agent, reducing friction during first-time setup.
  • Backend scope is preserved in conversation links, fixing broken navigation when switching between multiple backends.
  • The VITE_BACKEND_BASE_URL is no longer baked at build time during npm run dev, allowing developers to point at different backends without rebuilding.
  • Automation local responder URLs are now set from the browser origin, fixing webhook delivery in behind-proxy deployments.
  • The full workspace file tree is now shown in the Files tab on cloud backends, restoring visibility into nested directories.

Full changelog