You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New tabs inherit working directory from active tab
When creating a new tab (Cmd+T), it now starts in the same directory
as the currently active tab, instead of always defaulting to home.
## Changes
- Extract cmd:cwd from active tab's first block
- Pass inherited cwd to new tab's terminal block via metadata
- Only applies to user-created tabs (not initial launch)
- Falls back to home directory if no cwd found
## Benefits
- More intuitive workflow - stay in your project directory
- Reduces need to cd after creating new tabs
- Maintains context across tabs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments