Skip to content

Commit 2157149

Browse files
chore(main): release 1.15.0
1 parent 0903d89 commit 2157149

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.14.0"
2+
".": "1.15.0"
33
}
44

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/runloopai/rl-cli/compare/v1.14.0...v1.15.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* axon list with pagination and api-client upgrade ([#184](https://github.com/runloopai/rl-cli/issues/184)) ([dc9743e](https://github.com/runloopai/rl-cli/commit/dc9743e1000cfcf6de5602bd9eed197baba63d28))
9+
* **cli:** add some (hidden) agent handling commands ([#187](https://github.com/runloopai/rl-cli/issues/187)) ([1a92f5f](https://github.com/runloopai/rl-cli/commit/1a92f5f6888b5eb22a45c7813450e697311ccae4))
10+
11+
12+
### Bug Fixes
13+
14+
* **cli:** account for pending scenarios in rli display ([#185](https://github.com/runloopai/rl-cli/issues/185)) ([c82d528](https://github.com/runloopai/rl-cli/commit/c82d528e3028b4c6eaf7fb30d868c80e91edbf91))
15+
* widen VERSION column in agent list to prevent truncation ([#190](https://github.com/runloopai/rl-cli/issues/190)) ([c7eba09](https://github.com/runloopai/rl-cli/commit/c7eba095443f63a4256ea403d72554135fbc3a3c))
16+
17+
18+
### Performance Improvements
19+
20+
* fetch total count in the background, not foreground ([#189](https://github.com/runloopai/rl-cli/issues/189)) ([0903d89](https://github.com/runloopai/rl-cli/commit/0903d89b57f36e715025ef73132b0616c05c753f))
21+
322
## [1.14.0](https://github.com/runloopai/rl-cli/compare/v1.13.3...v1.14.0) (2026-03-25)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/rl-cli",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)