mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Add detailed session discovery logic with 3 cases (none, single, multiple) - Implement AskUserQuestion for multiple active sessions - Display rich session metadata (project name, task progress, completion %) - Support flexible user input (session number, full ID, or partial ID) - Maintain backward compatibility for single-session scenarios - Improve user experience with clear confirmation messages This minimal change addresses session conflict issues without complex locking mechanisms, focusing on explicit user choice when ambiguity exists.