Skip to content

Commit aeb0765

Browse files
blaltermanclaude
andcommitted
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

File tree

.claude/statusline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ class Config:
7575
Set to False to disable specific indicators and reduce status line length.
7676
"""
7777

78-
# Phase 3: Optional advanced components (disabled by default)
79-
SHOW_API_EFFICIENCY = False # API time vs total time ratio
78+
# Phase 3: Optional advanced components
79+
SHOW_API_EFFICIENCY = True # API time vs total time ratio
8080
SHOW_SESSION_SOURCE = False # How session started (resume/compact/fresh)
8181

8282
# Core components (always enabled)

0 commit comments

Comments
 (0)