Skip to content

Commit 642290d

Browse files
chore(main): release 1.13.0 (#148)
🤖 I have created a release *beep* *boop* --- ## [1.13.0](v1.12.0...v1.13.0) (2026-03-06) ### Features * add benchmark list features ([#154](#154)) ([2abe85c](2abe85c)) * **benchmark:** add status breakout during status -w ([#149](#149)) ([393548e](393548e)) * **benchmark:** add watch with term takeover / interactive display ([#151](#151)) ([c49ee7a](c49ee7a)) * **benchmark:** print scenario runtime, status and prompt for viewing extended ([#152](#152)) ([32f4f72](32f4f72)) * **benchmark:** support multi agent jobs ([#145](#145)) ([41ec8d3](41ec8d3)) ### Bug Fixes * remove spurious warning for optional secrets ([#146](#146)) ([3abea8a](3abea8a)) --- 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 94dc6c1 commit 642290d

3 files changed

Lines changed: 18 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.12.0"
2+
".": "1.13.0"
33
}
44

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/runloopai/rl-cli/compare/v1.12.0...v1.13.0) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* add benchmark list features ([#154](https://github.com/runloopai/rl-cli/issues/154)) ([2abe85c](https://github.com/runloopai/rl-cli/commit/2abe85c2cd0ffa901107673b6effd5d49afefaf9))
9+
* **benchmark:** add status breakout during status -w ([#149](https://github.com/runloopai/rl-cli/issues/149)) ([393548e](https://github.com/runloopai/rl-cli/commit/393548eb8611fa302183264b4b055cf18a17a09f))
10+
* **benchmark:** add watch with term takeover / interactive display ([#151](https://github.com/runloopai/rl-cli/issues/151)) ([c49ee7a](https://github.com/runloopai/rl-cli/commit/c49ee7ae578d6131c2bfceb491e439250ec60948))
11+
* **benchmark:** print scenario runtime, status and prompt for viewing extended ([#152](https://github.com/runloopai/rl-cli/issues/152)) ([32f4f72](https://github.com/runloopai/rl-cli/commit/32f4f7234fbb14c848c515898d26519872020e61))
12+
* **benchmark:** support multi agent jobs ([#145](https://github.com/runloopai/rl-cli/issues/145)) ([41ec8d3](https://github.com/runloopai/rl-cli/commit/41ec8d38ed1a1cb293a5b8f720fbf6cabdcba169))
13+
14+
15+
### Bug Fixes
16+
17+
* remove spurious warning for optional secrets ([#146](https://github.com/runloopai/rl-cli/issues/146)) ([3abea8a](https://github.com/runloopai/rl-cli/commit/3abea8afd7bf8241541dc534c0bae6329a1083a5))
18+
319
## [1.12.0](https://github.com/runloopai/rl-cli/compare/v1.11.2...v1.12.0) (2026-03-05)
420

521

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.12.0",
3+
"version": "1.13.0",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)