Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
{
"group": "Release Notes",
"pages": [
"openhands/usage/agent-canvas/release-notes/v1.15.0",
"openhands/usage/agent-canvas/release-notes/v1.14.0",
"openhands/usage/agent-canvas/release-notes/v1.13.0",
"openhands/usage/agent-canvas/release-notes/v1.12.0",
Expand Down
36 changes: 36 additions & 0 deletions openhands/usage/agent-canvas/release-notes/v1.15.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Agent Canvas 1.15.0
description: Release notes for Agent Canvas version 1.15.0
---

# Agent Canvas 1.15.0

Released August 21, 2026.

[View the full release on GitHub](https://github.com/OpenHands/OpenHands/releases/tag/v1.15.0).

## Highlights

- **Getting started checklist** — A new checklist in the sidebar helps users complete initial setup. Its visibility can be controlled in settings.
- **Workspace paths in Files** — The Files view now shows the workspace path, making it easier to identify the folder currently being explored.
- **Script-bundle automation installs** — Automation catalog entries can now install a bundled script along with the automation, supporting more complete automation setups.
- **LLM provider connections** — Local agent-server users can manage LLM provider connections from a dedicated interface.
- **Automation dashboard and discovery** — The automations dashboard, recommendations rail, and Add/Import flow have been updated to make finding and adding automations easier.

Check warning on line 18 in openhands/usage/agent-canvas/release-notes/v1.15.0.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

openhands/usage/agent-canvas/release-notes/v1.15.0.mdx#L18

Did you really mean 'automations'?

Check warning on line 18 in openhands/usage/agent-canvas/release-notes/v1.15.0.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

openhands/usage/agent-canvas/release-notes/v1.15.0.mdx#L18

Did you really mean 'automations'?
- **Conversation overview and commits** — Conversations now include an overview panel and a unified commits drawer, bringing key conversation information and Git commits together.

## Improvements and fixes

- Agent profiles are no longer silently downgraded.
Comment thread
enyst marked this conversation as resolved.
- Grouped workspace views now show all folders even when pagination is in use.
- The LLM selected from the home dropdown now takes precedence over an agent profile's pinned LLM.
- The `Cmd`+`Enter` build shortcut now applies only in plan mode.
- Long skill descriptions no longer hide modal actions.
- PDF previews now render in the built-in viewer.
- Agent Canvas no longer persists ACP model selections to agent settings when profile discovery fails.
- The events socket stays alive across refetches and has a bounded handshake, improving connection reliability.

Check warning on line 30 in openhands/usage/agent-canvas/release-notes/v1.15.0.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

openhands/usage/agent-canvas/release-notes/v1.15.0.mdx#L30

Did you really mean 'refetches'?
- Streaming deltas are batched so the UI can keep up with faster models.

## Full changelog

- [GitHub release notes](https://github.com/OpenHands/OpenHands/releases/tag/v1.15.0)
- [Compare v1.14.0 to v1.15.0](https://github.com/OpenHands/OpenHands/compare/v1.14.0...v1.15.0)
Loading