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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.20.0"
".": "1.20.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.20.1](https://github.com/SolaceLabs/solace-agent-mesh/compare/1.20.0...1.20.1) (2026-04-25)


### Bug Fixes

* **DATAGO-131321:** enhance visualizer step cards ([#1452](https://github.com/SolaceLabs/solace-agent-mesh/issues/1452)) ([091f987](https://github.com/SolaceLabs/solace-agent-mesh/commit/091f9876982e958f8119e5a3c94e2307e8d70bef))
* **DATAGO-131500:** Resolve model override for agent's own model alias ([#1438](https://github.com/SolaceLabs/solace-agent-mesh/issues/1438)) ([44e5dce](https://github.com/SolaceLabs/solace-agent-mesh/commit/44e5dceb7d39131c36a4be57f353754f72499aa2))
* **DATAGO-133094:** reducing status calls ([#1442](https://github.com/SolaceLabs/solace-agent-mesh/issues/1442)) ([18ef571](https://github.com/SolaceLabs/solace-agent-mesh/commit/18ef571ec27411e34e5690fd531bd9dd050ff143))
* **DATAGO-133559:** Context usage indicator inflates after tasks with peer delegation ([#1453](https://github.com/SolaceLabs/solace-agent-mesh/issues/1453)) ([9658450](https://github.com/SolaceLabs/solace-agent-mesh/commit/96584509304ea2834b199c0be2ab0d8415643514))

## [1.20.0](https://github.com/SolaceLabs/solace-agent-mesh/compare/1.19.1...1.20.0) (2026-04-24)


Expand Down
2 changes: 1 addition & 1 deletion cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
__version__ = "1.20.0"
__version__ = "1.20.1"
# x-release-please-end
Loading