Skip to content

CC Manager UI 0.10.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:39
5aba912

Highlights

Copy the exact session file path. The transcript header and the session right-click menu now
have Copy the session file location to the clipboard. It copies the original absolute .jsonl
path as text, resolved by the daemon rather than reconstructed in the browser.

Shut down the whole app from Settings. The new two-click power control exits the daemon and
signals the tray host to quit, so the watchdog cannot immediately revive an app you intentionally
stopped.

Settings is quieter and more direct. Theme selection and shutdown live in the panel header;
tooltips and the transcript-editor override sit under Appearance → Advanced. The version number is
now both update status and control: green when current, amber when an update is ready, red when
blocked, with a tooltip explaining the state and a click to check or apply.

Added

  • Plain-text copying of the original absolute session transcript location.
  • Full-app shutdown from the Settings header, protected by a two-click confirmation.
  • A verified scoping document for future Codex/ChatGPT/OpenCode session and instance support.
  • bun run screenshots, a synthetic-data screenshot pipeline that fails on missing fixtures,
    page errors, broken view state, or any attempted real API request.
  • Opt-in drag-and-drop path forwarding in the shared Windows tray launcher.

Changed

  • The Instances Plan column now treats a generic live Anthropic tier as Free instead of upgrading
    from stale historical Max/Pro flags left behind after a subscription expires.
  • Appearance settings prioritize everyday controls and tuck specialist options under Advanced.
  • Update state and actions are consolidated into the current-version display.
  • The README's Sessions, Instances and Queue screenshots were recaptured on the current theme using
    synthetic data; captions now match the Plan column and finished-run state shown.

Validation

  • CI passed on Ubuntu and Windows: lint, typecheck, i18n, guardrails, production build, and the full
    test suite.
  • Release bundles compiled for Windows x64, macOS x64/ARM64, and Linux x64/ARM64.
  • Native Windows, macOS and Linux bundles passed boot/health/SPA smoke tests; Linux ARM64 also passed
    its QEMU launch canary.

Full Changelog: v0.9.0...v0.10.0