Feature request: `/id` command to display current session ID
Resolved 💬 3 comments Opened Dec 6, 2025 by ykdojo Closed Dec 8, 2025
Problem: No direct way to get the current session ID from within a conversation. Users must parse ~/.claude/history.jsonl or find files in ~/.claude/projects/.
Use cases:
- Save session ID in project notes for agent handoff (e.g., resuming investigation later with
--resume) - Scripts that clone/fork conversations
Proposed solution: Add /id (or /session) command that outputs the current session ID.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗