> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI 1.24.0

> 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.

**✨ 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:

```
lint:
  definitions:
   - name: foo_formatter
     commands:
      - name: format
        ...
        formatter: true
        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)
