> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/developer-tools/commander/commander-18.0.8.md).

# Commander 18.0.8

#### PAM: Expanded Database Protocol Support<br>

* `pam connection edit` and `pam import` now support 7 additional database protocols: mariadb, oracle, mongodb, redis, elasticsearch, clickhouse, and dynamodb (in addition to the existing mysql, postgresql, and sql-server)

#### PAM: RBI (Remote Browser Isolation) Enhancements<br>

* `pam rbi edit`: new --session-persistence option with none, user, or resource modes
* New RBI settings in `pam import` and `pam extend`: allow\_file\_uploads, allow\_file\_downloads, disable\_audio, audio\_channels, audio\_bps, audio\_sample\_rate

#### PAM: Scrollback Buffer for Terminal and Database Connections

* `pam import` and `pam extend` now support a scrollback setting for SSH, Kubernetes, CLI-capable database, and Windows Remote App connections — aligned with Web Vault behavior

#### get Command: Secret Field Masking

* The `get` command now masks all secret-type fields and custom fields in `--detail` and `--fields` output, preventing accidental exposure of sensitive values in console output or logs

#### record-add: Label Control

* New `--labels=on` and `--labels=off` flag to omit redundant labels on standard fields when creating records programmatically or via scripts

#### Bug Fixes

* KSM: Fixed sync visual spinner corrupting console output
* PAM/Discovery: Switched DAG transport to legacy JSON single-stream mode; removed use\_per\_graph\_endpoints flag that caused routing errors
* LastPass import: Handle Base64-encoded private keys during vault import
* Docker: Fixed persistent login error handling in interactive console sessions; improved record lookup fallback in `keeper get` shell integration


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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