# Commander 17.2.7

#### New Features

* Added JIT (Just-In-Time) and AI features to PAM project import

#### Improvements

* Improved Gateway lookup - when missing or not shared, fallback to `pam/get_configuration_controller` API
* Updated commander help and command list validation logic to include aliases

#### Bug Fixes

* Fixed `pam action debug info` when viewing a PAM configuration
* Fixed duplicate attachments during `slack-app-setup`
* Fixed GitHub Issues [#1783](https://github.com/Keeper-Security/Commander/issues/1783) & [#1791](https://github.com/Keeper-Security/Commander/issues/1791)
* Fixed websocket connection timing for newer websockets library
* Quieted noisy logs and added checked fields

**Full Changelog**: [v17.2.6...v17.2.7](https://github.com/Keeper-Security/Commander/compare/v17.2.6...v17.2.7)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/release-notes/developer-tools/commander/commander-17.2.7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
