claude-pace 0.8.3 → 0.8.4
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/claude-pace.sh +1 -1
- package/package.json +1 -1
package/claude-pace.sh
CHANGED
|
@@ -135,7 +135,7 @@ IFS=$'\t' read -r MODEL DIR PCT CTX COST EFF HAS_RL U5 U7 R5 R7 < <(
|
|
|
135
135
|
'[(.model.display_name//"?"),(.workspace.project_dir//"."),
|
|
136
136
|
(.context_window.used_percentage//0|floor),(.context_window.context_window_size//0),
|
|
137
137
|
(.cost.total_cost_usd//0),
|
|
138
|
-
(
|
|
138
|
+
(.effort.level//$cfg[0].effortLevel//"default"),
|
|
139
139
|
(if .rate_limits then 1 else 0 end),
|
|
140
140
|
(.rate_limits.five_hour.used_percentage//null|if type=="number" then floor else "--" end),
|
|
141
141
|
(.rate_limits.seven_day.used_percentage//null|if type=="number" then floor else "--" end),
|