# Commander 17.2.10

Keeper Commander release version v17.2.10

#### New Features

* CSPM Integration Type — Added CSPM as a supported integration type for public-api-key
* `pam action debug` command — New pam action debug command that dumps all record-related data as JSON for troubleshooting.
* PAM Graph Inspection — Added inspect\_resource\_in\_graph functionality with a bugfix for JIT/AI encryption settings.
* KCM Export Script — Script to export KCM resources into a PAM Project template
* PAM KCM Importer: Template File Support — The PAM KCM Importer now accepts a template JSON file as input

#### Improvements

* Terminal Resize Support — Added terminal size tracking and resize event forwarding to guacd for better remote session handling.
* Custom-Field Fallback — Implemented fallback for config and service\_config file types when no file storage is configured (KC-KEPM related).
* Field Label Population — `record-add` now populates field labels from the record type schema.
* Field Lookup by Type — Field lookup now falls back to field type when field type label is missing.
* SaaS User ACL Fix — Ensured ACL attributes are correctly set for SaaS users.

#### Bug Fixes

* Password Score Hang — Fixed an issue where password score calculation would hang if the password was too long.


---

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