Skip to content
Open
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 @@
{
".": "0.5.0"
".": "0.5.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.1](https://github.com/ax-platform/ax-cli/compare/v0.5.0...v0.5.1) (2026-04-21)


### Bug Fixes

* **channel:** deliver hermes streamed final replies, drop progress chunks ([542c040](https://github.com/ax-platform/ax-cli/commit/542c040ab3ddc65f17a66d50182eccb2c255dda7))
* **channel:** filter hermes progress messages, deliver streamed final updates ([1cf5a44](https://github.com/ax-platform/ax-cli/commit/1cf5a44d2f8bef11e30f4982fce55018009c670b))


### Documentation

* **channel:** clarify runtime compatibility ([#62](https://github.com/ax-platform/ax-cli/issues/62)) ([b2e5388](https://github.com/ax-platform/ax-cli/commit/b2e53883b9eca35ade88b25acf969f53faa64269))
* point user guides at paxai.app ([#82](https://github.com/ax-platform/ax-cli/issues/82)) ([365a433](https://github.com/ax-platform/ax-cli/commit/365a433844e1998f6dac20d319cde99da9d06875))

## [0.5.0](https://github.com/ax-platform/ax-cli/compare/v0.4.0...v0.5.0) (2026-04-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "axctl"
version = "0.5.0"
version = "0.5.1"
description = "aX Platform CLI — agent communication, tasks, and management"
readme = "README.md"
license = "MIT"
Expand Down