claude-pace 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/claude-pace.sh +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/claude-pace.sh
CHANGED
|
@@ -142,7 +142,7 @@ IFS=$'\t' read -r MODEL DIR PCT CTX COST EFF HAS_RL U5 U7 R5 R7 < <(
|
|
|
142
142
|
(.rate_limits.five_hour.resets_at//0),
|
|
143
143
|
(.rate_limits.seven_day.resets_at//0)]|@tsv' <<<"$input"
|
|
144
144
|
)
|
|
145
|
-
case "${EFF:-default}" in high) EF='
|
|
145
|
+
case "${EFF:-default}" in low) EF='◌' ;; high) EF='◎' ;; xhigh) EF='◉' ;; max) EF='●' ;; *) EF='○' ;; esac
|
|
146
146
|
|
|
147
147
|
# ── Context label (needed by MODEL_SHORT and line 2) ──
|
|
148
148
|
if ((CTX >= 1000000)); then
|