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

> Announcing Trunk shell-hooks: Watches your current working directory to ensure that Trunk-managed tools, linters, and runtimes are available in PATH.

**🎁 New**

* Announcing [Trunk shell-hooks](https://docs.trunk.io/check/tools#running-tools): Watches your
  current working directory to ensure that Trunk-managed tools, linters, and runtimes are available
  in *PATH*.

**✨ Improvements**

* Trunk check will now hide pre-existing issues by default. The new `--show-existing` command-line
  flag can be used to show them.
* Trunk check will now omit prompts if not running with an interactive terminal.
* Trunk tools can now
  [list extra packages](https://docs.trunk.io/check/configuration#installing-additional-packages) to
  be installed.
* Runtime-based tools (ie, `python`) must now be
  [explicitly](https://docs.trunk.io/check/tools/configuration#runtime-based-tools) enabled.

**🔧 Fixes**

* Several Windows fixes.
* Fixes for Emacs-based LSP clients.
* The LSP server will now limit the number of retries for linting files that are modified mid-run.
* Miscellaneous fixes.
