環境変数

CLAUDE_AX_PREPARK_MS

スクリーンリーダーモードにおいて、新しい行や変更された行を書き込む前に、カーソルを行頭に置いてClaude Codeが待機するミリ秒数(デフォルトは50、即時書き込みは0、最大5000、v2.1.233以降が必要)。

使い方・用途

  • スクリーンリーダーが新しい行や変更された行の最初の文字から正しく読み上げられるように、書き込み前の待機時間を調整したい場合に使用します
  • デフォルト値は 50 ミリ秒で、0 に設定すると待機なしで即座に書き込みを行い、最大 5000 ミリ秒まで設定可能です
  • 本機能を利用するには、Claude Code v2.1.233 以降が必要です
英語原文(公式ドキュメントより)

In screen reader mode, how many milliseconds Claude Code waits, with the cursor at the start of the line, before it writes a new or changed line. Default 50. Set 0 to write immediately. Claude Code caps the wait at 5000. Requires Claude Code v2.1.233 or later