Skip to content

Commit 705736a

Browse files
committed
feat(docs): Add cyberpunk theme and CLI theme opti
Introduced a new cyberpunk theme for enhanced terminal visibility. Added a command-line parameter for theme switching and ensured consistent theme application. Also added color support detection with fallback for unsupported terminals. Affected files: - M README.md
1 parent a15c817 commit 705736a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,20 @@ MIT
404404

405405
# Changelog
406406

407+
## 0.2.2 (2025-04-26)
408+
- Enhanced cyberpunk theme with vibrant colors for improved terminal visibility
409+
- Added theme switching via command-line parameter with --theme option
410+
- Implemented consistent color theme application across all UI components
411+
- Added color support detection with graceful fallback for terminals without ANSI support
412+
- Improved banner display with theme-specific ASCII art
413+
- Enhanced section headers with themed styling for better readability
414+
- Added accent colors for highlighting important information
415+
- Implemented spinner animations with theme-consistent colors
416+
- Applied theme colors to success, warning, and error messages for intuitive feedback
417+
407418
## 0.2.1 (2025-04-26)
419+
- Added early git status check to avoid loading AI model when working directory is clean
420+
- Fixed default "Yes" option in commit confirmation prompt to properly handle Enter key
408421
- Fixed critical issue with file staging where git was incorrectly processing filenames with status indicators
409422
- Improved git staging process with proper handling of files with special characters or dashes
410423
- Enhanced error handling during file staging operations with better reporting

0 commit comments

Comments
 (0)