Remaining reqs. percentage should be rounded to avoid floating-point noise
未关闭
area:terminal-rendering
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
## Description
The "Remaining reqs." percentage displayed in the CLI shows raw floating-point values instead of rounded numbers, leading to noisy output.
## Examples observed
- `Remaining reqs.: 7.000000001%`
- `Remaining reqs.: -81.563999999994%`
## Expected behavior
The percentage should be rounded to 1–2 decimal places, e.g.:
- `Remaining reqs.: 7.0%`
- `Remaining reqs.: -81.56%`
贡献指南
评估
这个 Issue 还没有评估数据。