项目文件夹

文件
macworld b79bc02f51 feat(config): add usageCompact option for shorter usage display
Adds `display.usageCompact` (boolean, default false) that renders
usage stats in a shorter format:

  Default:  Usage 5h 25% (resets in 3h 45m) | Weekly 8% (resets in 2d)
  Compact:  5h: 25% (3h 45m) | 7d: 8% (2d)

When enabled: drops the "Usage" label, uses "5h:"/"7d:" prefixes
with a colon, and shortens "(resets in X)" to "(X)".

Also fixes the Usage Style Mapping table in configure.md — the
"Text style" description previously showed `5h: 25% (1h 30m)` which
did not match the actual output. The table now accurately documents
all three styles (bar, text, compact).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 20:59:09 +10:00
..