Skip to content

Commit 0c6248b

Browse files
chore(main): release 1.17.0 (#218)
🤖 I have created a release *beep* *boop* --- ## [1.17.0](v1.16.0...v1.17.0) (2026-05-12) ### Features * add --public flag to agent create, fix object upload --public ([#219](#219)) ([6e7a8b3](6e7a8b3)) * add clipboard keybinds to detail screens ([#231](#231)) ([83874ca](83874ca)) * add TUI features and fix benchmark pagination total count ([#230](#230)) ([7565d45](7565d45)) * agent object picker, multi-mount support, and TUI improvements ([#217](#217)) ([dbe2a5c](dbe2a5c)) * pty support ([#234](#234)) ([3cfd720](3cfd720)) * smart default download path + stdin/stdout support ([#222](#222)) ([419a961](419a961)) * support multi-path tar/tgz archive creation in obj upload ([#220](#220)) ([3528701](3528701)) ### Bug Fixes * menu header clipping and breadcrumb hyperlink ([#221](#221)) ([3ef6271](3ef6271)) --- 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 3cfd720 commit 0c6248b

3 files changed

Lines changed: 20 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.16.0"
2+
".": "1.17.0"
33
}
44

CHANGELOG.md

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

3+
## [1.17.0](https://github.com/runloopai/rl-cli/compare/v1.16.0...v1.17.0) (2026-05-12)
4+
5+
6+
### Features
7+
8+
* add --public flag to agent create, fix object upload --public ([#219](https://github.com/runloopai/rl-cli/issues/219)) ([6e7a8b3](https://github.com/runloopai/rl-cli/commit/6e7a8b32ecc30590ddfef39987df46d310766cde))
9+
* add clipboard keybinds to detail screens ([#231](https://github.com/runloopai/rl-cli/issues/231)) ([83874ca](https://github.com/runloopai/rl-cli/commit/83874ca865a22e17f2080e649af292889acbb726))
10+
* add TUI features and fix benchmark pagination total count ([#230](https://github.com/runloopai/rl-cli/issues/230)) ([7565d45](https://github.com/runloopai/rl-cli/commit/7565d45a070d0bddd648891a9e5a051bc4a94376))
11+
* agent object picker, multi-mount support, and TUI improvements ([#217](https://github.com/runloopai/rl-cli/issues/217)) ([dbe2a5c](https://github.com/runloopai/rl-cli/commit/dbe2a5c753553db454492fc4f2a964c24b7b6818))
12+
* pty support ([#234](https://github.com/runloopai/rl-cli/issues/234)) ([3cfd720](https://github.com/runloopai/rl-cli/commit/3cfd72032ae4fb0c106a926eb896c14bc09de0f6))
13+
* smart default download path + stdin/stdout support ([#222](https://github.com/runloopai/rl-cli/issues/222)) ([419a961](https://github.com/runloopai/rl-cli/commit/419a961cbf5f0a8afbbbc6b831f9d8d061567841))
14+
* support multi-path tar/tgz archive creation in obj upload ([#220](https://github.com/runloopai/rl-cli/issues/220)) ([3528701](https://github.com/runloopai/rl-cli/commit/3528701120b7da27c64c5982bf6b3706d0a19518))
15+
16+
17+
### Bug Fixes
18+
19+
* menu header clipping and breadcrumb hyperlink ([#221](https://github.com/runloopai/rl-cli/issues/221)) ([3ef6271](https://github.com/runloopai/rl-cli/commit/3ef62719d6d3e5928b6a679b17ef0f2bee26f30a))
20+
321
## [1.16.0](https://github.com/runloopai/rl-cli/compare/v1.15.0...v1.16.0) (2026-04-23)
422

523

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

0 commit comments

Comments
 (0)