Skip to content

Commit 90115d3

Browse files
chore(main): release 1.7.0 (#76)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](v1.6.0...v1.7.0) (2026-01-26) ### Features * **devbox:** add streaming exec viewer with kill support and terminal resize stability ([#77](#77)) ([7cc315b](7cc315b)) ### Bug Fixes * **snapshot:** improvements to snapshot UI ([#75](#75)) ([b04fc98](b04fc98)) --- 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 7cc315b commit 90115d3

4 files changed

Lines changed: 16 additions & 4 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.6.0"
2+
".": "1.7.0"
33
}
44

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/runloopai/rl-cli/compare/v1.6.0...v1.7.0) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* **devbox:** add streaming exec viewer with kill support and terminal resize stability ([#77](https://github.com/runloopai/rl-cli/issues/77)) ([7cc315b](https://github.com/runloopai/rl-cli/commit/7cc315b1bf4df17bb6b0c6cc73f73a07082ada8c))
9+
10+
11+
### Bug Fixes
12+
13+
* **snapshot:** improvements to snapshot UI ([#75](https://github.com/runloopai/rl-cli/issues/75)) ([b04fc98](https://github.com/runloopai/rl-cli/commit/b04fc9898fb94262ea299b0b0fd62e814e60d70c))
14+
315
## [1.6.0](https://github.com/runloopai/rl-cli/compare/v1.5.0...v1.6.0) (2026-01-24)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)