mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 00:35:32 +08:00
de0a149df5
* feat(session-manager): show source file name in session detail header Display the session log file name (with full path on hover) alongside the project directory, so users can locate and copy the underlying JSONL file directly from the UI. * fix(session-manager): truncate long source file name in detail header Long, space-less JSONL basenames (e.g. Codex rollout files at ~70 chars) overflowed the flex meta row and bled into the action-button area on narrow windows. Mirror the sibling project-dir span by capping the filename at max-w-[200px] with truncation; the full path stays available via the hover tooltip and click-to-copy. --------- Co-authored-by: Jason <farion1231@gmail.com>