mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 22:16:41 +00:00
- Add port-utils.ts module to detect which process occupies CLIProxy port - Enhance doctor command to show specific process (PID/name) using port - Distinguish between CLIProxy process vs other conflicting processes - Support cross-platform detection (Windows netstat, Unix lsof) - Provide actionable guidance when port conflict detected This helps users identify if CLIProxy is already running or if another application needs to be terminated to free up the port.