Skip to content

CC Manager UI 0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:08

Mostly a cleanup release: the session list was full of things that were not really sessions, and the auto-resume monitor was full of work that had already finished.

The session list should look markedly cleaner

  • Sessions are named after what you asked, not after a warning notice. The list used to repeat "<local-command-caveat>Caveat: The messages below were generated by the user while running local commands. DO NOT respond..." over and over. On the machine this was found on, that was the title of 103 of the newest 200 sessions. Titles fall back to your first message, and nothing checked whether that message was the CLI talking to itself.
  • Transcripts that were never conversations are no longer listed. Checking your remaining quota sometimes has to launch claude to ask, and that launch wrote a roughly 3 KB session containing a caveat, a /usage line and nothing else. 127 of the newest 300 sessions were these. They are no longer listed, no longer written among your real sessions, and cleaned up after the check.
  • New time period filter, set to the last 24 hours. In the ... menu, alongside the instance and archived filters. Widen it to 7 days, 30 days or all time whenever you need to reach further back.

Auto-resume monitor shows only what still needs you

Rows were written when a resume was scheduled and then never looked at again, so resumes that had finished, been cancelled, or whose queue entry was long gone still reported "Scheduled, resumes ~09:14" indefinitely. They are now reconciled against what actually happened. A failed resume is kept and flagged; sessions you have archived are excluded, and auto-resume no longer picks those up at all.

Queue and scheduler

  • Clear finished runs in one click, instead of deleting each card by hand.
  • "Run at" uses the chat composer's picker: in 5 hours, tomorrow at your configured time, hour and 10-minute steppers, or an exact date. It has also moved up beside Account, since when a run happens is a decision you make up front.
  • The scheduler indicators are clickable. The on/off indicator in the queue drawer and the header chip both open Settings at the scheduler, which pulses on arrival so you can see where you landed.
  • Fixed: Advanced options was quietly broken. Its three "Default" dropdown entries threw, and the failure took out everything rendered after them in that section.

Instances and Settings

  • Instances and CLI instances are collapsible, and the choice is remembered.
  • The instance editor applies as you type: the row behind the dialog updates live, so the in-dialog preview is gone and the button says Done.
  • The transcript editor setting now shows which editor will actually open a transcript, with the path field tucked behind it.
  • Settings dropped the Accounts section, which only ever told you to go to the Instances tab, and gained back a missing gap above the auto-resume monitor.

Full details in CHANGELOG.md.

Full Changelog: v0.6.0...v0.7.0