What's wrong with this entry?
What: Internal refactoring of color definitions from hex values to ANSI color names.
Changes:
- Light theme colors now use
"ansi:colorName"format (e.g.,"ansi:magenta","ansi:blueBright") - Dark theme colors similarly use ANSI names
- Added new
clawd_bodycolor property - Evidence: Color objects
QlQandZlQaround line 356107-356221 in v1.0.127 (replacedrlQandolQat line 356102-356158 in v1.0.126)
Why it matters: While mostly internal, this improves cross-platform color rendering and maintainability. Users may notice slightly improved color consistency across different terminal emulators.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.