Skip to content

Commit 271de99

Browse files
committed
fix(docs): Fix: Theme color getter errors
This commit addresses a critical bug where theme color getters were causing errors. Robust error handling has been added to the theme color methods to improve reliability. Additionally, it fixes the 'str' object not callable errors. Affected files: - M README.md
1 parent b960a69 commit 271de99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ MIT
414414
- Added accent colors for highlighting important information
415415
- Implemented spinner animations with theme-consistent colors
416416
- Applied theme colors to success, warning, and error messages for intuitive feedback
417+
- Fixed critical bug with theme color getters causing 'str' object not callable errors
418+
- Added robust error handling to theme color methods for improved reliability
419+
- Fixed color support detection to preserve class methods during terminal capability checks
417420

418421
## 0.2.1 (2025-04-26)
419422
- Added early git status check to avoid loading AI model when working directory is clean

0 commit comments

Comments
 (0)