CC Manager UI 0.9.0
Highlights
The interface now follows Claude's own surfaces. The window used to be a single near-black sheet: every region painted the same token and leaned on hairline borders for structure, so there was effectively one shade on screen. There are now three grounds, using Claude's values directly.
| Chrome (top bar + session list) | #181817 |
| Working area | #1a1a19 |
| Cards, popovers, table headers | #232321 |
| Search + composer fields | #2c2c2b |
| Accent | #d06c74 |
The accent is no longer painted as a background wash. The selected session row and your own chat bubbles were tinted with the accent at 10-15%, which composites over a dark ground into a muddy maroon rather than reading as a highlight. Both are the neutral raised grey now, and the rose is kept for things that are actually accents (Send, Queue, checked states).
Text fields paint their own surface. The kit draws them at 30% alpha, so the token never reached its real value: the search and composer boxes came out darker than intended and had no visible edge. They now paint the surface outright and carry a real outline.
Fixed
- The release workflow no longer trips GitHub's Node 20 deprecation warning:
upload-artifact,download-artifactandsetup-qemu-actionmove to their current majors.
Full Changelog: v0.8.0...v0.9.0