You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(logger): add progress symbol with theme.colors.step
Add dedicated `progress` symbol to LOG_SYMBOLS that uses theme.colors.step
(cyan) instead of theme.colors.warning (yellow). Update progress() method
to use symbols.progress for consistent theme-aware coloring.
Semantic alignment:
- progress: cyan ∴ (temporary progress indicators, uses step color)
- reason: dimmed yellow ∴ (permanent reasoning/logic output)
- step: cyan → (major step markers)
This aligns with theme.colors.step being defined as "Progress indicator"
and provides better visual differentiation between temporary progress
updates and permanent reasoning output.
0 commit comments