From fc3566925196fe2963da30abbb6ea62ba95cd8ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:56:29 +0000 Subject: [PATCH] chore(main): release 1.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 6 ++++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4834b35..caf3b45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.15.0" + ".": "1.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db81549..61a2308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.16.0](https://github.com/runloopai/rl-cli/compare/v1.15.0...v1.16.0) (2026-04-23) + + +### Features + +* 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)) +* 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)) +* better handling of RUNLOOP_BASE_URL ([#216](https://github.com/runloopai/rl-cli/issues/216)) ([f4b59fd](https://github.com/runloopai/rl-cli/commit/f4b59fd66884df62ac35a9cd3e04afb89db088ed)) +* 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)) +* improve agent support in interactive rli ([#209](https://github.com/runloopai/rl-cli/issues/209)) ([4aa5ca6](https://github.com/runloopai/rl-cli/commit/4aa5ca6df143214cafcd2ffbda633d21640a5817)) +* 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)) + + +### Bug Fixes + +* "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)) +* 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)) +* harden dependency security posture ([#211](https://github.com/runloopai/rl-cli/issues/211)) ([198ad1e](https://github.com/runloopai/rl-cli/commit/198ad1e014702bcbf3b3fe6a2ecf9554fda53d2e)) +* 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)) + ## [1.15.0](https://github.com/runloopai/rl-cli/compare/v1.14.0...v1.15.0) (2026-04-03) diff --git a/package.json b/package.json index 02cf8af..78d0cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "1.15.0", + "version": "1.16.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": { @@ -93,7 +93,9 @@ "zustand": "5.0.10" }, "pnpm": { - "onlyBuiltDependencies": ["esbuild"], + "onlyBuiltDependencies": [ + "esbuild" + ], "overrides": { "tmp": "^0.2.5", "qs": "^6.15.1",