# Commander v16.5.7

Find the release on GitHub: <https://github.com/Keeper-Security/Commander/releases/tag/v16.5.7>

### Improvements

#### Import

* Records can now be imported as any specified record type. [Documentation](/keeperpam/jp/commander-cli/command-reference/import-and-export-commands/import-export-commands.md).
* Corrupted LastPass record attachments will not cause the import to fail

#### delete-attachment

* Orphaned file attachments which have no associated records in the vault can be deleted. [Documentation](/keeperpam/jp/commander-cli/command-reference/record-commands.md#delete-attachmant-command).

{% hint style="danger" %}
If a record with a file is shared and then that record is deleted, the file can appear orphaned in the original Keeper Vault. Delete orphaned attachments with caution.
{% endhint %}

#### General <a href="#general" id="general"></a>

* Fixed an issue when using the `list` command when Keeper Secrets Manager applications exist
* Various bug fixes


---

# 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/jp/developer-tools/commander/older/commander-v16.5/commander-v16.5.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.
