Commit aeb0765
config: enable API efficiency indicator in status line
Enable Phase 3 API efficiency component by default:
- Shows API time vs total session time ratio
- Helps identify sessions heavy on thinking vs generation
- Format: ⚡ 50% (green >50%, yellow <20%)
Example status line with API efficiency:
[Sonnet 4.5] | ... | ⚡ 50% | ⏱️ 2m
Users can disable by setting Config.SHOW_API_EFFICIENCY = False
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f21d067 commit aeb0765
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments