1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Claude Code (ターミナル) に usage を表示する

1
Posted at

image.png

Claude Code のターミナル上で以下のコマンドを実行したらあとは勝手に Claude が作業してくれます。作業が終わると ~/.claude/settings.json に設定が書き込まれます。

/statusline show model name, effort, context usage, and both 5-hour and 7-day rate limits with reset times
  • /statusline
    ターミナル画面下部のバー(ステータスライン)の設定を変更するための基本コマンドです。
  • show
    「以下の情報を表示して」という指示の始まりです。
  • model name
    現在使用中のAIモデル名(例:Sonnet 5 など)。
  • effort
    Extended Thinking(拡張思考)のレベル(例:Effort: high など)。
  • context usage
    現在のセッションで消費しているコンテキスト(記憶枠)の割合(例:Ctx 77% など)。
  • and both 5-hour and 7-day rate limits
    「5時間ごとの制限」と「7日間(1週間)の制限」の両方の利用枠の残量。
  • with reset times
    それらの制限が「あとどれくらいでリセットされるか」の時間情報。
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?