diff --git a/README.md b/README.md index 2aad0c1..b403bef 100644 --- a/README.md +++ b/README.md @@ -37,21 +37,9 @@ Add the following to `~/.claude/settings.json`: ![scenario3_diff_pr](docs/scenario3_diff_pr.png) -### Context Normal (< 50%) - -![Screenshot of status line with normal context usage, under 50%](docs/context_normal.png) - -### Context Warning (50-80%) - -![Screenshot of status line with warning context usage, between 50% and 80%](docs/context_warning.png) - -### Context Critical (> 80%) - -![Screenshot of status line with critical context usage, over 80%](docs/context_critical.png) - ### Usage Metrics -![Screenshot of status line with limit reset timer](docs/limit_reset.png) +![Screenshot of status line with usage metrics](docs/usage_metrics.png) ## Features diff --git a/docs/README.es.md b/docs/README.es.md index 95b8775..0532679 100644 --- a/docs/README.es.md +++ b/docs/README.es.md @@ -37,21 +37,10 @@ Agrega lo siguiente a `~/.claude/settings.json`: ![scenario3_diff_pr](scenario3_diff_pr.png) -### Context Normal (< 50%) - -![Captura de pantalla de la línea de estado con uso de contexto normal, menos del 50%](context_normal.png) - -### Context Advertencia (50-80%) - -![Captura de pantalla de la línea de estado con uso de contexto en advertencia, entre 50% y 80%](context_warning.png) - -### Context Crítico (> 80%) - -![Captura de pantalla de la línea de estado con uso de contexto crítico, más del 80%](context_critical.png) ### Métricas de Uso -![Captura de pantalla de la línea de estado con temporizador de reinicio de límite](limit_reset.png) +![Captura de pantalla de la línea de estado con métricas de uso](usage_metrics.png) ## Características diff --git a/docs/README.ja.md b/docs/README.ja.md index 8630462..b5f8346 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -37,21 +37,10 @@ Claude Code用カスタムステータスライン。 ![scenario3_diff_pr](scenario3_diff_pr.png) -### Context 正常 (< 50%) - -![正常なコンテキスト使用量(50%未満)のステータスラインのスクリーンショット](context_normal.png) - -### Context 警告 (50-80%) - -![警告コンテキスト使用量(50%-80%)のステータスラインのスクリーンショット](context_warning.png) - -### Context 危険 (> 80%) - -![危険なコンテキスト使用量(80%超)のステータスラインのスクリーンショット](context_critical.png) ### 使用量メトリクス -![制限リセットタイマー付きステータスラインのスクリーンショット](limit_reset.png) +![使用量メトリクス付きステータスラインのスクリーンショット](usage_metrics.png) ## 機能 diff --git a/docs/README.ko.md b/docs/README.ko.md index c7cff3d..b722a31 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -37,21 +37,10 @@ Claude Code를 위한 커스텀 상태표시줄. ![scenario3_diff_pr](scenario3_diff_pr.png) -### Context 정상 (< 50%) - -![정상 컨텍스트 사용량(50% 미만)의 상태표시줄 스크린샷](context_normal.png) - -### Context 경고 (50-80%) - -![경고 컨텍스트 사용량(50%-80%)의 상태표시줄 스크린샷](context_warning.png) - -### Context 위험 (> 80%) - -![위험 컨텍스트 사용량(80% 초과)의 상태표시줄 스크린샷](context_critical.png) ### 사용량 지표 -![제한 리셋 타이머가 포함된 상태표시줄 스크린샷](limit_reset.png) +![사용량 지표가 포함된 상태표시줄 스크린샷](usage_metrics.png) ## 기능 diff --git a/docs/README.zh.md b/docs/README.zh.md index b1da937..e8181f8 100644 --- a/docs/README.zh.md +++ b/docs/README.zh.md @@ -37,21 +37,10 @@ Claude Code 自定义状态栏。 ![scenario3_diff_pr](scenario3_diff_pr.png) -### Context 正常 (< 50%) - -![正常上下文使用量(低于50%)的状态栏截图](context_normal.png) - -### Context 警告 (50-80%) - -![警告上下文使用量(50%-80%)的状态栏截图](context_warning.png) - -### Context 危险 (> 80%) - -![危险上下文使用量(超过80%)的状态栏截图](context_critical.png) ### 使用量指标 -![带有限制重置计时器的状态栏截图](limit_reset.png) +![带有使用量指标的状态栏截图](usage_metrics.png) ## 功能 diff --git a/docs/context_critical.png b/docs/context_critical.png deleted file mode 100644 index 0dd83e4..0000000 Binary files a/docs/context_critical.png and /dev/null differ diff --git a/docs/context_normal.png b/docs/context_normal.png deleted file mode 100644 index fa619e5..0000000 Binary files a/docs/context_normal.png and /dev/null differ diff --git a/docs/context_warning.png b/docs/context_warning.png deleted file mode 100644 index d321b71..0000000 Binary files a/docs/context_warning.png and /dev/null differ diff --git a/docs/limit_reset.png b/docs/limit_reset.png deleted file mode 100644 index 7925e46..0000000 Binary files a/docs/limit_reset.png and /dev/null differ diff --git a/docs/usage_metrics.png b/docs/usage_metrics.png new file mode 100644 index 0000000..b353d42 Binary files /dev/null and b/docs/usage_metrics.png differ