1.4 KiB
1.4 KiB
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 648a325a-1ff2-4d18-a3e5-d626f83d1fd9 | workflow | Claude Code session workflow: cc + /rename + remote control (iOS) |
|
0.55 | 0.8 | 2026-02-26T18:43:57.639901+00:00 | 2026-02-26T18:43:57.639901+00:00 |
Claude Code session workflow: cc + /rename + remote control (iOS)
Context
Cal's established workflow for starting and naming Claude Code sessions, including remote access from iOS via claude.ai/code.
Workflow Steps
- Run
cc(orcc session-name) to start a tmux session withclaudeauto-launched - Inside Claude, run
/rename session-nameto set a descriptive name visible in the iOS remote sessions list - Work normally — Agent Teams and remote control are available
Remote Session Naming
Session names visible in the iOS remote sessions list are determined in priority order:
/renamevalue (highest priority)- Last message content (fallback)
- "Remote Control session" (default fallback)
There is no CLI flag to pre-name a session at launch — /rename is the only method.
Other Useful tmux Commands
tmux ls— list all active sessionsCtrl+B then s— interactive session switcher inside tmux
Notes
- Remote control must be enabled globally via
/configin Claude Code - The
ccalias handles tmux nesting so Cal can run it even when his terminal auto-starts tmux