Releases: rwx-cloud/cli
Mint CLI unstable
The Mint CLI unstable release and tag exist to provide an easy way to download the latest unstable.x.x release of the Mint CLI. For example, you can always download the latest Linux x86 unstable release at this URL: https://github.com/rwx-research/mint-cli/releases/download/unstable/mint-linux-x86_64. (Look at the assets attached to this release to find the other available downloads.) This release and its assets are updated whenever a new unstable.x.x version of the Mint CLI is released.
RWX CLI v3.4.2
What's Changed
- Update language-server-ref by @rwx-cloud-bot[bot] in #358
- Add compare URL to language server update PRs by @dan-manges in #359
- Fix sandbox exec to shell-quote command arguments by @robinaugh in #360
- Remove hard-coded assumption that a sandbox was stopped via timeout by @robinaugh in #361
Full Changelog: v3...v3.4.2
RWX CLI v3
The RWX CLI v3 release and tag exist to provide an easy way to download the latest v3.x.x release of the RWX CLI. For example, you can always download the latest Linux x86 v3 release at this URL: https://github.com/rwx-cloud/cli/releases/download/v3/mint-linux-x86_64. (Look at the assets attached to this release to find the other available downloads.) This release and its assets are updated whenever a new v3.x.x version of the RWX CLI is released.
RWX CLI v3.4.1
RWX CLI v3.4.0
What's Changed
- Embed a bundled LSP to reduce binary size by @dan-manges in #348
- Rename to ci.yml by @dan-manges in #350
- Update main.yml for CI rename by @dan-manges in #352
- Add --all flag to artifacts download and artifacts list command by @robinaugh in #353
- Add a cron to update the language server by @dan-manges in #351
- Update RWX packages by @rwx-cloud-bot[bot] in #356
- Add rwx docs command for searching and reading documentation by @robinaugh in #355
Full Changelog: v3...v3.4.0
RWX CLI v3.3.0
What's Changed
- Add support for sandbox init params, and add e2e test in CI by @robinaugh in #342
- Update CI to point to the .rwx directory instead of the .mint directory in rwx-testing repo by @robinaugh in #344
- Consistently display version check by @jmsanders in #346
- Rewrite
rwx lintto use the local LSP server by @robinaugh in #345
Full Changelog: v3...v3.3.0
RWX CLI v3.2.0
What's Changed
- Bump the minor-dependencies group with 3 updates by @dependabot[bot] in #334
- Add
rwx lsp servecommand by @robinaugh in #332 - Fix LSP bundle check location in release script by @robinaugh in #335
- Add
rwx packages listcommand by @robinaugh in #336 - New commit common ancestor algorithm by @jmsanders in #337
- Make it impossible to build the CLI without the LSP bundle by @robinaugh in #340
- Log why we can't find a commit when we can't by @jmsanders in #339
- Add description to
rwx packages list, and addrwx packages showby @robinaugh in #341 - Fix sandbox pull erasing local uncommitted changes by @robinaugh in #338
- Use RunID instead of RunId in jsonified output by @robinaugh in #333
Full Changelog: v3...v3.2.0
RWX CLI v3.1.0
What's Changed
- Update RWX packages by @rwx-cloud-bot[bot] in #307
- Update RWX packages by @kylekthompson in #309
- Use golang/mod-download by @kylekthompson in #310
- Update RWX packages by @rwx-cloud-bot[bot] in #312
- Add CLI support for sandbox tasks by @robinaugh in #311
- Support applying git patches when executing sandbox commands by @robinaugh in #313
- Add command to initialize a sandbox run definition file by @robinaugh in #314
- Pull current git commit from git/clone output by @robinaugh in #316
- Misc usability improvements for sandbox CLI by @robinaugh in #318
- Improve how we use git when syncing to a sandbox by @robinaugh in #321
- Patch a few git-related issues with sandbox state management by @robinaugh in #322
- Add
rwx results --waithint torwx runoutput by @robinaugh in #324 - Add scoped token support for sandbox operations by @robinaugh in #325
- Add logging for git patch inclusion during
rwx runby @robinaugh in #326 - Fix sandbox pull to handle files reverted to HEAD on sandbox by @robinaugh in #323
- Only print a dot every 30 seconds instead of every 1 second when using our progress spinner in a non-TTY by @robinaugh in #327
- Absorb sandbox pull into sandbox exec by @robinaugh in #328
- Store logs and artifacts in .rwx/downloads by @robinaugh in #329
- Skip patch generation when init params are included and improve error message by @robinaugh in #331
Full Changelog: v3...v3.1.0
RWX CLI v3.0.0
What's Changed
- Deprecate --json in favor of --output json by @jmsanders in #277
- Use consistent spinners by @jmsanders in #279
- Add
rwx run --waitto poll for run completion by @jmsanders in #278 - Avoid panic on empty yaml file by @kylekthompson in #280
- Reuse spin function by @jmsanders in #281
- Re-introduce a wait until the task is successful for rwx image push by @kylekthompson in #282
- Implement rwx run --output llm by @jmsanders in #283
- Support --output json in simple commands by @jmsanders in #284
- Support --output json for rwx lint by @jmsanders in #286
- Hide rwx packages by @jmsanders in #285
- Introduce rwx get run by @jmsanders in #287
- Support --output json in rwx image pull by @jmsanders in #288
- Use --wait in our integration test by @jmsanders in #289
- Rename rwx get to rwx results by @jmsanders in #291
- Rename leaves to packages by @jmsanders in #293
- Rename image services so they sort together by @jmsanders in #292
- Split service.go by @jmsanders in #294
- Add some underscores to filenames by @jmsanders in #295
- Revert --output llm by @jmsanders in #296
- Refactor to return results struct from service layer by @jmsanders in #297
- Switch all JSON output to PascalCase by @jmsanders in #298
- Update RWX packages by @rwx-cloud-bot[bot] in #299
- Add
--output jsonto rwx image build by @jmsanders in #301 - Remove unused --verbose global flag by @jmsanders in #304
- Disambiguate run and dispatch via help text by @jmsanders in #305
- Swap run status endpoint by @jmsanders in #290
- Move config and results structs into service files by @jmsanders in #302
- Make --output and hidden --json global flags by @jmsanders in #303
- Add a leading line break to results by @jmsanders in #306
Full Changelog: v2...v3.0.0
RWX CLI v2.3.5
What's Changed
- Expose rwx image by @jmsanders in #271
- Group and order help commands by @jmsanders in #272
- Update RWX packages by @rwx-cloud-bot[bot] in #273
- Bump the minor-dependencies group with 3 updates by @dependabot[bot] in #275
- add rwx artifacts download command by @tonywok in #274
New Contributors
Full Changelog: v2...v2.3.5