# コマンダー 17.2.6

## **新機能**

* `supershell`: コマンド実行のためのClaude Code風インターフェース。
* CLI検索: デフォルトでトークンベースのマッチングに対応 (トークンは任意の順序で一致可能)。
* サービスモード: `--self-destruct-flag` が共有URLレスポンスを返すように変更。

## **改善点**

* `supershell`: アクティブペインを示す左側の緑色ボーダーによるフォーカス表示を強化。
* `supershell`: ダブルクリックでの単語選択および自動コピーに対応し、テキスト選択を改善。
* `supershell`: シェル出力ペインでのVimスタイルのスクロール (j/k、Ctrl+d/u) に対応。
* `supershell`: テーマに応じた一貫したカラーによるヘルプ画面の改善。
* `action-report`: イベント取得に `fetch_audit_event` 関数を使用するよう変更。

## **バグ修正**

* `supershell` のコピー、バッチモード出力、およびngrokドメイン処理に関する不具合を修正。

**変更履歴は**[**こちら**](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/jp/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.
