Skip to content

Commit b401a38

Browse files
chore(main): release 1.16.0 (#197)
🤖 I have created a release *beep* *boop* --- ## [1.16.0](v1.15.0...v1.16.0) (2026-04-23) ### Features * add agent/axon TUI screens and align list commands with pagination ([#205](#205)) ([1481d7a](1481d7a)) * add secret config to bmj, toggle available to show public benchmarks for new jobs ([#156](#156)) ([86cda21](86cda21)) * better handling of RUNLOOP_BASE_URL ([#216](#216)) ([f4b59fd](f4b59fd)) * extract shared object detail fields and fix ResourcePicker height ([#204](#204)) ([b685b65](b685b65)) * improve agent support in interactive rli ([#209](#209)) ([4aa5ca6](4aa5ca6)) * update agents support in rli command line ([#200](#200)) ([512d41f](512d41f)) ### Bug Fixes * "Showing 1-0 of 0" in TUI, cache unfiltered total count through search reset ([#196](#196)) ([8170888](8170888)) * don't reset settings TUI menu cursor on back ([#198](#198)) ([7a0796d](7a0796d)) * harden dependency security posture ([#211](#211)) ([198ad1e](198ad1e)) * improve column width handling for rli agent list ([#199](#199)) ([d4aa73f](d4aa73f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1481d7a commit b401a38

3 files changed

Lines changed: 25 additions & 3 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.15.0"
2+
".": "1.16.0"
33
}
44

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/runloopai/rl-cli/compare/v1.15.0...v1.16.0) (2026-04-23)
4+
5+
6+
### Features
7+
8+
* add agent/axon TUI screens and align list commands with pagination ([#205](https://github.com/runloopai/rl-cli/issues/205)) ([1481d7a](https://github.com/runloopai/rl-cli/commit/1481d7ab0e242ce773678989672465dfc4a1917d))
9+
* add secret config to bmj, toggle available to show public benchmarks for new jobs ([#156](https://github.com/runloopai/rl-cli/issues/156)) ([86cda21](https://github.com/runloopai/rl-cli/commit/86cda217a6534a1313696654414ad1da00c034cf))
10+
* better handling of RUNLOOP_BASE_URL ([#216](https://github.com/runloopai/rl-cli/issues/216)) ([f4b59fd](https://github.com/runloopai/rl-cli/commit/f4b59fd66884df62ac35a9cd3e04afb89db088ed))
11+
* extract shared object detail fields and fix ResourcePicker height ([#204](https://github.com/runloopai/rl-cli/issues/204)) ([b685b65](https://github.com/runloopai/rl-cli/commit/b685b6559247f38b5e245b660862f6b0db914cb5))
12+
* improve agent support in interactive rli ([#209](https://github.com/runloopai/rl-cli/issues/209)) ([4aa5ca6](https://github.com/runloopai/rl-cli/commit/4aa5ca6df143214cafcd2ffbda633d21640a5817))
13+
* update agents support in rli command line ([#200](https://github.com/runloopai/rl-cli/issues/200)) ([512d41f](https://github.com/runloopai/rl-cli/commit/512d41f2211ee608772c34426428fb1dff8a5a87))
14+
15+
16+
### Bug Fixes
17+
18+
* "Showing 1-0 of 0" in TUI, cache unfiltered total count through search reset ([#196](https://github.com/runloopai/rl-cli/issues/196)) ([8170888](https://github.com/runloopai/rl-cli/commit/8170888a2372943fc2a75bda3a850b39b046dd63))
19+
* don't reset settings TUI menu cursor on back ([#198](https://github.com/runloopai/rl-cli/issues/198)) ([7a0796d](https://github.com/runloopai/rl-cli/commit/7a0796d42359060f1e380fdaa0cf2afea8a8661c))
20+
* harden dependency security posture ([#211](https://github.com/runloopai/rl-cli/issues/211)) ([198ad1e](https://github.com/runloopai/rl-cli/commit/198ad1e014702bcbf3b3fe6a2ecf9554fda53d2e))
21+
* improve column width handling for rli agent list ([#199](https://github.com/runloopai/rl-cli/issues/199)) ([d4aa73f](https://github.com/runloopai/rl-cli/commit/d4aa73faf9f9120a9ef29637d431487e062fe25e))
22+
323
## [1.15.0](https://github.com/runloopai/rl-cli/compare/v1.14.0...v1.15.0) (2026-04-03)
424

525

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/rl-cli",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {
@@ -93,7 +93,9 @@
9393
"zustand": "5.0.10"
9494
},
9595
"pnpm": {
96-
"onlyBuiltDependencies": ["esbuild"],
96+
"onlyBuiltDependencies": [
97+
"esbuild"
98+
],
9799
"overrides": {
98100
"tmp": "^0.2.5",
99101
"qs": "^6.15.1",

0 commit comments

Comments
 (0)