CLI 1.24.0

Code Quality

✨ Improvements

  • Updated embedded CURL to v8.13 (enables support for running inside Open AI Codex)

  • Formatting issues can now be downgraded to non-blocking using the threshold value like any other linter issue. To make use of this feature you need to set the unformatted_level for any formatters you want to control this way as such:

1lint:
2 definitions:
3 - name: foo_formatter
4 commands:
5 - name: format
6 ...
7 formatter: true
8 unformatted_level: low



🔧 Fixes

  • Specifying a runtime with equality operator will use system version if available. (e.g. ruby@=3.4.2 will now use ruby found on PATH if version matches exactly)