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
refactor: trim profile input and use logical OR for consistency
Address CodeRabbit review feedback:
- Use logical OR (||) instead of nullish coalescing (??) to handle empty strings
- Trim profile input to handle accidental whitespace from CLI
This ensures more robust profile resolution when users provide input with
accidental leading/trailing spaces.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments