[FEATURE] Specify session name from same root directory
Resolved 💬 4 comments Opened Oct 26, 2025 by dgonier Closed Oct 30, 2025
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When using claude code from the root directory its easy to get lost which discussion is happening where when you have several sessions going at once. A simple workaround is to create subdirectories and load claude from that e.g. root/claude/sessions/auth_issue/.claude ; but this feels pretty hacky would be nice to name sessions and return to them without getting lost in the UI for claude --resume
Proposed Solution
Run claude create --session-name="auth_issues"
Then claude --resume "auth_issues"
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗