Skip to content

CC Manager UI 0.11.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 03:08

CC Manager UI 0.11.1

This is a focused maintenance release following the larger 0.11.0 provider-session update. It
does not change configuration or require a data migration.

Reliability

  • Windows shortcut validation is no longer timing-sensitive on cold machines. The real
    PowerShell and WScript.Shell integration test now has a bounded 20-second allowance instead of
    Bun's five-second default. This prevents correct .lnk creation from being reported as a failure
    when PowerShell or COM needs a few extra seconds to initialize.

Session-mapping safety

  • Consolidated the verified Claude Desktop/CLI session-sharing rules into the maintained reference
    and the scanner's source comments:
    • Desktop metadata is matched to transcripts only through cliSessionId.
    • Both the default Claude store and isolated CC Manager UI instance stores are scanned.
    • claude://resume is explicitly treated as a lossy import, not a way to refresh a live chat.
    • Desktop activity timestamps are not trusted for externally appended turns.

Documentation

  • Expanded the reference with the instance-appearance storage contract: labels, icons, and colors
    live in ~/.ccmanagerui/instance-meta.json, while profile folders remain stable even when an
    instance is renamed.
  • Removed completed research and release-process notes after moving their lasting constraints into
    the live reference and source.

Upgrade notes

  • No settings changes.
  • No database migration.
  • No action is required beyond installing or updating to 0.11.1.

Compare v0.11.0...v0.11.1