# Commander 17.2.6

New Features

* `supershell`: claude-code-like interface for executing commands
* CLI search: token-based matching by default (tokens can appear in any order)
* Service mode: `--self-destruct-flag` now returns share-url response

Improvements

* `supershell`: enhanced focus indicators with green left border showing active pane
* `supershell`: improved text selection with double-click word selection and auto-copy
* `supershell`: vim-style scrolling (j/k, Ctrl+d/u) in shell output pane
* `supershell`: improved help screen with consistent theme-aware colors
* `action-report`: use fetch\_audit\_event function to query events

Bug Fixes

* Fixed `supershell` copy, batch mode output, and ngrok domain handling

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


---

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